MM20
|
f88f71e5ee
|
Rename
- PinnableSearchable -> SavableSearchable,
- FavoritesItem -> SavedSearchable,
- FavoritesItemEntity -> SavedSearchableEntity
add type column to searchable table
|
2022-10-16 15:53:22 +02:00 |
|
MM20
|
2157147caa
|
Refactor search
|
2022-10-15 00:29:01 +02:00 |
|
MM20
|
bcda89c211
|
Reorganize Searchable data types
|
2022-10-12 20:36:39 +02:00 |
|
MM20
|
57449d4fce
|
Add support for Android 13 themed icons
|
2022-09-04 11:53:27 +02:00 |
|
MM20
|
96e70da913
|
Clean up
|
2022-06-24 17:23:59 +02:00 |
|
MM20
|
a303703d9e
|
Fix crash if adaptive icon foreground or background is null
|
2022-06-19 19:39:35 +02:00 |
|
MM20
|
e8936eb0b4
|
Tweak some icon colors
|
2022-06-18 19:13:00 +02:00 |
|
MM20
|
6de89f3f79
|
Refactor icons
|
2022-06-18 18:51:41 +02:00 |
|
MM20
|
b436f75f17
|
Sort chinese apps by their pinyin transliteration
Close #61
|
2022-06-12 15:50:05 +02:00 |
|
MM20
|
a064e800b6
|
Remove package installations from app grid
|
2022-06-12 15:21:25 +02:00 |
|
MM20
|
0851ba3891
|
Use default dispatcher for search
|
2022-06-12 15:03:34 +02:00 |
|
MM20
|
5ae0ec42b7
|
Filter hidden items in UI layer
|
2022-06-12 13:28:02 +02:00 |
|
MM20
|
a7c55b2668
|
New hidden items UI
|
2022-05-27 20:29:00 +02:00 |
|
MM20
|
83a33d8ac5
|
Update Gradle
|
2022-05-09 20:04:21 +02:00 |
|
MM20
|
68382d2746
|
Don't remove main profile app if an app with the same package name has been uninstalled from work profile
|
2022-04-17 13:51:08 +02:00 |
|
MM20
|
8c6b6c5e91
|
Launch app main activities with the correct action and category
Fix #15
|
2022-04-10 17:28:55 +02:00 |
|
MM20
|
ce7ac0759a
|
Fix crashes when an uninstalled app is pinned to favorites
|
2022-03-27 15:00:53 +02:00 |
|
MM20
|
3a15b59526
|
Catch SecurityExceptions; unpin apps if they couldn't be launched
|
2022-03-27 14:18:46 +02:00 |
|
MM20
|
b73c9fabc9
|
Create appshortcuts module
|
2022-03-19 15:46:13 +01:00 |
|
MM20
|
47e7591975
|
Modify badge API
Pass searchable as argument instead of badgeKey which is now obsolete
|
2022-03-05 15:25:57 +01:00 |
|
MM20
|
b6f6c0c584
|
Add Pinyin support to app search
Implement #8
|
2022-03-05 13:54:07 +01:00 |
|
MM20
|
05f64ea238
|
Fuzzy match search queries in app search
|
2022-02-19 21:08:26 +01:00 |
|
MM20
|
7a4e1e716f
|
Remove isMinifyEnabled from library modules
|
2022-02-08 21:20:54 +01:00 |
|
MM20
|
470e378e17
|
Remove LauncherPreferences
|
2022-01-30 13:38:01 +01:00 |
|
MM20
|
701ab490d2
|
Don't crash when attempting to launch an app that has been uninstalled
|
2022-01-29 19:35:30 +01:00 |
|
MM20
|
97ba10d3a7
|
Remove obsolete API level checks
|
2022-01-29 19:32:53 +01:00 |
|
MM20
|
f72e7a1993
|
Migrate icon settings
|
2022-01-28 23:15:27 +01:00 |
|
MM20
|
11017f46bc
|
Remove more unused legacy preferences
|
2022-01-25 21:30:44 +01:00 |
|
MM20
|
d85da0361d
|
Set visibility of interface implementations to internal
|
2022-01-17 00:16:00 +01:00 |
|
MM20
|
cd3ee6f3cb
|
Clean up unused badge code
|
2022-01-15 15:41:29 +01:00 |
|
MM20
|
6ca440f553
|
Refactor badges and notifications, migrate badge settings
|
2022-01-15 14:31:13 +01:00 |
|
MM20
|
912982aba8
|
combine -> merge
|
2021-12-31 21:50:28 +01:00 |
|
MM20
|
a2ccef64ce
|
Refactor search, favorites and calendar widget
|
2021-12-31 20:16:08 +01:00 |
|
MM20
|
89a2754eaf
|
Migrate from Kotlin synthetics to Jetpack view binding
|
2021-12-11 14:46:46 +01:00 |
|
MM20
|
73d65d1a30
|
Hopefully fix app installation progress badges not disappearing
|
2021-12-07 17:51:45 +01:00 |
|
MM20
|
2edc96bc84
|
Move all icons to base module and remove unused icons
|
2021-12-06 21:48:01 +01:00 |
|
MM20
|
be50fb2276
|
Load all icons off main thread
|
2021-12-04 14:06:01 +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
|
0e1ca1c1f9
|
Material 3 theme [WIP]
|
2021-12-04 12:24:16 +01:00 |
|
MM20
|
dbd7fda7fb
|
Rework icon repository
|
2021-12-02 21:49:18 +01:00 |
|
MM20
|
051fb1e9c5
|
Workaround a bug in Koin
This should hopefully fix java.util.NoSuchElementException as in InsertKoinIO/koin#1149
|
2021-10-16 20:55:07 +02:00 |
|
MM20
|
087d4fd455
|
Use dependency injection for most singletons
|
2021-10-10 12:15:54 +02:00 |
|
MM20
|
749e4e3073
|
Initial commit
|
2021-09-18 23:37:52 +02:00 |
|