Commit Graph

1893 Commits

Author SHA1 Message Date
tibbi 99fc8e5ecf adding ripple effect background to call notification buttons 2020-05-01 19:22:12 +02:00
tibbi 0aea7f5ad1 init the proximity sensor immediately, not just as the call starts 2020-05-01 19:02:44 +02:00
tibbi 4058fc3a4e show the Acccept Call notification button only at incoming ringing status 2020-05-01 19:00:39 +02:00
tibbi d64546e059 show the proper call buttons at outgoing calls 2020-05-01 18:56:30 +02:00
tibbi b4d2bdf38d show the call duration at the notification, while active 2020-05-01 18:50:28 +02:00
tibbi 70466bd1a1 show correct status at the call notification too 2020-05-01 18:48:03 +02:00
tibbi 7f1c2471d0 use only default priority for the app call notification 2020-05-01 18:36:56 +02:00
tibbi a9fff376ea close the call instantly if it ended and the user presses the red button 2020-05-01 18:33:50 +02:00
tibbi ae42a735e7 show the call screen for a moment after the call ends, with visible duration 2020-05-01 18:18:29 +02:00
tibbi 1c45efd986 update the call timer during an active call 2020-05-01 17:14:58 +02:00
tibbi b02468e5db show the call status below the other sides name 2020-05-01 17:01:27 +02:00
tibbi 6be6b546f5 lets actually remove the callers number if we know his name 2020-05-01 16:42:10 +02:00
tibbi 2a0cbe9b4f implement microphone and speaker toggling via the audiomanager 2020-05-01 16:21:04 +02:00
tibbi 390c4f8b54 unregister the calls callback after the call 2020-05-01 13:44:28 +02:00
tibbi cca5de0bef implementing a proximity sensor, turn the screen off when something is close 2020-05-01 13:24:36 +02:00
tibbi 570f55eeb8 show the incoming call screen if the screen is turned off too 2020-05-01 12:48:10 +02:00
tibbi 659b2abb4c do not autocancel the incoming call notification 2020-05-01 12:18:39 +02:00
tibbi 2504de4239 show the contacts avatar at the notification too 2020-05-01 12:12:01 +02:00
tibbi 56a6f3b98f show the incoming callers name at the notification too 2020-05-01 11:23:46 +02:00
tibbi 0b82f4aded show the caller as Unknown caller in case we know nothing about him 2020-05-01 11:14:15 +02:00
tibbi e5f3da5434 show the callers name, number and photo, if available 2020-05-01 11:10:38 +02:00
tibbi 824a385b11 handle accepting call 2020-05-01 10:22:51 +02:00
tibbi 0ac58a0a57 adding some handling to rejecting calls 2020-05-01 10:10:28 +02:00
tibbi c3d8292961 adding an End Call button at the call screen 2020-04-30 23:38:07 +02:00
tibbi 7d2fa2743f toggle the microphone on icon click 2020-04-30 23:25:34 +02:00
tibbi 11e243f170 toggle Speaker icon at the Call screen on click 2020-04-30 21:58:09 +02:00
tibbi b3aa539f52 use Call category for the call notification 2020-04-30 21:53:54 +02:00
tibbi c7f5f454ef adding an initial implementation of the incoming call notification 2020-04-30 21:48:03 +02:00
tibbi d835c5d80b adding buttons, microphone and keyboard buttons 2020-04-30 15:18:09 +02:00
tibbi 0d78355ba7 wrapping the incoming call views into a different constraintlayout 2020-04-30 14:43:32 +02:00
tibbi be13659182 adding the caller photo, name and number at the call screen 2020-04-30 12:57:44 +02:00
tibbi 2bacde210c adding the initial incoming call screen buttons 2020-04-30 11:57:33 +02:00
tibbi 6f921ad673 adding an initial Call activity 2020-04-30 10:36:37 +02:00
tibbi 76a1d2c3d6 convert contact photo from uri to bytearray directly, without creating a bitmap 2020-04-29 21:27:47 +02:00
tibbi 9860b8118c do not try inserting the contact thumbnail, it will be generated 2020-04-29 20:27:04 +02:00
tibbi fa05c304e9 allow closing View screen quicker with double back button 2020-04-29 18:31:19 +02:00
tibbi b8e633aea8 change the required contact photo resolution from 720 to 512 2020-04-29 18:07:15 +02:00
tibbi 58924763a0 hide big contact photo on pressing Back, if it is open 2020-04-29 13:01:00 +02:00
tibbi 96ec75e545 minor style update 2020-04-28 23:52:21 +02:00
tibbi b0c5624e0e add rounded corners at the big photo at View Details screen 2020-04-28 11:29:20 +02:00
tibbi 3ec5ae7a07 adding a PhotoUri field at LocalContact too 2020-04-28 11:14:19 +02:00
tibbi e35d07d8c6 do not rely on email at letter fastscroller too early 2020-04-28 10:19:38 +02:00
tibbi 9df550a8aa fix #537, properly handle non UTF characters at letters scrollbar 2020-04-28 09:55:49 +02:00
tibbi bee5d768b9 use the colored letter icon at View and Edit screens too 2020-04-28 09:32:49 +02:00
tibbi 8f8b5800b8 fix #534, show all contacts at the Dialpad screen by default 2020-04-27 23:29:17 +02:00
tibbi 8a41f3022f fix #535, hide the dialpad button while search is open 2020-04-27 23:24:59 +02:00
tibbi 6b55adefbd updating some code style and shortening it, no real change 2020-04-27 23:09:44 +02:00
tibbi 7aa9cfa328 adding a weird workaround or what at storing contacts on a SIM card 2020-04-27 22:04:39 +02:00
tibbi a9e639d73e check if the default set contact source is valid at creating a new contact 2020-04-26 21:22:38 +02:00
tibbi 4b8ea90443 move contact source filtering in a different function 2020-04-26 21:01:51 +02:00