Commit Graph

28799 Commits

Author SHA1 Message Date
Patryk Michalik 4d160f7baa Reformat code 2021-06-26 15:38:50 +02:00
Patryk Michalik c5d802d70f ‘send_notifications.py’: Fix opening of APK file 2021-06-26 15:25:19 +02:00
Patryk Michalik 5c18f35975 ‘send_notifications.py’: Fix requests.post calls 2021-06-26 15:14:30 +02:00
Patryk Michalik dc643b7754 ‘build_debug_apk.yml’: Don’t unnecessarily install fnmatch 2021-06-26 15:07:34 +02:00
Patryk Michalik 7e354b8181 Delete ‘notify_push.yml’ 2021-06-26 14:59:40 +02:00
Patryk Michalik 1641cba4e6 Rework CI setup 2021-06-26 14:57:50 +02:00
Patryk Michalik 11fd80b254 ‘ColorPreference.kt’: Remove unused imports 2021-06-26 11:16:01 +02:00
Patryk Michalik 76f83ead29 ColorSwatch: Tweak sizing and animation 2021-06-26 10:41:43 +02:00
Patryk Michalik dee9c14312 ColorSwatchGrid: Correct ColorSwatch spacing 2021-06-26 10:40:28 +02:00
Patryk Michalik 1494ea59b8 Rework ColorSwatch 2021-06-26 10:32:31 +02:00
Patryk Michalik ee90d44429 BottomSheet: Always use dark scrim 2021-06-26 10:24:07 +02:00
Patryk Michalik b20cb11680 Create ClickableIcon 2021-06-26 10:05:21 +02:00
Patryk Michalik b08e9ef7d3 Simplify Modifier#addIf 2021-06-25 19:44:54 +02:00
Patryk Michalik 3915c683b5 Reformat ‘SwitchPreference.kt’ 2021-06-25 19:33:02 +02:00
Patryk Michalik 4a32eed722 Reformat ‘AppItem.kt’ 2021-06-25 19:32:11 +02:00
Patryk Michalik 3a5972c952 Reformat ‘AnimatedCheck.kt’ 2021-06-25 19:31:12 +02:00
Patryk Michalik e92329fc2d AnimatedCheck: Use Crossfade 2021-06-25 19:29:56 +02:00
Patryk Michalik 2f88cd8e8e Remove JCenter repository declarations 2021-06-25 19:29:08 +02:00
Patryk Michalik 80838609ec Extract AnimatedCheck to separate file 2021-06-25 19:26:50 +02:00
Patryk Michalik 3adb25431b Refine TopBar 2021-06-25 19:23:28 +02:00
Suphon Thanakornpakapong 27b0aec0c0 Allow pressing back to exit custom color selection 2021-06-26 00:00:29 +07:00
Suphon Thanakornpakapong f14b131ad5 Respect OOS system accent 2021-06-25 23:57:34 +07:00
Suphon Thanakornpakapong 53dca5578c Optimize lightenColor 2021-06-25 23:53:14 +07:00
Suphon Thanakornpakapong 25cfb3841e Use correct theme to get system accent 2021-06-25 23:51:44 +07:00
Patryk Michalik a477cf5a16 Context#getSystemAccent: Use Theme_DeviceDefault_DayNight 2021-06-25 16:56:48 +02:00
Patryk Michalik 4a665e060f Rework accent colour customisation 2021-06-25 16:20:19 +02:00
Patryk Michalik 3b495837e0 Fix background color of 2- and 3-button navigation bar in Settings 2021-06-24 13:25:58 +02:00
Patryk Michalik aad409cc68 Use custom accent colour for App Drawer empty state illustration 2021-06-20 19:24:04 +02:00
Suphon Thanakornpakapong 40804560bb Remove GMS license activity 2021-06-20 22:43:42 +07:00
Suphon Thanakornpakapong 8dde81150d Launch settings with proper animation 2021-06-19 20:51:55 +07:00
Suphon Thanakornpakapong 05cacb3664 Use setAlphaComponent instead of creating new color 2021-06-19 20:47:22 +07:00
Suphon Thanakornpakapong e48773a275 Extend color swatch click target 2021-06-19 20:43:48 +07:00
Suphon Thanakornpakapong e3c0bbf283 Use accent color on color indicator ring 2021-06-19 20:41:04 +07:00
Patryk Michalik d22ac8db2c Annotate EditTextExtensions functions with @JvmStatic 2021-06-19 11:52:50 +02:00
Patryk Michalik 051e6f413d AllAppsHotseatQsb: Use android.graphics.Color 2021-06-19 11:50:53 +02:00
Patryk Michalik e1556b6c51 Use custom accent colour for FolderNameEditText in folders 2021-06-19 11:47:26 +02:00
Patryk Michalik 45b3317bb9 Use custom accent colour for remaining parts of App Drawer search bar 2021-06-19 11:15:39 +02:00
Patryk Michalik 8db0e9880e Use custom accent colour for App Drawer search bar cursor 2021-06-19 10:46:54 +02:00
Patryk Michalik d33c72b106 Apply custom accent colour to ‘Search for More Apps’ button 2021-06-19 10:23:39 +02:00
Patryk Michalik bbca41fe4b Accent Colour sheet: Use ring to indicate selection 2021-06-19 10:14:08 +02:00
Suphon Thanakornpakapong 75a7537d5b Optimize imports 2021-06-19 00:08:57 +07:00
Suphon Thanakornpakapong 91a1bd9d6e Also preview accent color in dark theme 2021-06-18 23:59:46 +07:00
Suphon Thanakornpakapong f309c81ebd Extract common color logic to ColorPreference 2021-06-18 23:45:09 +07:00
Suphon Thanakornpakapong 08db933eea Apply custom accent color to launcher and settings ui 2021-06-18 23:26:02 +07:00
Suphon Thanakornpakapong fc28fe5631 Fix launcher recreate logic 2021-06-18 23:21:09 +07:00
Suphon Thanakornpakapong 3776441bfd Move color logic to its own file 2021-06-18 23:11:29 +07:00
Patryk Michalik 075a238429 Create accentColor in PreferenceManager, continue work on Accent Colour sheet 2021-06-18 23:00:59 +07:00
Patryk Michalik c03b210009 Begin work on AccentColorPreference 2021-06-18 23:00:59 +07:00
Suphon Thanakornpakapong 1d46f02b32 Fix settings theme 2021-06-18 23:00:43 +07:00
Suphon Thanakornpakapong 57d216cbac Use v2 accent color 2021-06-18 22:22:16 +07:00