darken
2f9185efa7
Tweak dual pod widget.
...
Less padding to reduce cutoff chances and put the label at the type bottom as it's the least important info.
2023-05-16 09:00:58 +02:00
darken
a10216520b
Fix resource reference
2023-05-16 08:59:54 +02:00
darken
d5354e5156
Fix resource reference
2023-05-16 08:55:35 +02:00
darken
a8f9b1f732
Use non final resource ids
2023-05-16 08:07:48 +02:00
darken
08a796e621
Fix wear namespace
2023-05-16 08:05:59 +02:00
darken
15f3a68f8e
Use non transitive R classes to improve performance
2023-05-16 07:58:28 +02:00
darken
e0bc6dafa0
Bump gradle
2023-05-16 07:46:13 +02:00
darken
3c5f1bf21f
CI: Remove unused base flavor, all our modules are flavored :)
2023-04-07 11:00:44 +02:00
darken
5544cd3770
CI: Update action dependencies, improve naming and use more specific build commands
2023-04-07 11:00:44 +02:00
darken
71a060feb9
Release: 2.9.1-rc0
v2.9.1-rc0
2023-04-05 16:19:46 +02:00
darken
25d643257c
Update translations
2023-04-05 13:13:42 +02:00
darken
85900e5bff
Improve final headphones checks and fix IllegalStateException if data changes between the final two checks.
2023-04-05 13:13:42 +02:00
darken
d3257d6c5e
Improve troubleshooting texts
2023-04-05 13:13:42 +02:00
darken
afe1399f72
Release: 2.9.0-rc0
v2.9.0-rc0
2023-04-02 22:25:17 +02:00
Matthias Urhahn
20ce2d3e22
A troubleshooter that automatically goes through different compatibility settings. ( #125 )
2023-04-02 22:22:15 +02:00
Matthias Urhahn
cea8f2290d
More IAP improvements ( #121 )
...
* More IAP improvements
* More refactoring
* More tolerance towards GPlay API issues.
* Bump billing dependency
* Migrate away from deprecated methods.
2023-03-20 08:21:54 +01:00
darken
1b5b59c41b
Release: 2.8.4-rc0
v2.8.4-rc0
2023-03-13 17:28:28 +01:00
Matthias Urhahn
8df7c19e84
Fix billing client disconnection handling ( #117 )
2023-03-13 17:28:01 +01:00
darken
88b0069b94
Release: 2.8.3-rc0
v2.8.3-rc0
2023-03-13 13:48:11 +01:00
Matthias Urhahn
3b8ddc9f06
Fix reversed AirPods Max wear-detection ( #116 )
...
* Fix reversed AirPods Max wear-detection
Fixes #115
* Remove unnecessary test
2023-03-13 13:47:32 +01:00
darken
708c7f38ec
Merge remote-tracking branch 'origin/main' into main
2023-03-12 14:05:25 +01:00
darken
139daa1cc2
Update full gplay text
2023-03-12 14:05:20 +01:00
Matthias Urhahn
b85ac778c0
Address that gplay api can emit multiple times ( #114 )
2023-03-12 02:58:37 +01:00
Matthias Urhahn
a3e2c9e61d
Bump dependencies and gradle ( #113 )
2023-03-11 18:16:24 +01:00
Matthias Urhahn
ad78a0570c
For some reason we can finish the widget update broadcast twice. ( #112 )
...
I can't yet determine why this race-condition occurs, due to the forced timeout, it shouldn't be due to exceeding the receiver ANR window...
2023-03-11 13:01:15 +01:00
Matthias Urhahn
7e6ee274d8
Quick data updates can cause concurrent access and modifying of the notification builder. ( #111 )
...
Internally building the notification can then throw a ConcurrentModificationException.
2023-03-11 13:01:05 +01:00
Matthias Urhahn
daf7411c36
Show worker foreground notification early. ( #110 )
2023-03-11 13:00:55 +01:00
darken
d3dedbe6cd
Release: 2.8.2-rc0
v2.8.2-rc0
2023-03-10 12:13:30 +01:00
Matthias Urhahn
d5411586d5
Update translations ( #109 )
...
* Update translations, add Portuguese
* Update translations
2023-03-10 12:12:31 +01:00
Matthias Urhahn
94e2d40554
Fix AirPods Max wear detection. ( #108 )
...
Closes #106
2023-03-10 11:30:40 +01:00
Matthias Urhahn
db80fa1b46
Wear: Remove unused code ( #104 )
...
* Wear: Remove unused code
* Remove more code
2023-03-02 16:39:11 +01:00
Matthias Urhahn
9b569b8d07
Update Turkish translation ( #100 )
2023-02-20 09:39:27 +01:00
darken
90288880fb
Add f-droid as source
2023-02-20 09:14:20 +01:00
darken
870e518ff6
Release: 2.8.1-rc0
v2.8.1-rc0
2023-02-09 22:01:02 +01:00
darken
6d89169bae
Update release.sh script to create default changelogs for f-droid
2023-02-09 21:59:44 +01:00
darken
ac77ee2703
Update default changelog for GPlay
2023-02-09 21:53:33 +01:00
darken
18dcf603e9
Release: 2.8.0-rc0
v2.8.0-rc0
2023-02-03 22:32:01 +01:00
Matthias Urhahn
71aaba1b86
Fix data display for non dual apple pods ( #98 )
...
* Fix data display for fake pods and beats devices (with two pods)
* Rename methods
2023-02-03 22:31:23 +01:00
Matthias Urhahn
64b9d5f17a
Remove ~ and % from signal quality value, it's not necessarily a 0 to 100 percent indicator. ( #96 )
2023-02-02 16:47:06 +01:00
Matthias Urhahn
a9f23c4bfe
Change defaults setting for "Show all devices" ( #95 )
...
* Fix potential widget issue where a broadcast race condition causes the goAsync() to fail.
* Enable "show all devices" by default to help new users.
2023-02-02 16:46:52 +01:00
Matthias Urhahn
f454f46778
Fix potential widget issue where a broadcast race condition causes the goAsync() to fail. ( #94 )
2023-02-02 16:46:36 +01:00
Matthias Urhahn
432936ea2c
Merge pull request #93 from d4rken-org/crowd_reliability
...
Improve tracking in crowds
2023-02-02 16:46:08 +01:00
Matthias Urhahn
8211b0ac88
Track case battery state outside of history list and simplify history clean up. ( #92 )
2023-02-02 16:45:39 +01:00
Matthias Urhahn
c314987e13
Fix popup icon sizes ( #91 )
2023-02-02 16:45:22 +01:00
Matthias Urhahn
fc6cd74752
If the current pods don't have a lid state value, and there is none in recent history, we can assume NOT_IN_CASE. ( #90 )
2023-02-02 16:45:05 +01:00
Matthias Urhahn
a47011e579
Merge branch 'main' into crowd_reliability
2023-02-02 14:57:04 +01:00
darken
fbeeec6539
Boost signal quality rating by up to 25% depending on how long they have been tracked.
2023-02-02 14:46:29 +01:00
darken
e1cd79cd9d
Cap reliability at 100%
2023-02-02 14:45:44 +01:00
darken
692ced1ee7
Timeout after 30 not 20 seconds.
2023-02-02 14:45:22 +01:00
darken
c5cc127df4
Smooth rssi values and use reliability (missed signals) as boost, not as factor.
2023-02-02 11:50:33 +01:00