Commit Graph
100 Commits
Author SHA1 Message Date
MM20 10d400a0c8 Fix wallpaper dim preference not applied correctly when launcher theme is set to dark but system is in light mode 2022-10-22 13:12:07 +02:00
MM20 c577a4911d Hide keyboard on scroll 2022-10-22 12:56:24 +02:00
MM20 10be596036 Merge branch 'main' of github.com:MM2-0/Kvaesitso 2022-10-22 12:10:15 +02:00
MM2-0andWeblate 90c587bee4 Translated using Weblate (German)
Currently translated at 100.0% (478 of 478 strings)

Translation: Kvæsitso/i18n
2022-10-22 10:10:09 +00:00
MM20 70e5c99439 Merge branch 'main' of github.com:MM2-0/Kvaesitso 2022-10-22 12:08:47 +02:00
MM20 a0209bc471 Make surfaces light black-and-white theme actually white 2022-10-22 12:08:21 +02:00
MM20 6859948bd8 Add dark mode to search bar 2022-10-21 18:07:09 +02:00
MM20 02bb12549b Add dark mode to clock widget 2022-10-21 17:49:31 +02:00
MM20 9db2372253 Add option to color system bar icons automatically 2022-10-21 17:20:09 +02:00
MM20 62f4cb6e0e Docs: bring back Roboto font 2022-10-20 23:12:21 +02:00
MM20 ed16b78532 Update docs screenshots 2022-10-19 16:50:27 +02:00
MM20 c17db2a9ce Fix file results missing 2022-10-19 16:39:27 +02:00
MM20 452b2dd7b3 Merge branch 'main' of github.com:MM2-0/Kvaesitso 2022-10-19 16:19:26 +02:00
MM20 28fec3532d Replace Poppins with Outfit 2022-10-19 16:19:08 +02:00
MM20 ef93ec0010 Hide grid labels in favorites widget when grid labels are disabled 2022-10-19 11:41:49 +02:00
MM20 b3a36f640b Move clock widget out of widget column 2022-10-18 18:17:07 +02:00
MM20 a3be3188fa Don't restart search if query is unchanged 2022-10-18 18:16:18 +02:00
MM20 cb5fe404e2 Fix icon picker instant closing in customize sheet 2022-10-18 17:49:40 +02:00
MM20 cd70daba24 Link help pages in settings 2022-10-16 16:06:46 +02:00
MM20 a4b9a7260a Remove unused methods from SearchDao 2022-10-16 15:55:18 +02:00
MM20 f88f71e5ee Rename
- PinnableSearchable -> SavableSearchable,
- FavoritesItem -> SavedSearchable,
- FavoritesItemEntity -> SavedSearchableEntity

