Commit Graph

885 Commits

Author SHA1 Message Date
a8c3dcf23a properly handle generating contact uri for local contacts 2018-11-30 17:18:51 +01:00
8fa8e05a7c properly handle not being the default dialer app at the Manage blocked calls screen 2018-11-30 17:08:08 +01:00
7865aa93f6 adding a helper function for launching the setDefaultDialer intent 2018-11-30 16:53:58 +01:00
c8c7e7ce3b fix #287, add handling for some secret codes at the dialpad 2018-11-30 16:43:02 +01:00
4acee7d62b fixing the default dialer check 2018-11-30 16:40:26 +01:00
7331217e8a adding a helper function for checking if the app is set as the default dialer 2018-11-30 16:35:21 +01:00
b6e00fba44 allow editing blocked numbers 2018-11-30 16:13:07 +01:00
841a13b068 create a dialog for adding new blocked numbers 2018-11-30 15:52:46 +01:00
fa7a447369 properly handle removing blocked numbers from the managing activity 2018-11-30 15:38:18 +01:00
64db7ac053 list the blocked numbers at the particular activity 2018-11-30 15:28:57 +01:00
bf95eccce3 show the number blocking menu item at Recents only on Android 7+ 2018-11-30 15:15:15 +01:00
4131aae576 add an activity for managing blocked numbers 2018-11-30 15:13:03 +01:00
de096cb8c8 allow blocking numbers directly from Recents screen 2018-11-30 14:37:52 +01:00
6fae60381f filter out blocked numbers earlier, right at fetching 2018-11-30 11:34:39 +01:00
47a1ff142b filter out the blocked numbers from Recents 2018-11-30 11:10:56 +01:00
a77323b160 fixing the number blocker settings button 2018-11-30 10:53:46 +01:00
267a4c01c6 adding a settings button for managing blocked numbers 2018-11-30 10:42:08 +01:00
1e6f001b02 fix #293, allow copying all fields from the View contact to clipboard with long press 2018-11-29 23:54:34 +01:00
2cff407b96 properly show locally stored contact names at the Recents tab 2018-11-29 22:47:37 +01:00
e302309fe9 fix #304, fix exporting contacts on SD cards 2018-11-29 21:53:50 +01:00
0c1da53df6 fix #312, make birthday parsing more robust 2018-11-29 21:30:51 +01:00
8fbfa684cd fix #318, handle some new cases of adding numbers to contacts 2018-11-29 21:10:53 +01:00
b069d2c4b1 handle ahandle a new way of creating new contacts from numbers 2018-11-29 20:45:13 +01:00
ff0a08862c adding a context extension for referencing the telecomManager 2018-11-29 19:19:22 +01:00
02198f572e add a button for setting the app as the default Phone app at the Recents 2018-11-29 16:44:53 +01:00
420a523062 remove everything related to the custom Dialer, let the system handle it 2018-11-29 15:32:53 +01:00
1b9028ba6c tweaking some outgoing call notification handling 2018-11-29 10:57:04 +01:00
6fad2733af handle Simple Contacts not being the default app for phone calls 2018-11-29 10:39:04 +01:00
75ff0e6101 show the other participants name at the calling notification, if available 2018-11-29 10:08:05 +01:00
7c0661983d moving some Activity extension responsibilities to Context 2018-11-28 21:52:38 +01:00
f96f2bca22 adding some animating dots like Calling... on the caller screen 2018-11-28 20:52:09 +01:00
8b3c08970c show an incoming call screen over the lockscreen, if the screen is off 2018-11-28 15:19:51 +01:00
4800ac3573 adding some outgoing call related things 2018-11-28 14:01:37 +01:00
bf981e1033 update the notification immediately at accepting an incoming call 2018-11-28 13:46:40 +01:00
568254cede correcting the scheme at outgoing calls 2018-11-28 11:37:30 +01:00
ce6f6e7049 show the Answer call button only while ringing 2018-11-27 15:02:06 +01:00
48a7eb3c72 disable the alert_only_once flag at incoming call notifications 2018-11-27 15:00:19 +01:00
9e015c3888 decode the incoming call number before displaying 2018-11-27 14:43:17 +01:00
012442a057 redesigning the Incoming Call notification, add colored icons 2018-11-27 12:19:05 +01:00
7cdefe43d5 refresh the incoming call notification every few secs to keep it visible 2018-11-26 12:25:00 +01:00
772a28eb9e disable default notification sounds for incoming calls 2018-11-26 10:54:52 +01:00
1cdf538ac3 adding decline/answer action buttons to the incoming call notification 2018-11-23 12:41:28 +01:00
c09a9bb818 removing the currently not needed PhoneStateListener 2018-11-22 23:42:39 +01:00
007cc40ac6 tweak the text on the dialer notification 2018-11-22 23:41:30 +01:00
0ec5b4b58b show a heads up notification at incoming call, not the fullscreen dialer 2018-11-22 23:18:36 +01:00
8ecfae906e adding some initial outgoing call related things 2018-11-21 19:58:00 +01:00
758799b87c hang up on Back press only at outgoing calls 2018-11-21 19:54:25 +01:00
8be55a4be1 if the user presses Back at the dialer without an established call, hang it up 2018-11-21 19:06:34 +01:00
52c569f58b update the current pending intent at pressing the notification 2018-11-21 18:53:54 +01:00
6cc0c6ea15 improve the way contacts are searched by phone numbers 2018-11-21 18:47:20 +01:00