Commit Graph
646 Commits
Author SHA1 Message Date
MM20 20e361b0c6 Segment clock: show leading zero
Close #786
2024-05-07 00:04:15 +02:00
MM20 f6028a3f39 Finalize location item UI 2024-05-06 23:35:31 +02:00
MM20 787f64b85f Location item design 2024-05-06 19:41:14 +02:00
MM20 2cda2437f3 Redesign places result 2024-05-05 22:43:06 +02:00
MM20 a382c40c20 Store memory dumps in cache folder 2024-05-05 12:27:20 +02:00
MM20 b9ddb9acf0 Rewrite MapTiles component to allow non-square aspect ratios 2024-05-05 02:41:05 +02:00
MM20 900e39c680 Add missing onBackground color preference in theme editor 2024-05-04 16:01:31 +02:00
MM20 5734fc791c Bring back hidden items button 2024-05-04 00:03:37 +02:00
MM20 1d6688831c Add managed location to weather plugin API 2024-05-03 13:02:17 +02:00
MM20 b0f9ffd473 Music widget: add album art transition 2024-05-03 11:21:56 +02:00
MM20 7ee5bd5c61 This, but better v 2024-05-02 19:15:05 +02:00
MM20 dd09487729 Add calendar widget transition 2024-05-02 19:09:43 +02:00
MM20 25b71f4b08 Add expand / collapse transition to favorites tag list 2024-05-02 18:28:53 +02:00
MM20 94893a2c43 Add filter bar customizations 2024-05-01 16:21:39 +02:00
MM20 fdb94b5505 Display current size in widget resize handle 2024-04-29 19:16:26 +02:00
MM20 069b21a118 Add preferences to hide filter bar and to configure the default filter 2024-04-23 21:39:58 +02:00
MM20 ee83b87f39 Reset search filters when query is cleared 2024-04-21 20:30:55 +02:00
MM20 eda57aea2b Fix keyboard filter bar placement issues 2024-04-21 19:03:35 +02:00
MM20 9b29696757 Add extended filter view 2024-04-21 17:29:28 +02:00
MM20 0ebf0f872d Hide empty location / description in calendar results 2024-04-21 14:10:34 +02:00
MM20 b61596370b Fix custom widget button colors 2024-04-21 14:10:11 +02:00
MM20 58ebd5646b Add search filters 2024-04-21 01:30:33 +02:00
MM20 3c489fc648 Redesign icon pack selector 2024-04-20 16:50:45 +02:00
MM20 b323953a75 Merge themed icon and icon pack themed icon preference 2024-04-20 14:05:48 +02:00
MM20 457d950006 Add share search action 2024-04-19 23:08:10 +02:00
MM20 b5903f9812 Adjust slider preference padding to new slider style 2024-04-19 22:53:14 +02:00
MM20 734f5681e0 Adjust music widget to new material 3 slider style 2024-04-19 22:48:13 +02:00
MM20 4a69b19145 Fix incorrect color value in widget picker sheet 2024-04-19 22:09:13 +02:00
MM20 38c048ec03 Allow resizing of custom clock widgets 2024-04-19 22:01:40 +02:00
MM20 64002c9f38 Fix widget resize handle hitbox 2024-04-19 12:51:30 +02:00
MM20 d4759339cf Widget sizes are using px, not dp 2024-04-18 20:44:37 +02:00
MM20 708e302631 Respect app widget size constraints 2024-04-18 00:56:58 +02:00
MM20 1a45ae9003 Add horizontal appwidget resizing 2024-04-18 00:42:03 +02:00
MM20 7056c5963a Add option to use theme colors in app widgets and use light background variant when appropriate 2024-04-13 18:26:59 +02:00
MM20 afbe84fcf9 Gitignore .idea/other.xml 2024-04-13 18:26:46 +02:00
MM20 3008849b15 Update libraries, add predictive back in settings 2024-04-12 00:15:32 +02:00
MM20 cdf161f377 Fix time desync if animation scale is not 1 2024-04-08 18:08:42 +02:00
MM20 3288d933c5 [WIP] Custom widgets as watch face 2024-04-06 22:44:59 +02:00
MM20 efc50eb0a8 Fix time desync 2024-04-06 21:16:21 +02:00
MM20 e12bfb63fd Optimize local time provision 2024-04-05 18:33:21 +02:00
MM20 6d15ab0e29 Clock widget: Keep settings of unselected watch faces 2024-04-05 15:59:14 +02:00
MM20 494a18ac97 Fix bottom sheets auto closing 2024-04-01 22:17:58 +02:00
MM20 0fe5dd9029 Refactor watch face selector 2024-04-01 16:45:05 +02:00
MM20 4ce4812317 Add clock widget preference migration, remove OnePlus variant 2024-03-29 16:53:45 +01:00
MM20 2cd4097b1d Make debug builds non debuggable 2024-03-29 16:29:40 +01:00
1a20458904 Added flags "Show seconds" and "Use theme color" for clock widgets (#673)
* Added flags for use seconds and use theme color for clock widget, and "Display" clock style.

Signed-off-by: Guillermo Villafuerte <gvillafu@comunidad.unam.mx>

* Separator in "Display" clock changed to vector for consistency.

Signed-off-by: Guillermo Villafuerte <gvillafu@comunidad.unam.mx>

* "Use theme color" is now false by default.

Signed-off-by: Guillermo Villafuerte <gvillafu@comunidad.unam.mx>

* Added padding for all clocks.

Signed-off-by: Guillermo Villafuerte <gvillafu@comunidad.unam.mx>

* FIX: "Show seconds" was default true on VM, glitching the clock widget when first loaded.

Signed-off-by: Guillermo Villafuerte <gvillafu@comunidad.unam.mx>

* Clock time is now provided for a variable component as needed, splitting the current time provider by two.

Signed-off-by: Guillermo Villafuerte <gvillafu@comunidad.unam.mx>

* Compact mode is also considered for second/minute provider.

Signed-off-by: Guillermo Villafuerte <gvillafu@comunidad.unam.mx>

* Yet another tweak to Orbit clock colors.

Signed-off-by: Guillermo Villafuerte <gvillafu@comunidad.unam.mx>

* Separator flicker is now synced with second change for Display clock.

Signed-off-by: Guillermo Villafuerte <gvillafu@comunidad.unam.mx>

* Update libraries

* Update IDEA Kotlin file

* Disable seconds by default

* Swap order of clock widget preferences

* Invert themed orbit clock colors

* Rename display clock style to 7 segment

* Make watch face names localizable

---------

Signed-off-by: Guillermo Villafuerte <gvillafu@comunidad.unam.mx>
Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
2024-03-29 14:54:38 +01:00
3646745a36 Adds setting to not separate work profile and main profile apps (#678)
* Adds setting to not separate work profile and main profile apps

* Only show work profile related preference when there is a work profile

---------

Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
2024-03-28 21:00:06 +01:00
MM20 5a7f7efab8 Disable DEPENDENCY_INFO_BLOCK 2024-03-26 21:52:43 +01:00
MM20 38ec6a16c6 Remove WRITE_CONTACTS permission 2024-03-26 21:51:57 +01:00
MM20 559b65f20a Remove map bug report dialog, launch fixme url right away 2024-03-26 19:22:35 +01:00