Commit Graph

70 Commits

Author SHA1 Message Date
tibbi 20efc71354 ignore move gestures after long pressing the desktop 2022-09-18 22:32:11 +02:00
tibbi 02fedb3d5f fix app name fetching 2022-09-18 21:49:57 +02:00
tibbi c5953928bd show a darker navigation bar if some fragment is pulled up 2022-09-18 21:41:26 +02:00
tibbi 1465497601 allow uninstalling apps 2022-09-18 21:12:53 +02:00
tibbi 155e21188d handle long pressing icons at the desktop too 2022-09-18 20:58:38 +02:00
tibbi cc38bb4af4 always redraw icons after fetching just to avoid some glitches 2022-09-18 20:21:30 +02:00
tibbi 13b3e11c5c refresh the home screen once initial apps have been stored 2022-09-18 19:19:00 +02:00
tibbi e9c248b520 prefill the bottom bar with some default apps 2022-09-18 19:14:06 +02:00
tibbi 69ee50167b remove non existing apps from cache 2022-09-18 11:57:32 +02:00
tibbi 9a46ceec58 speed up showing and hiding animations at the main screen 2022-09-18 11:32:19 +02:00
tibbi 3a64c8ede4 use glide for loading app icons with placeholders 2022-09-18 11:30:23 +02:00
tibbi df2f816102 cache launchers in a db 2022-09-18 10:59:07 +02:00
tibbi 9f20afef1c lets ignore accents at sorting apps for now 2022-09-18 10:12:21 +02:00
tibbi ed81323af6 lets get the dominant color from all icons 2022-09-18 09:28:27 +02:00
tibbi ab3922be22 adding some initial Room database related code 2022-09-17 23:43:30 +02:00
tibbi 0791197d66 do not use Rect at storing grid items 2022-09-17 22:34:51 +02:00
tibbi 05484a5b29 launch the clicked app on clicking its icon 2022-09-17 21:23:12 +02:00
tibbi 69dc2bcfcd pass grid clicks at the custom view 2022-09-17 19:31:04 +02:00
tibbi 889e70468e adding an initial implementation of the home screen grid 2022-09-17 18:58:28 +02:00
tibbi 0b51fb87d3 lets force portrait mode for now 2022-09-17 17:51:10 +02:00
tibbi 9652f4c061 allow long pressing the home screen only if All Apps fragment isnt shown 2022-09-16 20:13:35 +02:00
tibbi e2a99984f3 allow opening App info by long pressing an app icon 2022-09-16 20:10:46 +02:00
tibbi 7ca977349b do not allow clicking through the all apps background 2022-09-16 20:01:37 +02:00
tibbi 9e35e343cd updating commons 2022-09-16 19:27:18 +02:00
tibbi 480de21288 replace tile counts with "Shortcut" at shortcut widgets 2022-09-16 11:24:06 +02:00
tibbi 3e79d22fbb show the widget resolution under the title 2022-09-16 10:20:32 +02:00
tibbi 08de22c3c9 calculate widget tiles from real sizes 2022-09-16 10:16:08 +02:00
tibbi d23893755a show widget labels under the thumbnails too 2022-09-16 00:02:23 +02:00
tibbi 2943b83083 reset the horizontal scroll state at widget previews 2022-09-15 23:38:35 +02:00
tibbi c2360a120c formatting some xml 2022-09-15 23:18:24 +02:00
tibbi 09dc92eb01 request the proper density widget preview 2022-09-15 16:31:20 +02:00
tibbi d39446d1a9 create a local variable for accessing the packageManager 2022-09-14 22:11:46 +02:00
tibbi 7172837da1 fetch the proper shortcut icons for displaying 2022-09-14 22:10:00 +02:00
tibbi 9455479cd4 if a widget has no preview image, use the app icon 2022-09-14 20:55:32 +02:00
tibbi 716b7fbfec use a better scaling type for widget previews 2022-09-14 19:42:26 +02:00
tibbi 4964e7a933 show an explanation toast at clicking a widget 2022-09-14 18:45:28 +02:00
tibbi 93b46339cc show the widget preview images 2022-09-04 22:25:21 +02:00
tibbi a78374ee59 list also those widgets that are acutally shortcuts 2022-09-03 23:32:14 +02:00
tibbi 67911bbd59 split widgets per apps 2022-09-03 22:53:43 +02:00
tibbi 92d0d8a958 add app icons at the widget list too 2022-09-03 21:35:47 +02:00
tibbi d8129e2e55 adding a basic list adapter for widgets 2022-09-03 21:16:04 +02:00
tibbi de81ae1131 hide fragments on pressing Back 2022-09-01 16:23:43 +02:00
tibbi 5322ad8803 create a MyFragment parent class 2022-09-01 16:15:06 +02:00
tibbi f154b444cc adding some widget fetching code 2022-09-01 15:48:24 +02:00
tibbi 6ad5fc7b0d allow changing the app language on Android 13+ 2022-09-01 12:44:00 +02:00
tibbi a25241fac1 updating target SDK to 33 2022-08-24 23:51:33 +02:00
tibbi ef1815ee60 do not allow dragging the side fastscroller yet 2022-08-24 23:51:23 +02:00
tibbi f6f81212db show a popup menu at long pressing the home screen 2022-08-22 23:09:42 +02:00
tibbi 37dedae951 hide all_apps_fragment by default, show once below screen 2022-08-22 22:25:52 +02:00
tibbi cb4fea8b1d draw the all apps fragment behind the status bar too 2022-08-15 23:15:15 +02:00