557 Commits

Author SHA1 Message Date
MM20
4db54fc038
Hide widgets that are already in use from widget picker 2023-04-10 14:09:29 +02:00
MM20
3cda75bc77
Refactor widgets 2023-04-10 01:15:27 +02:00
MM20
2054386179
Settings main screen: remove nested preference category 2023-04-07 21:49:36 +02:00
MM20
5da3dcd06c
Fix item popup animation misalignment 2023-04-07 21:28:47 +02:00
MM20
309bee62fd
New widget picker, add support for work profile widgets 2023-04-07 17:22:38 +02:00
MM20
ca29a908aa
Save bottom sheet state 2023-04-05 18:24:52 +02:00
Christoph
4159d7ad50
Make OrbitClock somewhat respect orbital dynamics (#276)
* orbitclock adjustments

* cleanup

* switch to LaunchedEffect

* radii-diff golden ratio && readability

* equal space between planets && large label on hour

* size adjustments

* smooth animations

* incorporate ms

* cleanup and synchronization fix (somewhat?)

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (568 of 568 strings)

Translation: Kvæsitso/i18n

* Translated using Weblate (Chinese (Traditional))

Currently translated at 100.0% (568 of 568 strings)

Translation: Kvæsitso/i18n

* Translated using Weblate (Chinese (Traditional))

Currently translated at 64.1% (68 of 106 strings)

Translation: Kvæsitso/units

* Fix favorites in favorite widget hidden even when clock widget favorites are disabled

* Fix crash

* Add preference to disable themed icons for themed icon packs

* Add tooltip to icon pack themed toggle

* Version 1.23.1

* Translated using Weblate (Dutch)

Currently translated at 99.4% (565 of 568 strings)

Translation: Kvæsitso/i18n

* Translated using Weblate (Chinese (Traditional))

Currently translated at 100.0% (106 of 106 strings)

Translation: Kvæsitso/units

* Translated using Weblate (Dutch)

Currently translated at 100.0% (568 of 568 strings)

Translation: Kvæsitso/i18n

* Translated using Weblate (Chinese (Simplified))

Currently translated at 99.2% (564 of 568 strings)

Translation: Kvæsitso/i18n

* Translated using Weblate (Russian)

Currently translated at 100.0% (106 of 106 strings)

Translation: Kvæsitso/units

* Added translation using Weblate (Hungarian)

* Translated using Weblate (Turkish)

Currently translated at 34.9% (37 of 106 strings)

Translation: Kvæsitso/units

* Added translation using Weblate (Hungarian)

* Added translation using Weblate (Ukrainian)

* Translated using Weblate (Hungarian)

Currently translated at 4.2% (24 of 568 strings)

Translation: Kvæsitso/i18n

* Added translation using Weblate (Ukrainian)

* Docs: update docusaurus

* Docs: Add FAQ page

* Update Jetpack Compose and Accompanist

* Add TagChip component

* Translated using Weblate (Ukrainian)

Currently translated at 5.9% (34 of 568 strings)

Translation: Kvæsitso/i18n

* Translated using Weblate (Ukrainian)

Currently translated at 0.9% (1 of 106 strings)

Translation: Kvæsitso/units

* Extend FAQ

* Restore EmptyClock when branch

* orbitclock adjustments

* cleanup

* switch to LaunchedEffect

* radii-diff golden ratio && readability

* equal space between planets && large label on hour

* size adjustments

* smooth animations

* incorporate ms

* cleanup and synchronization fix (somewhat?)

* Restore EmptyClock when branch
2023-04-04 19:40:02 +02:00
MM20
a811113602
Add TagChip component 2023-04-02 22:43:10 +02:00
MM20
971e9d6251
Add tooltip to icon pack themed toggle 2023-03-15 17:10:21 +01:00
MM20
70b406eb5c
Add preference to disable themed icons for themed icon packs 2023-03-15 17:09:23 +01:00
MM20
26366e8b23
Fix crash 2023-03-15 16:35:36 +01:00
MM20
6741ad92ac
Fix favorites in favorite widget hidden even when clock widget favorites are disabled 2023-03-15 16:31:20 +01:00
MM20
3301f1042d
Revert: use popup for bottom sheet dialogs
Fix textfield not focusable issue
2023-03-14 20:44:45 +01:00
MM20
c4f001cc1c
Hide launch count search mode from preferences 2023-03-14 20:24:46 +01:00
MM20
d4749aab8d
Compact clock widget: remove caret
Close #269
2023-03-14 20:13:45 +01:00
MM20
88d27cf06d
Improve grid item highlight 2023-03-14 20:07:19 +01:00
MM20
9f6444ef77
Change app launch animatinon 2023-03-14 18:31:46 +01:00
MM20
2af64000de
Add back handler to customize icon picker 2023-03-14 18:00:09 +01:00
MM20
5f31ded8c3
Improve bottom sheets 2023-03-13 18:33:22 +01:00
MM20
824ae9bba2
Hide top row of favorites in favorites widget if it is directly below the clock widget favorites part 2023-03-11 13:16:29 +01:00
MM20
6424bf7b92
Track item usage when it is launched with enter 2023-03-11 12:54:27 +01:00
MM20
264ef3e4aa
Remove unused function 2023-03-11 12:53:18 +01:00
MM20
c37b280d29
Add ability to expand pinned tags to multiple lines 2023-03-11 00:26:02 +01:00
Christoph
2c9cba72a9
Search: introduce weighted reordering (#272)
* Database: backend for weights & timestamps

- Migration 21->22
- SearchableLaunchTimestampEntity.kt
- `weight`-column in SavedSearchableEntity
- Queries for sorting by and adjusting weight
- Queries for sorting by recent use

* move weightfactor access to favoritesRepository

* reorder calls in SearchVM

* no more datahoarding

* add settings screen for ordering

* ui fix, animations

* move ordering settings out of own screen

* remove unused localization

* weight factors

* larger factor for WeightFactor.High

* cleanup

* sort favorites by weight

* icons for favorite screen

* I hate coming up with descriptive strings

* add default weight factor to settings migration

* Add default values for search result ordering preferences

* Favorites settings: change order of preferences

* Change strings

* Replace favorites variability slider with list preference

* migration initial weight

* Change labels

* Include searchable weight column in backup

---------

Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
2023-03-10 22:17:03 +01:00
MM20
3df44b2f22
Stop updating time when app is paused 2023-03-06 13:29:14 +01:00
MM20
ea08584656
Rename HomeTransition and related classes to EnterHomeTransition 2023-03-03 17:13:21 +01:00
MM20
314e4f0736
Update icon pack picker automatically when an icon pack has been installed or uninstalled 2023-03-03 14:42:08 +01:00
MM20
31e250c826
Reduce padding 2023-03-01 20:43:54 +01:00
Christoph
0b2aa716ec
Search: reorder results by launchCount (#267)
* add app search result ordering by launchCount

* add reordering for other domains

* add preference in settings

* bruh moment

- database optimizaiton
- fixing obvious fallacy while reordering

* no reordering on empty queries && reordering early return

* avoiding deserialization

* listpreference

* search settings screen icons & categories

* regrouping

* early-return tweak

* Change ranking algorithm

* Pepega

* Prioritize launchCount over pinned for relevance sorting

---------

Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
2023-02-28 20:45:25 +01:00
MM20
600e319c99
Fix icon highlighting causing poor contrast on non adaptive icons 2023-02-28 17:28:03 +01:00
MM20
7168169e35
Restructure / cleanup / improve icon pack handling 2023-02-27 22:36:46 +01:00
MM20
6adbee224e
Icon picker: add icon pack filter 2023-02-27 14:39:18 +01:00
MM20
81c542d777
Searchable Picker: single line search field 2023-02-27 13:31:19 +01:00
MM20
96182c88c3
Improve launch app gesture transition 2023-02-26 17:54:07 +01:00
MM20
883c372315
Pager swipe fling improv 2023-02-26 13:43:59 +01:00
MM20
b01eb151f8
Improve swipe gesture cancellation in pager layout 2023-02-26 13:40:02 +01:00
MM20
348c969c19
Improve app launch gesture feedback 2023-02-26 13:16:09 +01:00
MM20
51aa25834e
Improve splash screen adaptive icon support 2023-02-26 12:54:29 +01:00
MM20
88bbfc41f4
Fake splash screen: add support for legacy splash screens 2023-02-26 01:04:57 +01:00
MM20
608d73706a
Add fake splash screen for launching apps by gestures 2023-02-26 00:12:56 +01:00
MM20
c664f2e777
Fuck you Android studio, please fix your goddamn focus, I wanted to type into the terminal, not the editor 2023-02-25 17:57:16 +01:00
MM20
9a4a9a294f
Add handler for launch app gesture action 2023-02-25 17:55:48 +01:00
MM20
77e22e5f2b
Add preferences for launch app gesture 2023-02-24 22:39:32 +01:00
MM20
d54b904c0a
Bring back the option to disable the clock widget's date part 2023-02-24 17:33:08 +01:00
MM20
e82fd23619
Use grid in tag item selector 2023-02-22 17:04:04 +01:00
MM20
9c318fecf4
Fix enter to launch in pager scaffold 2023-02-21 19:52:27 +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
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