Fjuro
9060563ebe
Translated using Weblate (Czech)
...
Currently translated at 100.0% (557 of 557 strings)
Translation: Kvæsitso/i18n
2023-02-21 20:20:39 +00:00
MM20
270b7a35c3
Version 1.22.2
2023-02-21 19:52:43 +01:00
MM20
9c318fecf4
Fix enter to launch in pager scaffold
2023-02-21 19:52:27 +01:00
MM20
1e303a62c0
Version 1.22.1
2023-02-21 19:05:09 +01:00
MM20
df45efdbe0
Fix search result order
2023-02-21 19:04:32 +01:00
MM20
884103dab3
Revert "Modify black and white themes"
...
This reverts commit 065e6b828d813fad90426debc194a722125f19e1.
2023-02-21 19:04:09 +01:00
MM20
57d858c333
Version 1.22.0
2023-02-21 18:05:55 +01:00
MM20
3f7c2dbb8a
Weather: use null to indicate invalid values
2023-02-21 17:34:36 +01:00
MM20
065e6b828d
Modify black and white themes
2023-02-21 16:53:52 +01:00
MM20
b0ce225c87
Apply card opacity preference to widget surfaces
2023-02-21 16:48:01 +01:00
MM20
1ba1eacd89
Fix restoring quick actions
2023-02-20 17:03:42 +01:00
MM20
295f1e54ca
Websearch quick actions: allow custom url schemes
2023-02-20 16:48:15 +01:00
Bart Libert
33e7b00b7e
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (557 of 557 strings)
Translation: Kvæsitso/i18n
2023-02-20 14:00:05 +00:00
MM2-0
f3a7d47cd9
Translated using Weblate (German)
...
Currently translated at 100.0% (557 of 557 strings)
Translation: Kvæsitso/i18n
2023-02-20 14:00:05 +00:00
MM2-0
786dcf23e1
Translated using Weblate (English)
...
Currently translated at 100.0% (557 of 557 strings)
Translation: Kvæsitso/i18n
2023-02-20 14:00:05 +00:00
MM20
dbea4a4bec
Fix item elevation transition
2023-02-20 14:59:25 +01:00
MM20
df49cff350
Add highlight to single result
2023-02-20 14:39:12 +01:00
MM20
238a01c15e
Adjust highlight priority to match order of search results
2023-02-20 14:21:58 +01:00
MM20
5c44276b26
Unhighlight highlightes search result on scroll
2023-02-20 14:18:06 +01:00
MM20
336be61521
Blocklist not working spotify custom actions
2023-02-20 14:14:18 +01:00
MM20
7dbe9d4d6f
Migrate SearchVM from LiveData to Compose states
2023-02-20 00:08:35 +01:00
MM20
e5fe3a8816
Optimizations
2023-02-19 23:39:56 +01:00
Fjuro
722652e982
Translated using Weblate (Czech)
...
Currently translated at 100.0% (555 of 555 strings)
Translation: Kvæsitso/i18n
2023-02-19 17:51:38 +00:00
Labrusca
f9b8c173e3
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (555 of 555 strings)
Translation: Kvæsitso/i18n
2023-02-19 17:51:38 +00:00
Christoph
b11ba9e23a
Searchbar: Launch on enter / done ( #258 )
...
* Search: add launch action on keyboard-done
* Add switch in settings
* :)
* fix dataStore-update, pull bestMatch from multiple sources
* launch searchAction when no other match is found
* update localization
* switch to .firstNotNullOfOrNull { }
* switch imeAction based on launchOnEnter == true
* localization
* adding highlighting for bestMatch
* Remove unused code
* Store hightlighted search result in viewmodel
* Add highlight for list item, tweak grid item highlight
* Highlight search action that is launched on enter
* localizaton
* switch to IconShape / hairline border
* remove border / outlineVariant-background
---------
Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
2023-02-19 18:51:31 +01:00
Massimo Pissarello
72b42a1105
Translated using Weblate (Italian)
...
Currently translated at 100.0% (555 of 555 strings)
Translation: Kvæsitso/i18n
2023-02-19 06:06:26 +00:00
MM2-0
0c0da0dc5f
Translated using Weblate (German)
...
Currently translated at 100.0% (555 of 555 strings)
Translation: Kvæsitso/i18n
2023-02-19 06:06:26 +00:00
MM2-0
dbfae43fdd
Translated using Weblate (English)
...
Currently translated at 100.0% (555 of 555 strings)
Translation: Kvæsitso/i18n
2023-02-19 06:06:26 +00:00
MM20
51716eae64
Tweak weather widget typography
2023-02-18 13:50:42 +01:00
MM20
ecbd7fe840
Fix Google Clock themed icon showing incorrect time
2023-02-18 13:26:04 +01:00
MM20
cdf1c2aa20
Use default dispatcher to install icon packs
2023-02-17 22:21:31 +01:00
Fjuro
80b49dad51
Translated using Weblate (Czech)
...
Currently translated at 100.0% (553 of 553 strings)
Translation: Kvæsitso/i18n
2023-02-17 21:07:57 +00:00
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