Christoph
8880f859e2
Weather-Widget: replace drop-down selectors with scrollable rows ( #253 )
...
* adding details bar with icons and animations
* adding lazy-rows, again
* adding switch for compact mode / adjust padding
* corner adjustments
* Adjust alignment and typography
* [Fix] Add missing outlineVariant to platform material3 dynamic color schemes
* Adjust colors
* Increase icon weight
* Increase time selector touch target size
* Change divider color
* Adjust selection highlight color
* add checks for valid details / display location icon on lat-lon location
* removing redundant check for valid precipitation
* Add colors argument to weather icons
* Add Blend from material-color-utilities library
* Blend weather icon colors towards theme color
* Remove C/F
* Add item blending when scrolling into / out of view
* Create :ui:ktx:LazyListLayoutInfo.kt / increase provider padding
---------
Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
2023-02-17 22:07:51 +01:00
Massimo Pissarello
30870cb0a7
Translated using Weblate (Italian)
...
Currently translated at 100.0% (553 of 553 strings)
Translation: Kvæsitso/i18n
2023-02-17 01:20:33 +00:00
MM20
0030314653
Fix OWM rain forecast
2023-02-16 23:35:26 +01:00
MM20
db733a0dff
Add support for dynamic LinageOS calendar icon
2023-02-16 22:19:14 +01:00
MM20
26fbc3c4b3
Enable dynamic clock icons for all apps that support them
2023-02-16 22:17:32 +01:00
MM20
ce71784b74
Set system bar color default to auto
2023-02-16 19:12:49 +01:00
MM20
9e3aabed85
Clear search when returning to the launcher after 60 seconds of inactivity
2023-02-16 17:41:57 +01:00
MM20
7bb34271ae
Update Outfit font
2023-02-16 17:36:14 +01:00
MM20
5ae8ee043f
Remove unused icons
2023-02-16 17:32:08 +01:00
MM20
5a90f9ed28
Add themed icon
...
Close #256
2023-02-16 17:20:15 +01:00
MM20
1c5574d8fb
Fix themed calendar icons not themed
2023-02-15 22:53:19 +01:00
MM20
eb757aa9c8
remove log statements
2023-02-15 22:37:36 +01:00
MM20
47fa1cbbed
Fix database migration
2023-02-15 22:08:52 +01:00
MM2-0
10fa8aac7e
Translated using Weblate (German)
...
Currently translated at 100.0% (553 of 553 strings)
Translation: Kvæsitso/i18n
2023-02-15 20:22:49 +00:00
MM20
d574eb0544
Highlight icon packs that support dynamic colors
2023-02-15 21:18:22 +01:00
MM20
c71fec59ac
Store themed attribute per icon pack icon
2023-02-15 20:59:13 +01:00
MM20
f4c1bcf5aa
Merge branch 'main' of github.com:MM2-0/Kvaesitso
2023-02-15 19:14:14 +01:00
MM20
993b7f39fc
Add support for native themed Google clock icon
2023-02-15 19:13:55 +01:00
MM20
23252726b0
Don't store compat themed icons in database
2023-02-15 18:41:30 +01:00
cyra23
f47766438e
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (552 of 552 strings)
Translation: Kvæsitso/i18n
2023-02-15 15:20:28 +00:00
MM20
59b8f17fc4
Compat themed icons
...
- Use native themed icons on Android 8.0 to 12
2023-02-15 15:23:17 +01:00
MM20
9e56f960e6
Add support for themed icon packs
2023-02-14 22:39:29 +01:00
MM20
ebba36c384
Change Icon and IconPack entities again
...
- move `themed` column from Icon to IconPack
2023-02-14 22:02:48 +01:00
MM20
af858bfbbe
Improve icon pack icon search
2023-02-14 21:37:06 +01:00
MM20
6407d0577f
Change Icons schema:
...
- drop useless `scale` column
- add `themed` column
- add `name` column
2023-02-14 21:12:11 +01:00
MM20
ebcd91091d
Music service: fix loading album arts from uris
2023-02-14 20:53:51 +01:00
MM20
d5729006e4
Hide unsupported skip actions in clock widget music part
2023-02-14 16:59:32 +01:00
MM20
e4a599f234
Show custom actions in music widget
2023-02-14 16:59:19 +01:00
MM20
c8d6da41dd
Music widget: hide unsupported skip actions
2023-02-13 16:11:39 +01:00
MM20
2a25db9433
Music service: Expose supported actions
2023-02-13 15:06:27 +01:00
MM20
5c690f7bc8
Migrate music widget from livedata to flow
2023-02-13 13:35:47 +01:00
MM20
4a06158c6a
Redesign music widget
...
- remove album title
- add seek bar
2023-02-13 13:22:10 +01:00
MM20
14902ba085
Improve media position and duration handling
2023-02-13 13:21:33 +01:00
MM20
c6608eaa90
MusicService: add seeking ability
2023-02-12 23:31:56 +01:00
MM20
32753f0ab7
Remove unused imports
2023-02-12 23:31:49 +01:00
MM20
dbdce7bcab
Rename MusicRepository -> MusicService
2023-02-12 22:41:48 +01:00
MM20
fc2e239dfa
Don't enable favorites part by default
2023-02-09 14:06:11 +01:00
MM20
a1ebcc1a96
Run calculator on default dispatcher
2023-02-08 20:53:20 +01:00
MM20
e36f95f5ae
Revert "Remove compose material (2) library"
...
This reverts commit 91bb5a2096f30b144f7a0224519c9ce98572c4e1.
2023-02-08 20:51:35 +01:00
MM20
91bb5a2096
Remove compose material (2) library
2023-02-08 20:49:14 +01:00
MM20
3f2a7358c8
Update Kotlin, Jetpack Compose and Accompanist
2023-02-08 20:45:09 +01:00
Christoph
0a63a104bb
Add additional row in vertical and horizontal pager in horizontal clock mode showing favorites ( #246 )
...
* Add setting for clock widget to show two DynamicZones, one of them always being favorites
* implementing horizontal pager
* undoing changes
* checking if withFavoriteBar is set in horizontal layout
* Clock widget: use compose pager, not accompanist pager
* Pull favorites part provider from view model
* Clock widget settings: remove divider
* Remove date_part from settings.proto
* Remove datePart settings references
---------
Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
2023-02-08 16:14:38 +01:00
Bart Libert
9fb514dc68
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (552 of 552 strings)
Translation: Kvæsitso/i18n
2023-02-08 11:20:28 +00:00
Fjuro
5032aa7fcd
Translated using Weblate (Czech)
...
Currently translated at 100.0% (552 of 552 strings)
Translation: Kvæsitso/i18n
2023-02-08 11:20:27 +00:00
Cloudburst
54686f4f0a
Translated using Weblate (Polish)
...
Currently translated at 100.0% (106 of 106 strings)
Translation: Kvæsitso/units
2023-02-08 11:20:27 +00:00
Cloudburst
51ec036cce
Translated using Weblate (Polish)
...
Currently translated at 100.0% (552 of 552 strings)
Translation: Kvæsitso/i18n
2023-02-08 11:20:27 +00:00
Labrusca
c69d11b4dd
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (552 of 552 strings)
Translation: Kvæsitso/i18n
2023-02-08 11:20:27 +00:00
U. N. Owen
fb229f59e1
Remove official F-Droid repo from Readme
2023-02-06 14:04:38 +01:00
Massimo Pissarello
8e4d8cf797
Translated using Weblate (Italian)
...
Currently translated at 100.0% (552 of 552 strings)
Translation: Kvæsitso/i18n
2023-02-05 01:20:27 +00:00
Anton Yakovlev
61526f3017
Translated using Weblate (Russian)
...
Currently translated at 70.0% (385 of 550 strings)
Translation: Kvæsitso/i18n
2023-02-03 21:34:10 +00:00