add type column to searchable table
2022-10-16 15:53:22 +02:00
MM20 7e6a4466ca remove unused code 2022-10-16 15:08:25 +02:00
MM20 fcd3e3c3ac Update Kotlin and Jetpack Compose 2022-10-16 14:20:57 +02:00
MM20 4bdb9cb2a2 Bring back websearch shortcuts 2022-10-16 12:37:00 +02:00
MM20 e57a79932a Update AGP 2022-10-16 12:00:58 +02:00
MM20 4efcd89614 Clear home transition in onPause 2022-10-15 20:20:47 +02:00
MM20 fc74050c99 Increase unit test coverage to like 0.000001% 2022-10-15 16:41:13 +02:00
MM20 ee89f60e9c Migrate version catalogs API 2022-10-15 16:06:46 +02:00
MM20 1d50a3e24e Separate ligatures in search string matching 2022-10-15 15:58:22 +02:00
MM20 0731282ea1 Remove diacritics from strings in search
Close #181
2022-10-15 15:20:39 +02:00
MM20 8597b7ab49 Use generic favorites API for pinned calendar events 2022-10-15 15:19:56 +02:00
MM20 c47a880d72 Add scrim, outlineVariant and surfaceTint color to custom color schemes 2022-10-15 12:42:47 +02:00
MM20 0b152a2fa5 Revert "Add permission ACCESS_RESTRICTED_SETTINGS"
This reverts commit c1beb1360e.
2022-10-15 12:26:18 +02:00
MM20 f39068da9b Merge branch 'main' of github.com:MM2-0/Kvaesitso 2022-10-15 12:23:27 +02:00
U. N. OwenandGitHub 1b0e695560 Merge pull request #185 from daywalk3r666/daywalk3r666-patch-1
Add permission ACCESS_RESTRICTED_SETTINGS
2022-10-15 12:22:58 +02:00
MM20 c5091ee4ca Update material-color-utilities 2022-10-15 12:07:22 +02:00
MM20 44ea0acf9b Fix typos in docs 2022-10-15 11:40:49 +02:00
MM20 38fef1a825 Remove preferences dependency from notifications module 2022-10-15 11:40:28 +02:00
MM20 78fa1e8343 Merge branch 'main' of github.com:MM2-0/Kvaesitso 2022-10-15 00:29:18 +02:00
MM20 2157147caa Refactor search 2022-10-15 00:29:01 +02:00
MM20 048c1e8cf9 Remove useless maven repositories 2022-10-12 21:52:57 +02:00
MM20 fc09cb4783 Add depencency graph to docs 2022-10-12 21:19:30 +02:00
MM20 bcda89c211 Reorganize Searchable data types 2022-10-12 20:36:39 +02:00
U. N. OwenandGitHub a01b0aa03d Update docusaurus.config.js 2022-10-11 16:37:46 +02:00
MM20 9ad4ffc5d2 Fix crash 2022-10-10 15:26:35 +02:00
MM20 e1e40d08be Docs: fix build 2022-10-10 15:22:21 +02:00
MM20 95e8ec6c4c Update docs 2022-10-10 15:18:55 +02:00
MM20 84ff3e318b Merge branch 'main' of github.com:MM2-0/Kvaesitso 2022-10-10 13:43:23 +02:00
MM20 bdb29d912b Add pebble icon shape 2022-10-10 13:42:40 +02:00
U. N. OwenandGitHub ccdf156e7e Docs: add missing hyphen 2022-10-10 11:58:02 +02:00
U. N. OwenandGitHub 6d1225e8b9 Fix i18n link in readme 2022-10-10 11:43:53 +02:00
MM20 f7e56cd9d5 Merge branch 'main' of github.com:MM2-0/Kvaesitso 2022-10-09 23:05:32 +02:00
MM20 19aa3da68b Docs: change screenshot size and spacing 2022-10-09 23:05:18 +02:00
U. N. OwenandGitHub 5031c260bb Update websearches.md 2022-10-09 22:51:54 +02:00
U. N. OwenandGitHub 372ca07520 Only redeploy docs when docs have actually changed 2022-10-09 22:49:39 +02:00
U. N. OwenandGitHub cc88727e59 Fix docs edit path 2022-10-09 22:47:20 +02:00
U. N. OwenandGitHub 5fc8fd623b Rename deploy-docs to deploy-docs.yml 2022-10-09 22:23:48 +02:00
U. N. OwenandGitHub 082c3dfc2b Create deploy-docs 2022-10-09 22:23:14 +02:00
MM20 35bb81d2ad Merge branch 'main' of github.com:MM2-0/Kvaesitso 2022-10-09 22:20:36 +02:00
MM20 fc21a45f2f New documentation 2022-10-09 22:20:15 +02:00
MM20 5c51926062 The fuck are you?! 2022-10-09 21:31:49 +02:00
MM20 7270f6027e Add icons to global menu 2022-10-08 18:43:42 +02:00
MM20 9763f89522 Merge branch 'main' of github.com:MM2-0/Kvaesitso 2022-10-08 18:41:40 +02:00
MM20 a9032735f2 Animate launcher icon in return to home gesture animation 2022-10-08 18:41:14 +02:00
MM20 709a36fb31 Remove material dialogs library 2022-09-28 17:08:33 +02:00
MM20 0d5efd402d Version 1.17.0 2022-09-28 17:05:22 +02:00
MM20 bbcb087715 Fix Launcher activity immediately finishing on new intent
Fix #177
2022-09-27 23:31:25 +02:00
MM20 9bb457bc4c cmkbvyfhguajdclxvy bifköd,sölfaj 2022-09-27 23:10:20 +02:00
MM2-0andWeblate 3b7871a3d0 Translated using Weblate (German)
Currently translated at 100.0% (472 of 472 strings)

