Commit Graph
205 Commits
Author SHA1 Message Date
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
ChristophandGitHub 16637265fb Migrate osm opening hours parsing to external library (#900)
* Fix: don't treat PH OpeningHours with specified time as `everyDay`

* migrate to osm-opening-hours, add tests for openinghours parsing

* Style nit

* implement 'PH,Su off'

* implement SpecificWeekdays

* decrypt source code (a little)

* fix constructor call in OpeningHoursTest.kt

* lint

* fix negative durations, add test for LastNth + test to combine everything implemented

* add copyright note for osm-opening-hours

* remove unused library
2024-10-20 11:47:16 +02:00
MM20 774777f79c Change search result order for all other categories 2024-10-13 20:32:15 +02:00
MM20 bf6e963545 Improve app result ranking 2024-10-12 22:16:10 +02:00
MM20 a92e97955e Allow slashes in phone numbers
Close #1102
2024-10-04 12:11:40 +02:00
MM20 ac4ba139d5 Add plugin calendar event badge icon 2024-09-28 17:34:46 +02:00
MM20 4c48ebd7e5 Fix calendar event deserialization when startTime is null 2024-09-27 13:55:10 +02:00
MM20 cc9bff436a Restructure calendar widget settings 2024-08-16 23:26:26 +02:00
MM20 bf29ce6f08 Add type parameter to calendar list 2024-08-15 17:55:45 +02:00
MM20 5732080886 Catch ArithmeticException
Close #1034
2024-08-15 17:16:12 +02:00
MM20 318c26a439 Mask private profile apps while private space is locked 2024-08-13 15:19:24 +02:00
MM20 3887324d37 Move unit converter supported units to a different screen 2024-08-12 19:34:38 +02:00
Guillermo VillafuerteandGitHub 827eb08908 Show additional info for unit and currency converter (#720)
* Now for conversion patterns such as "TO > FROM" and "TO - FROM" are accepted

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

* Added help URL for unit converter

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

* Localized supported units are now shown on a screen that can be invoked from unit converter settings

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

* Made localizable titles for dimensions and preferences

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

* Show currency units on list if enabled.

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

* Supported units are now listed inline instead of a separate screen.

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

---------

Signed-off-by: Guillermo Villafuerte <gvillafu@comunidad.unam.mx>
2024-08-12 15:13:02 +02:00
MM20 1a4f4d5e96 Fix crash
Fix #1017
2024-08-12 14:42:20 +02:00
MM20 1dad8b48d5 Add calendar plugin preferences 2024-08-06 21:10:54 +02:00
MM20 7479c7f401 Add calendar plugins 2024-08-04 17:40:46 +02:00
MM20 c7987aabcd Fix plugin files aren't launched 2024-07-28 21:44:45 +02:00