Simon Vig Therkildsen

Results 4 issues of Simon Vig Therkildsen

Rather strange bug in ABS4. First time an ActionMode is shown, the close button works fine. Second time an ActionMode is shown, the close button does not react to clicks....

Bug Report

This change makes the build file work with both android and java projects. Additionally it implements the maven install task for installing to the local repository.

Some `Table#getColumn` type thing. Only problem is, what would @DataType(INTEGER) return? It can be a long, or an integer. Could solve this by introducing a LONG data type (that's just...

Something like `ContentValues cv = Values.for(NoteColumns.class).columnName(value).build();`