|
69e3a55a18
|
improving the Dialer screen resuming at pressing the notification
|
2018-11-21 18:44:40 +01:00 |
|
|
fd228b85a6
|
reducing the ongoing call notification importance to avoid playing the audio
|
2018-11-21 18:26:40 +01:00 |
|
|
a392759ae0
|
adding a few more call notification related improvements
|
2018-11-21 17:54:08 +01:00 |
|
|
59119f274e
|
removing the redundant GsmCall model class
|
2018-11-21 16:35:05 +01:00 |
|
|
957d525c1a
|
adding an initial implementation of the ongoing call notification
|
2018-11-21 16:21:10 +01:00 |
|
|
e96463ad82
|
if the other party hangs up before establishing, close screen immediately
|
2018-11-21 12:23:20 +01:00 |
|
|
44b6d1fc5a
|
properly handle the Show Recent Calls intent
|
2018-11-21 12:12:00 +01:00 |
|
|
62d0bf3701
|
show a timer at established calls
|
2018-11-21 11:33:02 +01:00 |
|
|
f0c4b012b7
|
make use of the system string normalizing instead of custom regex
|
2018-11-20 23:31:50 +01:00 |
|
|
0b75543fda
|
adding a couple additional call screen related improvements
|
2018-11-20 22:50:42 +01:00 |
|
|
f5c645026f
|
adding a few incoming call related things
|
2018-11-20 21:46:04 +01:00 |
|
|
ed4bb7d013
|
changing the placeholder at empty Recent Calls tab
|
2018-11-20 17:21:09 +01:00 |
|
|
bba7a957ba
|
lets finish the Dialer activity if the number isnt provided in a supported format
|
2018-11-20 14:28:17 +01:00 |
|
|
b7e91e3b54
|
turn off the Dialer screen if device is put to the ear
|
2018-11-20 14:19:49 +01:00 |
|
|
d6e8769205
|
adding a hangup button to the dialer
|
2018-11-20 13:34:22 +01:00 |
|
|
099d7b6644
|
show the callee name or number on the Dialer screen
|
2018-11-20 12:04:08 +01:00 |
|
|
cb629354c4
|
add a helper function for getting the called contact at the Dialer
|
2018-11-20 11:33:57 +01:00 |
|
|
945c5c8e9a
|
adding some Dialer call related things that might be needed soon
|
2018-11-20 10:49:21 +01:00 |
|
|
b95a8aec99
|
handle the Dial intent at the dialpad activity
|
2018-11-19 22:59:47 +01:00 |
|
|
5c78872c4e
|
sort contacts directly after fetching, while still on a background thread
|
2018-11-19 22:58:30 +01:00 |
|
|
b6ef90272a
|
adding a Dialer screen
|
2018-11-19 22:13:29 +01:00 |
|
|
e8c2f1db91
|
fix #294, add an option to hide the dialpad on the main screen
|
2018-11-19 20:57:17 +01:00 |
|
|
e976c72cd9
|
do not use writeAheadLogging and custom executor at the Room database
|
2018-11-19 16:54:34 +01:00 |
|
|
e3b0caa577
|
do not try updating contact photo if the given activity is destroyed
|
2018-11-19 16:53:45 +01:00 |
|
|
9f01cb5389
|
show empty list placeholder at Group activity when appropriate
|
2018-11-06 21:48:05 +01:00 |
|
|
1422ae1d9d
|
fix a glitch at group selecting dialog
|
2018-11-06 21:36:26 +01:00 |
|
|
971bcbf29f
|
handle contact adding/removing from groups
|
2018-11-06 21:34:46 +01:00 |
|
|
2f1be0c404
|
removing the helper QuotedPrintable class, it is no longer needed
|
2018-11-06 21:00:42 +01:00 |
|
|
2408cabd81
|
handle local group deleting
|
2018-11-06 20:46:26 +01:00 |
|
|
ddfebfdb1f
|
allow renaming local groups
|
2018-11-06 20:14:59 +01:00 |
|
|
93cf31b2f2
|
add support for local groups
|
2018-11-06 20:12:11 +01:00 |
|
|
02a7d76196
|
destroy ContactsDatabase on app exit
|
2018-11-06 10:28:41 +01:00 |
|
|
17e10c7016
|
handle local contact deleting
|
2018-11-06 09:53:49 +01:00 |
|
|
9634199605
|
handle local contact Starred toggling
|
2018-11-05 23:41:28 +01:00 |
|
|
e2a5381a74
|
removing some redundant Sqlite DBHelper functions
|
2018-11-05 22:51:55 +01:00 |
|
|
23c5ab8297
|
add support for updating local contacts
|
2018-11-05 22:49:20 +01:00 |
|
|
79e46c43d5
|
fix some LocalContact related warnings
|
2018-11-05 22:48:19 +01:00 |
|
|
ba108340b1
|
fix some threading issues at Edit and View screens
|
2018-11-05 22:35:34 +01:00 |
|
|
6b687a1890
|
add handling for local contact photo storing/retrieving
|
2018-11-05 22:22:27 +01:00 |
|
|
f7c1f0ab10
|
handle retrieving local contacts from the database
|
2018-11-05 21:31:30 +01:00 |
|
|
644a6a2e00
|
handle converting local contacts to the generic contacts
|
2018-11-05 20:24:49 +01:00 |
|
|
7b32bd9e10
|
emptying the old databases onUpgrade functions
|
2018-11-05 18:37:00 +01:00 |
|
|
58e954a3f9
|
create a Room database for local contacts
|
2018-11-05 18:25:36 +01:00 |
|
|
e39b11209e
|
removing Stetho
|
2018-11-05 13:51:13 +01:00 |
|
|
dd259a0bbe
|
appending .pro to the package name
|
2018-11-05 12:36:29 +01:00 |
|
|
6efaa5a1b4
|
replace the Purchase Thank You button with Upgrade To Pro
|
2018-11-05 10:44:24 +01:00 |
|
|
80332daa37
|
removing "Avoid showing Whats New" option
|
2018-11-05 10:24:11 +01:00 |
|
|
7915014955
|
adding the 2 new toggles in release notes
|
2018-10-28 12:24:23 +01:00 |
|
|
208366b613
|
fix a glitch with misaligned Company icon if just the job position is filled
|
2018-10-28 12:00:04 +01:00 |
|
|
c4ac5a238b
|
flip company and job position at getting full business contact name
|
2018-10-28 11:41:19 +01:00 |
|