66 Commits

Author SHA1 Message Date
tibbi
0f2315f39d implement launcher renaming 2016-08-18 20:57:12 +02:00
tibbi
8a4f190f52 add a position placeholder in db for future launcher reordering 2016-08-18 20:43:10 +02:00
tibbi
f0bc064378 define the regex of allowed launcher name characters 2016-08-18 00:47:21 +02:00
tibbi
3671a71cf0 display a dialog for renaming launcher 2016-08-17 23:56:13 +02:00
tibbi
61494ff6d1 move launcher deleting to a function 2016-08-17 23:38:29 +02:00
tibbi
884e22d67e show an Edit button if there is only 1 item selected 2016-08-17 23:21:44 +02:00
tibbi
7e6edc20e6 add Edit icon 2016-08-16 23:44:45 +02:00
tibbi
0dcd36e8eb add the removed launchers back to the possible selection 2016-08-16 23:28:17 +02:00
tibbi
cbb077de35 automatically remove launchers of uninstalled apps 2016-08-16 23:20:10 +02:00
tibbi
1d78da67a3 remove the deleted launchers from the list 2016-08-16 21:46:43 +02:00
tibbi
b6d0f5c317 dont bother remembering selected items on rotation 2016-08-16 21:35:18 +02:00
tibbi
755c1ca761 really delete the selected launchers 2016-08-16 21:22:38 +02:00
tibbi
223fcffee9 add ID to launchers 2016-08-15 23:44:20 +02:00
tibbi
bad094482a small refactoring 2016-08-15 23:35:58 +02:00
tibbi
1944c0bd3a display the check icon at selected items 2016-08-15 23:32:25 +02:00
tibbi
a4eddc347b allow deselecting items too 2016-08-15 22:52:50 +02:00
tibbi
8e0bfee651 display the select item count at the titlebar 2016-08-15 22:35:22 +02:00
tibbi
eb25fda5f6 try implementing multiple choicemode on recyclerview 2016-08-15 22:10:14 +02:00
tibbi
bb17456772 use different adapters for the main activity and dialog grid 2016-08-15 20:44:20 +02:00
tibbi
4e781b9aaf add a contextual action bar definition 2016-08-14 22:47:12 +02:00
tibbi
60a406ac3f refresh the screen after adding launchers 2016-08-14 21:25:02 +02:00
tibbi
c8c78a0df5 add the selected launchers in the db 2016-08-14 20:46:14 +02:00
tibbi
178d453dd6 some styling 2016-08-14 18:32:30 +02:00
tibbi
3eb6f8a804 remove gson 2016-08-14 18:28:29 +02:00
tibbi
dbd27b7baf return the selected launchers to the activity 2016-08-14 18:27:16 +02:00
tibbi
8c6062180f make sure always the right items are checked 2016-08-14 17:32:22 +02:00
tibbi
2c14e0b5dc hide checks as invisible, not gone 2016-08-14 14:32:43 +02:00
tibbi
22a207f7cf add Gson license 2016-08-14 14:04:15 +02:00
tibbi
1b17e70fcb do not display the already added launchers 2016-08-14 14:00:29 +02:00
tibbi
cf0405b9c5 compare AppLaunchers by package name 2016-08-14 12:48:12 +02:00
tibbi
2ca2cec35b display checks at selected items 2016-08-14 11:58:20 +02:00
tibbi
bb409e6080 add checks to launcher icons 2016-08-14 11:09:04 +02:00
tibbi
1681584bd4 add some margin above the launchers label 2016-08-13 22:56:54 +02:00
tibbi
2468c62036 remove the not needed MyCursorAdapter 2016-08-13 22:52:07 +02:00
tibbi
9c30b32b8d remove the redundant Drawable field of AppLauncher 2016-08-13 22:51:34 +02:00
tibbi
0bc34273d7 use the same recycler adapter under every circumstance 2016-08-13 22:50:15 +02:00
tibbi
c0e3e25be0 sort the displayed apps in lowercase and remove duplicates 2016-08-13 21:44:28 +02:00
tibbi
dbcb1817bf create a separate layout for launchers in the dialog 2016-08-13 21:15:21 +02:00
tibbi
69645885f3 list all installed apps at the Add launcher dialog 2016-08-13 20:33:41 +02:00
tibbi
12d4997d94 create a Dialog for adding new app launchers 2016-08-13 17:50:57 +02:00
tibbi
9eef8a5c55 add a Fab button 2016-08-13 17:07:03 +02:00
tibbi
ac3492880d use the real app icons 2016-08-13 15:57:04 +02:00
tibbi
a876ac9970 add the launcher icons of all Simple apps 2016-08-13 15:41:48 +02:00
tibbi
1746d33085 if the selected app is not installed, redirect the user to playstore 2016-08-13 15:09:54 +02:00
tibbi
e6196be791 launch the clicked app 2016-08-13 14:55:37 +02:00
tibbi
c62cfd1b90 display the initial apps with a default launcher 2016-08-13 14:44:08 +02:00
tibbi
2d72bab77f create a SQLiteOpenHelper for storing the launchers 2016-08-11 22:04:23 +02:00
tibbi
cf9d543255 launch the apps on click 2016-08-09 23:50:25 +02:00
tibbi
7b999702bf increase the vertical padding between elements 2016-08-09 23:38:38 +02:00
tibbi
971c41f3e0 sort the apps by name 2016-08-09 23:34:54 +02:00