Commit Graph
100 Commits
Author SHA1 Message Date
MM20 1faac28ce4 Add two new clock styles: analog clock and empty clock 2022-02-20 14:44:48 +01:00
MM20 b533e02ecf Make clock widget fonts lighter in compact layout 2022-02-20 13:59:05 +01:00
MM20 b29f00cc79 Fix typography styles parents 2022-02-20 13:14:31 +01:00
MM20 05f64ea238 Fuzzy match search queries in app search 2022-02-19 21:08:26 +01:00
MM20 5e9719afa7 Add Apache Commons Text 2022-02-19 21:08:08 +01:00
MM20 a6c4b6431b Re-add permission banners to search results 2022-02-19 20:16:25 +01:00
MM20 1aa3eeaa1a Merge branch 'main' of github.com:MM2-0/Kvaesitso 2022-02-19 18:56:43 +01:00
MM20 82e225c515 Edit :i18n readme 2022-02-19 18:54:53 +01:00
MM2-0andWeblate c8240e6ea1 Translated using Weblate (English)
Currently translated at 100.0% (106 of 106 strings)

Translation: Kvæsitso/units
2022-02-19 17:47:24 +00:00
MM20 56f206862a Add more information to i18n readme 2022-02-19 18:46:01 +01:00
U. N. OwenandGitHub ca76b2ec95 Merge pull request #32 from BrightDV/add-link-to-weblate-in-readme
Adding  logo & link to the weblate instance
2022-02-19 18:09:48 +01:00
MM2-0andWeblate 4f0e3a4bcf Translated using Weblate (French)
Currently translated at 99.7% (357 of 358 strings)

Translation: Kvæsitso/i18n
2022-02-19 17:09:04 +00:00
MM20 cc6a709f2e Remove unused default_currency resource 2022-02-19 16:19:29 +01:00
MM20 3c3cfc7120 Use a less restrictive regex for unit converter parsing 2022-02-19 16:15:53 +01:00
MM2-0andWeblate ff5281d360 Translated using Weblate (German)
Currently translated at 100.0% (106 of 106 strings)

Translation: Kvæsitso/units
2022-02-19 15:14:36 +00:00
MM2-0andWeblate 6712220b42 Translated using Weblate (English)
Currently translated at 100.0% (106 of 106 strings)

Translation: Kvæsitso/units
2022-02-19 15:14:35 +00:00
MM20 efcd9d3fff Fix missing string resource that has been renamed 2022-02-19 16:13:30 +01:00
MM2-0andWeblate a412c62c35 Translated using Weblate (English)
Currently translated at 100.0% (358 of 358 strings)

Translation: Kvæsitso/i18n
2022-02-19 14:51:21 +00:00
MM2-0andWeblate 012ed50aec Translated using Weblate (German)
Currently translated at 100.0% (358 of 358 strings)

Translation: Kvæsitso/i18n
2022-02-19 14:36:38 +00:00
MM2-0andWeblate 5e1f89df45 Translated using Weblate (German)
Currently translated at 100.0% (358 of 358 strings)

Translation: Kvæsitso/i18n
2022-02-19 14:27:31 +00:00
MM2-0andWeblate 014aae049a Translated using Weblate (French)
Currently translated at 97.7% (350 of 358 strings)

