Commit Graph

42 Commits

Author SHA1 Message Date
eeaa073d55 Added restoreRecentCalls in RecentsHelper.kt and changed getRecents sort to Calls.DATE 2023-07-01 11:24:36 +10:00
d575123474 Added unknown phone calls visibility in Call History 2023-06-21 10:54:16 +10:00
939cba30ea Improved RecentCallsAdapter for onScroll loading 2023-06-20 14:08:10 +10:00
725a8c41e4 fix: prevent showing of contacts without phone numbers. 2023-04-16 17:34:19 +01:00
6afb6f3220 Fixed display for starting with surname (#544) 2023-03-09 20:16:35 +01:00
107947ffe1 feat: use a shared contact helper from commons. 2023-02-17 02:19:59 +01:00
d31bdd92a1 lets change the fetched item count to 200 2022-06-21 23:06:08 +02:00
d6025e5962 Use SQL style LIMIT query before nougat 2022-06-22 01:26:22 +05:30
91225ba802 Revert to backward compatible query 2022-06-22 00:53:29 +05:30
b70ccfa183 Close the cursor after use 2022-06-21 01:52:12 +05:30
deec462b9c Properly limit recent calls using LIMIT_PARAM_KEY 2022-06-21 01:51:53 +05:30
b0a42fcf48 handle null number at recents 2022-04-11 22:56:48 +02:00
b65297fea8 updating commons 2022-02-07 11:44:15 +01:00
f949086195 take simID into consideration at call log grouping too 2022-02-07 10:27:30 +01:00
97c2a84cd7 fix #41, fix a glitch with wrong SIM ID being shown at Recents 2022-02-06 16:19:14 +01:00
f77b240a93 improve handling of recent calls, if a contact has multiple numbers 2022-02-06 15:34:21 +01:00
6333db4a8d use the new way of contact phone number fetching 2022-02-06 11:28:51 +01:00
eabbf41ab7 fix #59, properly fetch contact photos at Recents tab 2021-07-25 21:35:33 +02:00
618a88a09c fix #184, avoid showing duplicate call log entries 2021-07-25 15:35:23 +02:00
3d144dfc60 properly handle limiting Recent items in the call log on Android O+ 2021-07-25 12:10:54 +02:00
ccd9494f0c fix #185, show unknown caller names as Unknown 2021-05-22 16:28:15 +02:00
b8f0457494 updating commons 2021-04-05 21:15:19 +02:00
eda7bac49a make sure the app has Write Call Log permission at clearing call log 2021-01-08 15:59:37 +01:00
e477dedf9f adding a menu button for clearing the call history quicker 2020-12-31 23:48:14 +01:00
82e39ac8ad fix #115, add an option to show grouped calls 2020-12-31 21:28:16 +01:00
8f4933b7a9 require Simple Thank You for color customization 2020-12-31 09:56:16 +01:00
cdd9efe4e9 updating commons, handle SimpleContact having multiple numbers 2020-07-12 15:50:57 +02:00
5cf3e25ef9 properly show favorite private contacts from Simple Contacts Pro 2020-06-19 11:32:48 +02:00
56a4868051 fix #21, make grouping subsequent entries at the call log optional 2020-05-30 23:17:50 +02:00
a7d36936d7 fix #40, try harder at fetching contact name at Recents 2020-05-30 23:08:16 +02:00
a33a4d7c90 fix #24, replace empty names with numbers at Recents too 2020-05-23 18:02:03 +02:00
4983cd98a7 improve the performance of recents fetching 2020-05-23 17:54:41 +02:00
b4b376cbfc do not show blocked numbers at the Recents tab 2020-05-23 17:47:49 +02:00
f680535c99 allow deleting Contacts at the first tab 2020-05-12 12:55:40 +02:00
ba34830449 show which SIM was used at the Recents tab 2020-05-12 11:34:21 +02:00
1428e7784f request READ_CALL_LOG permissions mostly, use write only at deleting 2020-05-11 17:03:16 +02:00
b661f73a75 show the count of item repeats at the Recents tab 2020-05-11 14:36:41 +02:00
b4683d946c allow deleting items from Recents 2020-05-11 13:16:33 +02:00
93558cc25a avoid showing the same item in Recents multiple times in a row 2020-05-09 21:05:03 +02:00
73c939b435 adding an initial Recents adapter 2020-05-08 20:26:45 +02:00
af1747a18e add fetching of Recent calls 2020-05-08 09:12:04 +02:00
e604a3e88b updating Recents + adding handling for placeholders 2020-05-07 22:50:19 +02:00