Translation: Kvæsitso/i18n
2022-09-27 19:09:21 +00:00
MM20 a9f6ff4261 Merge branch 'main' of github.com:MM2-0/Kvaesitso 2022-09-27 21:06:32 +02:00
MM20 fc6d1d382c Add preference to hide widget edit button 2022-09-27 21:06:07 +02:00
MM2-0andWeblate 90308a5edb Translated using Weblate (German)
Currently translated at 100.0% (466 of 466 strings)

Translation: Kvæsitso/i18n
2022-09-27 18:53:10 +00:00
MM2-0andWeblate 67ff2f7ade Translated using Weblate (English)
Currently translated at 100.0% (466 of 466 strings)

Translation: Kvæsitso/i18n
2022-09-27 18:53:10 +00:00
MM20 9309cd4891 Add a preference to hide the edit favorites button 2022-09-27 20:49:22 +02:00
MM20 a2aca9bded Add favorites settings screen 2022-09-26 20:32:43 +02:00
MM20 8b162dea01 Revert to compose material3 1.0.0-beta02
Due to https://issuetracker.google.com/issues/248164773
2022-09-26 00:01:57 +02:00
MM20 5292b8f729 Merge branch 'main' of github.com:MM2-0/Kvaesitso 2022-09-25 21:02:24 +02:00
MM20 0365277331 Typo 2022-09-25 21:02:11 +02:00
MM2-0andWeblate 04a9ea3b92 Translated using Weblate (German)
Currently translated at 100.0% (461 of 461 strings)

Translation: Kvæsitso/i18n
2022-09-25 19:00:10 +00:00
MM20 24e25148f0 Add multiple options for websearch query encoding
Close #174
2022-09-25 20:59:29 +02:00
MM20 69876e8884 Update Compose and Accompanist 2022-09-25 20:24:22 +02:00
MM20 0040939e1a Hide missing permission banners if search query is empty 2022-09-25 19:54:36 +02:00
MM20 1e21165e30 Fix add tag input field text color 2022-09-25 19:29:09 +02:00
MM20 32b4a43f71 Disallow creation of blank tags 2022-09-25 19:27:29 +02:00
MM20 24895ca612 Fix add tag padding when there are no existing tags 2022-09-25 19:26:09 +02:00
MM20 f1dbb84f61 Include custom attr table in database cleanup 2022-09-25 19:24:31 +02:00
MM20 41766cc0ac Bring back missing permission banners in search results 2022-09-25 19:15:16 +02:00
MM20 69042e4d2f Unpin items when dragging them to tags 2022-09-25 18:48:43 +02:00
MM20 d95dd4c829 Merge branch 'main' of github.com:MM2-0/Kvaesitso 2022-09-25 18:03:45 +02:00
MM20 5543bacc32 Allow creation of tags from edit favorites sheet 2022-09-25 17:59:10 +02:00
MM20 d88e92d02e Update Android Studio to Flamingo 2022-09-25 17:46:41 +02:00
MM2-0andWeblate 3e95925da5 Translated using Weblate (German)
Currently translated at 100.0% (460 of 460 strings)

Translation: Kvæsitso/i18n
2022-09-25 12:07:54 +00:00
MM20 60990e767c Drop items on tags in edit favorites sheet to tag them 2022-09-24 23:01:32 +02:00
MM20 2c307693f2 Show tags in item detail views 2022-09-24 21:46:07 +02:00
MM20 21bdbb2f0a Exclude tags in clock widget favorites part 2022-09-24 19:37:03 +02:00
MM20 5d8bbbd19e Merge branch 'main' of github.com:MM2-0/Kvaesitso 2022-09-23 23:25:57 +02:00
MM20 bc66b242de Fix custom labels and sorting in pinned tags 2022-09-23 23:25:35 +02:00
MM20 4c2324ff59 Hide blur wallpaper preference if it is not supported by device 2022-09-23 23:18:38 +02:00
MM20 26e312f42f Hide tags section in edit favorites sheet if no tags have been created yet 2022-09-23 23:18:16 +02:00
MM20 d50013e490 Display message if favorites or tag is empty 2022-09-23 23:14:51 +02:00