MM20
728795d7bc
refactor media integration settings to use lazy items
2026-08-23 18:28:32 +02:00
MM20
17f8906f26
add setting to exclude apps from shortcuts search
2026-08-23 17:55:08 +02:00
MM20
37f738b129
Remove unused code
2026-08-16 15:52:54 +02:00
MM20
37ccc83e7c
remove accompanist libraries and compose icons
2026-08-16 15:36:16 +02:00
MM20
64dc66aadb
Update dependencies, change java version to 11, update Gradle
2026-08-12 23:42:41 +02:00
MM20
057de087e9
Use all system locales to determine default currencies
2026-08-11 21:48:20 +02:00
MM20
c255894f3b
allowlist belarusian in form of address preference
2026-08-11 00:00:52 +02:00
MM20
a92e10e827
use progressive blur effect
...
close #1969
2026-08-01 16:10:30 +02:00
MM20
a94c1cf285
clear search when locking/unlocking private space
2026-07-20 22:17:18 +02:00
MM20
f5269845c8
fix crash when locking hidden private space
2026-07-19 21:39:34 +02:00
MM20
3f4deead1b
(refactor) refactor ProfileManager class
2026-07-19 18:27:59 +02:00
Alex Alwardt
db051292be
Feature: Respect hidden private space option ( #1923 )
...
* Hide private profile space apps from search when hide private space option is enabled, and add a search action for locking and unlocking the private space.
* Filter private space apps from favorites while hidden
2026-07-04 15:57:54 +02:00
MM20
8b50c8349d
add currency settings
2026-06-29 19:13:30 +02:00
MM20
b1b2daa67d
Add MainSwitchPreference component
2026-06-26 13:01:47 +02:00
MM20
5b4aade52f
launch settings in new task
2026-06-21 21:51:26 +02:00
MM20
1e3e0911d9
change quick settings action icon
2026-06-21 21:36:58 +02:00
MM20
ded17a1af3
Add launcher settings gesture action
2026-06-20 17:09:32 +02:00
MM20
f186fca7c6
Allow custom widget watch faces to be full width
2026-05-31 17:20:39 +02:00
MM20
be745484c5
fix empty bottom sheets closing themselves
2026-05-31 17:06:44 +02:00
MM20
9953139619
invert hide app details preference
2026-05-31 13:32:46 +02:00
Snow
9017a06239
feat : Add setting to toggle app version visibility in grid popup ( #1843 )
...
* Add gridAppVersion setting and wiring
* Implement app version visibility toggle in grid popup
* Add hideAppDetails setting and wiring
* feat : add hideAppDetails toggle and remove gridShowAppVersion
2026-05-31 13:22:32 +02:00
MM20
b071668743
fix swipe gestures not working after double tap to sleep
...
fix #1879
2026-05-31 13:11:59 +02:00
MM20
e25f2db3b5
refactor launcher scaffold
2026-05-27 21:12:40 +02:00
MM20
2fd780d9bc
Fix theme file deserialization
2026-05-08 22:39:06 +02:00
MM20
1f464539ce
Revert "use lazy grid for search results"
...
This reverts commit 32031d6ef8 .
2026-04-19 15:55:20 +02:00
MM20
92c84faf14
Revert "fix grid"
...
This reverts commit 9f2f357256 .
2026-04-19 15:54:57 +02:00
MM20
ac45173797
Revert "fix favorites grid gap"
...
This reverts commit 1ac3b5bf7a .
2026-04-19 15:54:43 +02:00
MM20
e647100730
disable swipe up to close search when results dont fill screen
2026-04-17 17:32:20 +02:00
MM20
1ac3b5bf7a
fix favorites grid gap
2026-04-14 20:33:22 +02:00
MM20
06982b6e5a
Specify compile sdk minor version
...
Close #1867
2026-04-14 20:00:45 +02:00
MM20
9f2f357256
fix grid
2026-04-14 19:42:24 +02:00
MM20
95aa361f30
show descriptions in widget picker
2026-04-06 13:52:54 +02:00
MM20
f688334433
Always show all widget page options
2026-04-06 12:38:10 +02:00
MM20
b9c227be23
Redesign gesture settings
2026-04-06 12:07:29 +02:00
MM20
c6a1aa0503
Add Widget::getLabel method
2026-04-05 22:30:57 +02:00
MM20
88df387331
adjust weather widget moon color
2026-04-03 18:11:14 +02:00
MM20
063aca8f46
weather widget animation
2026-04-03 18:08:54 +02:00
MM20
37fa1697dd
Migrate to Android Gradle Plugin 9
2026-03-28 16:02:54 +01:00
MM20
dfad063811
Update libraries
2026-03-28 15:07:28 +01:00
MM20
bda5350817
change label
2026-03-28 14:49:02 +01:00
MM20
32031d6ef8
use lazy grid for search results
2026-03-21 12:59:09 +01:00
MM20
9116599988
minor ui changes
2026-03-20 18:38:31 +01:00
MM20
7f3334db10
fix build
2026-03-14 22:14:00 +01:00
MM20
0b22f52823
Add FeatureFlags to disable features in release builds
2026-03-14 13:17:36 +01:00
MM20
910a64480a
Merge branch 'main' of github.com:MM2-0/Kvaesitso
2026-03-13 15:42:29 +01:00
MM20
2404330f97
make string translatable
2026-03-13 15:42:12 +01:00
DemonicSavage
bc579d9ae1
Added "always show battery" toggle to clock widget ( #1799 )
...
* Added "always show battery" toggle
* Newline at end
* Removed comment
* Added newline
* Removed... newline? Github UI, come on now...
Removed unnecessary newline at the end of the file.
* Made setting into a list
* Added migration
---------
Co-authored-by: Valerie <15646950+MM2-0@users.noreply.github.com >
2026-03-13 15:41:28 +01:00
MM20
2f71cbdb50
fix npe
...
Fix #1833
2026-03-13 11:12:52 +01:00
MM20
a2621bee0b
rearrange weather widget, add uv index
...
Close #1630
2026-03-11 22:07:21 +01:00
MM20
58f56b3706
Fix #1824
2026-03-07 14:32:51 +01:00