Commit Graph
221 Commits
Author SHA1 Message Date
shtrophicandGitHub 31a1580db9 DevicePoseProvider: improve getLocation() (#1454)
* Only take updated location when it is of better quality

* Rename to AndroidLocation for clarification

* be pedantic about licenses

* fix race condition in DevicePoseProvider.kt

* add possibility to explicitly skip cache upon requesting location updates for WeatherRepository.kt

* LocationsRepository.kt: use getLocation() in combineTransform() to properly wait for & update on new locations

* LocationItem.kt: fix getAzimuthDegrees() usage for userHeading
2025-07-04 11:55:20 +02:00
MM20 4aa02a89df Implement backup and restore for new theme types 2025-07-03 22:46:14 +02:00
leekleakandGitHub 37e73c1dd4 Reduce calendar refreshes (#1459)
* reduce calendar refreshes

* Revert "reduce calendar refreshes"

This reverts commit 1d8380d620b6706e5429d298745cf6563d48eb0e.

* debounce
2025-07-03 21:21:01 +02:00
MM20 85bfd9d79a Catch all geocoding exceptions
Close #1381
2025-06-29 18:19:58 +02:00
MM20 c672e0826a implement import/export for typographie 2025-06-18 22:46:54 +02:00
MM20 da8416a58c (feat) custom typography schemes 2025-06-18 22:28:13 +02:00
MM20 167be6e34d (feat) transparency schemes 2025-06-14 17:17:07 +02:00
MM20 5525609355 Add material 3 high contrast theme 2025-06-10 18:41:18 +02:00
MM20 e503a003e0 Update material 3 default color tones 2025-06-10 18:26:48 +02:00
MM20 889aa37915 Add import for new color scheme format 2025-06-07 14:06:09 +02:00
MM20 5ac4022eb5 New theme file format and exporter
(But no import yet)

Close #1443
2025-06-04 23:56:00 +02:00
MM20 d81936212d Merge branch 'main' of github.com:MM2-0/Kvaesitso 2025-06-03 00:13:03 +02:00
MM20 fcc111b048 Tweak search result list appearance 2025-06-01 22:25:16 +02:00
shtrophicandGitHub 6d87230281 fix regressions in parseOpeningHours, ignore holidays (#1411) 2025-06-01 20:05:12 +02:00
78fa1d71dc Location: add icons for available payment methods (#1408)
* add backend for PaymentMethod.kt

* change type of acceptedPaymentMethods to Map<PaymentMethod, Boolean>

* add icons to UI and reduce PaymentMethod.kt to Cash and Card

* make OSM parsing for acceptedPaymentMethods correct (in an opinionated way)

* use Toll and TollOff icons

* fix seperator on empty payment methods

* fix sharedElement and animateEnterExit labels that are not part of the sharedElement

* (feat) shape schemes

---------

Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
2025-06-01 17:27:18 +02:00
MM20 b36b8e5555 Explicitely set tasks package name for tasks intent 2025-05-10 12:28:22 +02:00
MM20 4dc5f2e269 update libraries 2025-05-09 21:53:25 +02:00
MM20 2267fac67f Assume tasks without specified due time to be due at midnight at the end of day
Close #1403
2025-05-03 20:22:12 +02:00
MM20 f97fb0a88d Calendar widget: separate running tasks from running events 2025-04-30 19:29:03 +02:00
MM20 a711b39b9c Weather widget: launch weather app on tap if installed 2025-04-28 21:48:33 +02:00
MM20 c217c346b2 Remove Breezy weather provider url 2025-04-28 21:21:14 +02:00
MM20 5e59bf171a Add Breezy Weather integration 2025-04-28 20:58:59 +02:00
MM20 7132e69ec8 Add tasks.org integration 2025-04-26 13:29:58 +02:00
MM20 2d40459237 Remove unused resources and libraries 2025-04-20 18:30:56 +02:00
MM20 34180ae6b4 Add more opening hour tests 2025-04-18 23:54:12 +02:00
MM20 c9241320af Use Set for opening hours instead of list 2025-04-18 23:44:04 +02:00
MM20 30f11565cf Refactor OSM opening hour parsing
Fix #1368
2025-04-18 22:10:32 +02:00
MM20 b3c2a819c3 Fix crash
Fix #1365
2025-04-18 11:45:34 +02:00
MM20 ee9312a887 Add contact plugin settings 2025-04-06 14:10:48 +02:00
MM20 02cec92d72 Implement contact plugins 2025-04-06 12:53:38 +02:00
MM20 cab93f87aa Restructure contacts search for plugins 2025-04-05 17:18:22 +02:00
MM20 04dd12ee96 Contact stuff 2025-04-04 18:16:16 +02:00
MM20 7ec315dfc7 Remove firstName and lastName from contact interface,
move some implementations from AndroidContact to Contact interface
2025-04-04 00:25:17 +02:00
ChristophandGitHub ddeca24c35 Fix missing phone numbers (#1343) 2025-04-03 22:09:23 +02:00
MM20 691f95ab58 Fix crash on invalid phone number
Fix #1325
2025-03-30 12:16:45 +02:00
bceae1aa58 ContactItem improvements (#1324)
* ContactRepository: try to deduplicate phoneNumbers in a smart way

* AndroidManifest: use CALL_PHONE permission to allow for making phone calls

* Implement CallOnTap with contact results

- contact activities that require permissions we do not have are not
  listed
- add CallOnTap setting for phone number results on search behind
  contacts settings

* utilize PhoneNumberUtils

* navroute settings/search/contacts

* queryIntentActivities -> resolveActivity

* localization

* Code formatting

* Wrap contact search settings in preference category

---------

Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
2025-03-29 17:18:30 +01:00
MM20 d2f31f128e Add missing proguard rule 2025-02-10 20:52:13 +01:00
MM20 45a19ce95e Remove Google integration 2025-02-09 12:54:20 +01:00
3478411d7e OSM: search by tags "amenity" and "shop" after delocalizing (#1253)
* OSM: search by tags "amenity" and "shop" after delocalizing

* use overpassQL UNION

* document Union usage

* cleanup unused imports

* refine restaurant queries

* two more :)

* Hardcode string -> tag assignment

* Remove log statement

---------

Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
2025-02-08 21:48:42 +01:00
leekleakandGitHub ce5495418e Improve place search speed by ~10x (#1236)
* improve it

* fix distortion with lattitude + remove far away results
2025-02-08 15:56:18 +01:00
MM20 f11b20a865 Don't make assumptions about the current user serial
Fix #1157
2024-12-21 18:45:54 +01:00
MM20 9d98756fa7 Change weather update worker strategy to UPDATE 2024-12-21 14:42:20 +01:00
TimoandGitHub 20357eb1c7 Added dot to allowed phone number chars (#1150) 2024-12-04 19:07:19 +01:00
MM20 bb55961b21 Catch potential SecurityException in app shortcut deserialization
Close #665
2024-12-04 19:00:10 +01:00
MM20 37db43405f Catch potential SecurityException in app deserializer
Close #1146
2024-12-04 18:56:36 +01:00
MM20 930897f1d6 Add preference for compact tag buttons
Close #645
2024-11-22 21:49:45 +01:00
MM20 a21dde5741 Improve tag emoji assignment 2024-11-11 20:48:04 +01:00
MM20 06c7331584 Move Tag and tag serialization classes to core:base 2024-10-26 19:41:54 +02:00
MM20 bbaba3aad9 Fix pinned tags changing positions when renamed 2024-10-20 22:16:27 +02:00
MM20 2a772e8f6d Possibly make app search a bit faster again 2024-10-20 12:04:42 +02:00