Translation: Kvæsitso/i18n
2022-02-19 14:13:13 +00:00
MM20 0550e6fe3b Re-organize strings
Add comments, rename some strings, remove unused strings
2022-02-19 13:16:36 +01:00
MM20 07573fe72f Remove unused code 2022-02-19 01:26:46 +01:00
MM20 5e18d25335 Migrate hidden items panel to Jetpack Compose 2022-02-18 23:35:41 +01:00
MM20 6b59aa5118 Remove (useless, potentially dangerous) casts to AppCompatActivity 2022-02-18 23:34:32 +01:00
MM20 3c3cac83c8 Add option to automatically launch the keyboard when opening the search
Fixes #26
2022-02-18 22:15:38 +01:00
MM20 0d6d7f1764 Fix calendar widget clickable area 2022-02-18 20:39:10 +01:00
MM20 902d77fff0 Add options to hide system bars 2022-02-18 14:52:55 +01:00
MM20 577ac7e28c Weather widget: use buttons for day/time selectors
For consistency with other widgets
2022-02-18 14:04:06 +01:00
MM20 41096e7ca6 Show progress in notification badges again 2022-02-18 00:20:26 +01:00
MM20 81c6662ede Tweak badge style, add badge progress 2022-02-18 00:00:57 +01:00
MM20 944132ba12 Improve layout transitions 2022-02-17 23:38:49 +01:00
MM20 ca813f3f70 Migrate calendar widget to Compose 2022-02-17 22:52:04 +01:00
MM20 386083ede9 Remove unused code 2022-02-17 21:02:50 +01:00
MM20 d221a6b178 Apply grid columns settings to grid 2022-02-17 20:13:42 +01:00
MM20 b40f96d7b5 Explicitely set widget size constraints
Some widgets are invisible (0px x 0px) if no size is given
2022-02-16 23:55:12 +01:00
MM20 3aa28671a4 Rewrite widget picker
Fix #12
2022-02-16 23:08:06 +01:00
MM20 c66f574862 Re-enable scaffold layout transition 2022-02-15 20:15:16 +01:00
MM20 0dd23ad137 Change search result order 2022-02-15 19:35:44 +01:00
MM20 2e5d510014 Make Wikipedia item and website item clickable again 2022-02-15 19:35:23 +01:00
MM20 fc90fdb17d Apply HTML to Wikipedia text 2022-02-15 19:29:12 +01:00
MM20 afaf7d7e73 Add path to file details 2022-02-14 22:57:43 +01:00
MM20 2665df2fff Tweak themed icon colors 2022-02-14 22:49:06 +01:00
MM20 665664df70 Migrate search UI to Jetpack Compose 2022-02-14 22:48:56 +01:00
MM20 b997a7cb62 Disable isDebuggable in debug builds
I don't know if there are any side-effects, but this is the only way
to make Jetpack Compose not unusably laggy in debug builds that I found
2022-02-14 14:36:28 +01:00
MM20 0532b65cea Fix typo 2022-02-11 20:35:27 +01:00
MM20 6c9ca39c86 Remove androidx.preference library 2022-02-11 20:35:10 +01:00
MM20 29f0dd2d47 Update libraries 2022-02-11 20:24:32 +01:00
MM20 b5fa2835b2 Disable APK size optimization 2022-02-10 18:08:59 +01:00
MM20 e3f82512b7 Update Jetpack Compose 2022-02-09 20:26:23 +01:00
MM20 23d0b72e12 Update copyright 2022-02-08 22:17:53 +01:00
MM20 eed10c51b0 Fix XML syntax error 2022-02-08 22:14:52 +01:00
U. N. OwenandGitHub 6582b4f353 Merge pull request #24 from BrightDV/french-launcher
French support for the app
2022-02-08 22:13:23 +01:00
MM20 fafe6cf87a Turns out Koin can't inject null
Fix #23
2022-02-08 21:46:46 +01:00
MM20 1014ffae29 Update libraries 2022-02-08 21:46:18 +01:00
MM20 d6a005293e Optimize release build APK size
please no new bugs prayge
2022-02-08 21:41:26 +01:00
MM20 7a4e1e716f Remove isMinifyEnabled from library modules 2022-02-08 21:20:54 +01:00
MM20 658a29427c Version 1.4.3 2022-02-07 18:36:56 +01:00
MM20 e8a5c1f24b Fix #22
Refresh widgets in widget view model after widgets have been changed
2022-02-07 18:35:08 +01:00
MM20 fb407afe21 Save widgets in WidgetRepository coroutine scope 2022-02-07 11:18:31 +01:00
MM20 5c104f76ee Remove obsolete WidgetViewModel 2022-02-07 11:16:35 +01:00
MM20 9280056d88 Initialize default web searches with color = 0
Use the app theme's primary color for search icons instead of crappy pseudo brand colors
2022-02-06 23:35:15 +01:00
MM20 5f9450d099 Ah yes
Please concentrate.
2022-02-06 18:57:14 +01:00
MM20 63f12a0ce3 Merge branch 'main' of github.com:MM2-0/Kvaesitso 2022-02-06 18:53:48 +01:00
MM20 7ad36684ae Open Nextcloud files in Nextcloud app if installed 2022-02-06 18:51:24 +01:00
MM20 7ba13a8ba7 Upgrade AGP 2022-02-06 18:32:45 +01:00
U. N. OwenandGitHub ed7a159543 Merge pull request #19 from BrightDV/small-typo-in-badges-section
Correcting a small typo in the badges section
2022-02-06 16:40:15 +01:00
MM20 c5393f3eaa Allow searchable serialization to fail 2022-02-04 19:06:39 +01:00
MM20 be2b1479ac Ensure that website icons are always software bitmaps 2022-02-03 10:01:56 +01:00
MM20 84b13253b7 v1.4.2 2022-02-01 20:33:16 +01:00
MM20 8a3b8284e7 Fix crash when adding launcher widget 2022-02-01 20:30:57 +01:00
MM20 8f142085e8 Don't crash if file search is completely disabled 2022-02-01 20:23:39 +01:00
MM20 35132b4e4b Clean :ui module 2022-01-31 14:22:46 +01:00
MM20 bb4a7a1e04 Migrate from deprecated MS Graph Android SDK to MS Graph Java SDK 2022-01-31 14:01:12 +01:00
MM20 134d09c3ae Update commons-suncalc to 3.5 2022-01-31 13:54:48 +01:00
MM20 162cd0b262 Remove -XX:MaxPermSize=1024m from gradle.properties 2022-01-31 13:28:30 +01:00
MM20 4e1b620225 Remove unused code 2022-01-31 12:58:55 +01:00
MM20 66aa5ee3e5 Remove unused resources 2022-01-30 22:49:26 +01:00
MM20 f0e429b281 Version 1.4.1 2022-01-30 19:46:15 +01:00
MM20 651f0bb916 Fix favorites enabled/disabled setting 2022-01-30 17:40:47 +01:00
MM20 b22bedd0f2 Reset versionCodeDate 2022-01-30 15:12:37 +01:00
MM20 f38c45656e Check external storage permission before attempting to searcg files 2022-01-30 15:09:05 +01:00
MM20 d1b991fcbd Revert "Fix potential NPE"
This reverts commit 95798327e7.
2022-01-30 15:03:51 +01:00
MM20 95798327e7 Fix potential NPE 2022-01-30 15:00:27 +01:00
MM20 0999285550 Updated strings 2022-01-30 14:50:11 +01:00
MM20 8f8f345b21 Disable notification badge preference if permission is missing 2022-01-30 14:24:43 +01:00
MM20 0e7be56c94 Show a banner in badge settings if notification permission is missing 2022-01-30 14:21:45 +01:00
MM20 e19fef9b18 v1.4.0 2022-01-30 14:12:54 +01:00
MM20 5da34170b7 Disable switch if switch preference is disabled 2022-01-30 14:10:51 +01:00
MM20 6e5191bb9e Don't repeat unnecessary work onResume or onStart 2022-01-30 14:04:25 +01:00
MM20 44fac5f157 Use material3 progress indicator 2022-01-30 13:56:40 +01:00
MM20 0587b3e08d Remove legacy SettingsActivity 2022-01-30 13:42:37 +01:00
MM20 470e378e17 Remove LauncherPreferences 2022-01-30 13:38:01 +01:00
MM20 6ba490287d Use slider preference for column count 2022-01-30 13:35:27 +01:00
MM20 8e96e2b2db Migrate card settings 2022-01-30 13:32:59 +01:00
MM20 a4ead54329 SearchGridView: don't crash if column preference is faulty 2022-01-29 19:57:02 +01:00
MM20 a4b6212a7e Exclude calendar events from favorites
Pinned favorites are already shown in calendar widget
2022-01-29 19:42:47 +01:00
MM20 01cd674c8c Add mdc as dependency to icons module
fix R.attr.* not found errors
2022-01-29 19:38:39 +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