Commit Graph
77 Commits
Author SHA1 Message Date
MM20 a3e7d22b9f Tweak pull down gesture 2021-12-09 20:02:40 +01:00
MM20 98266971ba Why the hell did this work on Android 12? 2021-12-07 19:17:53 +01:00
MM20 473646def5 Catch PendingIntent.CanceledException 2021-12-07 17:57:33 +01:00
MM20 201cbe7959 Update legacy compose theme 2021-12-06 23:11:42 +01:00
MM20 95e06762da Move debug_shortcuts meta to main AndroidManifest 2021-12-06 21:48:41 +01:00
MM20 2edc96bc84 Move all icons to base module and remove unused icons 2021-12-06 21:48:01 +01:00
MM20 1d03435d82 Change weather day and time selector text style 2021-12-06 21:06:11 +01:00
MM20 12e6975d49 Use round icons everywhere 2021-12-05 23:08:33 +01:00
MM20 b4f5db72de Add background to app shortcut chip icons 2021-12-05 22:08:38 +01:00
MM20 5ed97265a0 Adjust legacy compose theme 2021-12-05 22:08:22 +01:00
MM20 9e3e9161c1 Add shortcut to ComposeActivity in debug builds 2021-12-05 20:49:42 +01:00
MM20 602e9d4714 Fix websearch icon tint 2021-12-05 19:04:21 +01:00
MM20 c388b01fe8 Rename loadIconAsync to loadIcon as it's no longer guaranteed to be called off the main thread 2021-12-04 13:55:29 +01:00
MM20 fa22eb4d71 Replace TextDrawable with an implementation that supports tint 2021-12-04 13:51:38 +01:00
MM20 0e1ca1c1f9 Material 3 theme [WIP] 2021-12-04 12:24:16 +01:00
MM20 d7f549795a Always clear icon cache on activity recreation 2021-12-03 17:20:30 +01:00
MM20 7548c11684 Fix a crash 2021-11-02 17:48:33 +01:00
MM20 df492c92f2 Implement battery charging animation in Compose 2021-10-17 19:13:01 +02:00
MM20 47d6c3071b BatteryChargingView: Replace the deprecated LifecycleObserver with DefaultLifecycleObserver 2021-10-17 14:30:21 +02:00
MM20 dbc1444d7f Remove wallpaper blur effect
Never actually really worked
2021-10-10 13:01:25 +02:00
MM20 087d4fd455 Use dependency injection for most singletons 2021-10-10 12:15:54 +02:00
MM20 d20a9187ae Improve navigation transitions 2021-09-30 16:34:48 +02:00
MM20 0a897260a7 Adapt to accompanist pager API changes 2021-09-30 16:14:38 +02:00
MM20 c4529e3490 Binary clock: use equal padding for top and bottom 2021-09-29 22:35:16 +02:00
MM20 a1fbe669e2 Implement clock styles 2021-09-29 22:30:09 +02:00
MM20 e16dd1c168 Decrease ListPreference item padding 2021-09-29 21:57:09 +02:00
MM20 c2887f4b0a Don't fire a new search if only the cursor position in the search bar has changed 2021-09-28 18:10:57 +02:00
MM20 5b35317412 Implement custom color schemes 2021-09-28 18:05:21 +02:00
MM20 abbaedadfa Add ColorPreference 2021-09-28 18:05:14 +02:00
MM20 d6377fe1b3 Add color picker component 2021-09-28 17:57:27 +02:00
MM20 fb774928c7 Jetpack Compose accounts settings screen 2021-09-28 15:59:30 +02:00
MM20 5ceae5fc6b typo 2021-09-28 00:02:14 +02:00
MM20 a79d50ad58 Add set wallpaper menu item 2021-09-27 23:50:55 +02:00
MM20 1dd1060254 WallpaperColorScheme: avoid using brown as a neutral color
It just looks bad
2021-09-27 23:44:39 +02:00
MM20 fa62e18a4d Decrease weather widget detail font 2021-09-27 16:27:36 +02:00
MM20 30e8af57ac Implement color scheme preferences 2021-09-27 16:05:57 +02:00
MM20 a2cf713b56 Apply theme preference to compose screens 2021-09-27 14:31:29 +02:00
MM20 9fe2f0f347 [WIP] Compose appearance preference screen 2021-09-27 14:27:27 +02:00
MM20 e513ecb887 Compose ListPreference 2021-09-27 14:27:15 +02:00
MM20 e3a2fd5e02 Change SwitchPreference switch color in unchecked state 2021-09-26 23:38:05 +02:00
MM20 2f691863c1 Implement badge preferences in compose 2021-09-26 23:38:00 +02:00
MM20 ac283f99b3 Add SwitchPreference 2021-09-26 22:57:58 +02:00
MM20 4554743eba Change music widget placeholder art color 2021-09-26 22:19:14 +02:00
MM20 1dca528bc4 Tweak wallpaper color scheme 2021-09-26 22:16:50 +02:00
MM20 de13ea8826 Add MM20 color scheme 2021-09-26 22:09:07 +02:00
MM20 3bb1301d5c Add accompanist-navigation-animation 2021-09-26 21:43:01 +02:00
MM20 98e8769974 Compose settings: about screen 2021-09-26 21:31:30 +02:00
MM20 ac9a9de69a PreferenceScreen: expose scaffold state 2021-09-26 20:19:12 +02:00
MM20 8bb77adee1 Don't import android.R 2021-09-26 19:51:55 +02:00
MM20 1ed359f6cf Expose PreferenceCategory column scope 2021-09-26 16:46:14 +02:00