171 Commits

Author SHA1 Message Date
xynngh
229e155cc7 Fix loading recent calls with non-operational DB 2020-07-04 17:17:08 +04:00
xynngh
8179fd5e60 Make app direct boot aware 2020-07-04 17:17:08 +04:00
xynngh
3dc63ee45b Make number of recent calls configurable 2020-07-01 17:12:06 +04:00
xynngh
b02f3b6ad0 Add "add review (web)" button 2020-06-24 14:35:15 +04:00
xynngh
3c2479dba5 Customizable country codes
Also randomized appId
2020-06-24 14:35:15 +04:00
xynngh
69945a9ce9 Use custom request headers 2020-06-23 18:42:07 +04:00
xynngh
a28878ba04 Ellipsize names in call log 2020-06-22 15:17:06 +04:00
xynngh
1dd983ac27 Add "advanced call blocking mode"
CallScreeningService-based blocking available on Android 7+
2020-06-21 20:11:36 +04:00
xynngh
55b8c57264 Move DB-related code to a library 2020-06-19 16:04:09 +04:00
xynngh
cd442a24f5 Use Conscrypt as Security Provider 2020-06-14 18:43:53 +04:00
xynngh
711298c899 Refactoring: category names 2020-06-14 13:17:49 +04:00
xynngh
0b633ce5d1 Fix opening info dialog from MainActivity when DB is not operational 2020-06-12 16:50:25 +04:00
xynngh
693bd02f30 Improve activity stack
Thanks to an anonymous contributor
2020-06-12 16:50:25 +04:00
xynngh
3f41da709d Display error if online reviews can't be loaded 2020-06-09 14:41:41 +04:00
xynngh
c9f5f58245 Different icon for rejected calls
Thanks to an anonymous contributor
2020-06-05 22:25:26 +04:00
xynngh
b46b5a5acc Fix another compatibility issue 2020-06-03 18:14:59 +04:00
xynngh
322f8def76 Fix some lint issues 2020-06-03 12:14:42 +04:00
xynngh
751472d27c Use frequent update checks only on modern Android versions
Also fix @RequiresApi(23) method call on older versions
2020-06-03 12:14:42 +04:00
xynngh
c71f9f1d78 Don't show reviews notification action for contacts 2020-05-28 23:19:20 +04:00
xynngh
d79f1c0676 Fix PendingIntent uniqueness issues
Notification actions should work correctly now.
2020-05-28 23:10:41 +04:00
xynngh
a25aed809c Fix CustomVerticalDivider 2020-05-23 20:38:41 +04:00
xynngh
ad70e3e871 Option to disable some notifications on pre-O devices
Thanks to an anonymous contributor
2020-05-23 20:38:41 +04:00
xynngh
1d80f22bc9 Add settings screen
Thanks to an anonymous contributor
2020-05-23 20:38:41 +04:00
xynngh
7a59f59e6a Don't show last update time if there is no value 2020-05-23 20:38:41 +04:00
xynngh
29e43fec3c Fix incoming call notifications not being removed on some devices 2020-05-23 20:38:41 +04:00
xynngh
930372f488 Refactoring
Decouple SIA from other stuff.
Move SIA-related initialization to a separate class.
2020-05-23 20:38:41 +04:00
xynngh
10e39a4435 Fix some warnings 2020-05-23 20:38:41 +04:00
xynngh
2cc3a19684 Use DiffUtil with call log 2020-05-23 20:38:41 +04:00
xynngh
7f1ed07262 Split name field on the info screen 2020-05-23 20:38:41 +04:00
xynngh
fc3986e057 Add number category to the info screen 2020-05-10 23:59:54 +04:00
xynngh
23fb81bc8d Some layout improvements
Thanks to an anonymous contibutor
2020-05-10 19:36:45 +04:00
xynngh
a007e95417 Update blocked call notification icon and its color
Thanks to an anonymous contributor
2020-05-08 21:30:31 +04:00
xynngh
83ee5d8c61 UI improvements
Thanks to an anonymous contributor
2020-05-08 15:01:27 +04:00
xynngh
c130c7853f Add confirmation before loading reviews for contacts 2020-05-07 23:47:22 +04:00
xynngh
d65828f369 Open info dialog from notification 2020-05-07 23:46:27 +04:00
xynngh
6bd09c89c2 Don't block call from contacts 2020-05-07 18:24:28 +04:00
xynngh
28b7a9ca55 Contacts and refactoring 2020-05-07 17:58:37 +04:00
xynngh
0fa0e13da2 Use white icons to avoid issues with notification icon colorization 2020-05-06 22:00:14 +04:00
xynngh
bde29bb891 Move more notification-related code to NotificationHelper
Also add content intent to service notification
2020-05-06 20:54:50 +04:00
xynngh
0efe3523b3 Add DB info to debug screen 2020-05-06 18:36:07 +04:00
xynngh
146acd4483 Add more frequent auto-updates on unmetered networks 2020-05-06 17:39:59 +04:00
xynngh
731c35434e Move settings to menu 2020-05-06 17:24:32 +04:00
xynngh
7ad9cecc73 Improve permissions handling
Don't ask permissions for disabled functions.
Show detailed message.
2020-05-06 16:25:06 +04:00
xynngh
ace3f05ed7 Update call log when call ends 2020-05-06 15:26:11 +04:00
xynngh
e22aa92525 Separate notification settings and call handling 2020-05-06 14:52:39 +04:00
xynngh
ef4b018e87 Refactor and move Updater classes 2020-05-06 14:13:47 +04:00
xynngh
9eed9a1a58 Add message about denied permissions 2020-05-06 13:54:05 +04:00
xynngh
cf32cf41cb Refactoring
Use foreground IntentService for DB loading and update.
Add EventBus.
Some other changes.
2020-05-06 13:15:34 +04:00
xynngh
3f6778cbc7 Add basic call log 2020-05-06 00:21:32 +04:00
xynngh
b1b5c7c731 Move some logic 2020-05-04 17:41:40 +04:00