Commit graph

2269 commits

Author SHA1 Message Date
tibbi
d66da94db2 adding ripple effect at incoming Call accept/decline buttons 2020-05-01 20:09:36 +02:00
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
tibbi
f40285f672 updating gradle and commons 2020-04-26 19:40:32 +02:00
tibbi
68aabd20e7 update version to 6.9.0 2020-04-16 17:30:01 +02:00
tibbi
d40ac108e1 update commons to 5.25.22 2020-04-16 17:27:20 +02:00
tibbi
cfc1eddc33 show proper letters on the fastscroller, no matter the sorting 2020-04-16 17:09:39 +02:00
tibbi
3e78be6e88 ensure proper letter placeholder at contacts 2020-04-16 16:31:35 +02:00
tibbi
93b7ef3343 make sure we use the proper letter at the contact colored avatar 2020-04-16 12:36:33 +02:00
tibbi
0ad5874c5d fix #370 and fix #491, make sure the local Phone account is initialized 2020-04-16 12:27:42 +02:00
tibbi
ab1fc2c7a9 update commons to 5.25.21 2020-04-15 21:17:24 +02:00
tibbi
7bd9d34cd0 use the new contact avatars at the Select Contact dialog and screens too 2020-04-15 20:42:28 +02:00
tibbi
9e51d96afb using the colored circle icons at groups too 2020-04-15 19:55:19 +02:00
tibbi
a84aa91e28 removing some duplication at avatar loading 2020-04-15 18:25:30 +02:00
tibbi
c7fda28544 make the contact lists nicer, use colored avatars with letters 2020-04-15 17:58:55 +02:00
tibbi
bff89317a3 use a bigger ic_group_add_vector icon 2020-04-15 17:00:36 +02:00
tibbi
f0f9bbbb20 fix #505, be smarter at getting the letters at fastscroller 2020-04-15 16:40:00 +02:00
tibbi
0bbfde9b82 shortening more cursor handling, use cursor?.use 2020-04-15 14:25:18 +02:00
tibbi
ce5bf02bf7 use the helper function queryCursor at looping cursors 2020-04-15 14:20:51 +02:00
tibbi
f8501d7cf2 moving an icon into Commons 2020-04-15 14:07:07 +02:00
tibbi
230b8ee3fc make placeholder texts italic and a bit transparent 2020-04-15 13:43:47 +02:00
tibbi
8f890f4f54 catch and show exceptions thrown at modifying groups 2020-04-15 12:47:52 +02:00
tibbi
855b4e0188 shortening some code by importing more specific classes 2020-04-14 23:59:36 +02:00
tibbi
1a00027487 updating commons to 5.25.14, get some things from there 2020-04-13 22:12:24 +02:00
tibbi
172e5f0d24 moving the Manage Blocked Numbers in Commons 2020-04-08 11:55:15 +02:00
tibbi
57b61243a6 moving some strings into Commons 2020-04-08 10:36:32 +02:00
tibbi
11e7d051d4 use a helper function for fetching the FAB icon color 2020-03-28 19:25:21 +01:00
tibbi
2562eca6ba shortening a too long line 2020-03-28 19:12:02 +01:00
tibbi
8a058c039d removing some duplicate strings, take them from Simple-Commons 2020-03-20 23:16:46 +01:00
tibbi
aca84014d8 updating commons and room 2020-03-20 10:25:19 +01:00
tibbi
3a7d9b61f9 update version to 6.8.0 2020-03-18 18:32:38 +01:00
tibbi
a8cc12e838 do not request the Storage permission from Android 10+ 2020-03-18 18:12:44 +01:00
tibbi
d4dc887bda updating commons to 5.23.7 2020-03-17 20:12:12 +01:00
tibbi
f89846e610 do not check file existence in scoped storage 2020-03-17 19:00:06 +01:00
tibbi
9c622a30bd move the export path remembering in the dialog itself 2020-03-17 16:39:57 +01:00
tibbi
77bc0a92b5 do not request the Storage permission on Android 11+ 2020-03-16 23:28:30 +01:00
tibbi
ba75f5daa1 add Scoped Storage handling at contact exporting 2020-03-16 23:25:36 +01:00
tibbi
1ee2e591d5 adding a helper exportContactsTo function 2020-03-16 23:16:06 +01:00
tibbi
eb4be51f92 pass an OutputStream to exporter instead of a File 2020-03-16 23:09:25 +01:00
tibbi
fbfe7133ca allow hiding the path at the exporting destination dialog 2020-03-16 22:49:56 +01:00
tibbi
39b432bf4b remember last used vcard export path 2020-03-16 22:29:11 +01:00
tibbi
1b7a860cdf use Scoped Storage at importing from Android 11 2020-03-16 22:17:51 +01:00
tibbi
e262ffecf5 updating commons and gradle 2020-03-15 21:52:16 +01:00
Tibor Kaputa
16a5c2775b
Merge pull request #516 from spkprs/patch-10
Update strings.xml
2020-03-13 08:35:11 +01:00
Tibor Kaputa
3c11ce4d60
removing an empty line 2020-03-13 08:35:03 +01:00
Fatih Fırıncı
25839799f1
Update strings.xml 2020-03-13 00:44:17 +03:00
spkprs
bcec353677
Update strings.xml 2020-03-13 00:25:40 +03:00
tibbi
448135fd18 updating the apps long description, make it more verbose 2020-03-12 19:38:32 +01:00
tibbi
78c4d80925 update version to 6.7.1 2020-03-08 19:07:18 +01:00
tibbi
4df2f32780 properly refresh the letters fastscroller if contacts change 2020-03-08 18:45:23 +01:00
tibbi
56ab5aaa39 updating commons, kotlin, build tools 2020-03-08 13:00:19 +01:00
Tibor Kaputa
2f649df9f1
Merge pull request #513 from solokot/master
Updated Russian language
2020-03-07 22:47:22 +01:00
Guillaume
5a14d23662
Update strings.xml 2020-03-07 15:22:46 +01:00
Guillaume
d9f8d515d2
Dutch 2020-03-07 15:16:36 +01:00
solokot
c04b533a88
Updated Russian language 2020-03-06 23:31:05 +03:00
Tibor Kaputa
2d3485566c
Merge pull request #512 from akcansoft/patch-3
turkish translate strings.xml
2020-03-06 16:19:55 +01:00
akcanSoft
d884521f0b
turkish translate strings.xml 2020-03-06 17:30:03 +03:00
spkprs
cb2e24dbb5
Update strings.xml 2020-03-06 14:44:14 +03:00
tibbi
86bcc0ccb2 adding some links at the apps long description 2020-03-06 11:39:47 +01:00
Fatih Fırıncı
11a9f0de5c
Update strings.xml 2020-02-28 17:11:38 +03:00
fricyo
36da0bb844
Update Translation 2020-02-23 21:06:26 +08:00
tibbi
e844e7fbb3 update commons to 5.22.10 2020-02-14 10:57:47 +01:00
Sérgio Marques
f420c393b1
Update strings.xml 2020-02-11 22:27:44 +00:00
tibbi
9c524335f2 update version to 6.7.0 2020-02-05 22:56:57 +01:00
tibbi
f68f14ba97 update commons to 5.22.4 2020-02-05 22:53:43 +01:00
tibbi
ed35192d47 removing the setting for toggling scrollbar bubble 2020-02-05 22:51:05 +01:00
tibbi
17de64eb5f do not center the letters scrollbar, move it to the top 2020-02-05 22:39:22 +01:00
tibbi
d7b65c21f4 updating IndicatorFastScroll 2020-02-05 19:27:49 +01:00
tibbi
1d4c652753 fix #499, trigger speed dialing only when there is no number written in 2020-02-05 19:14:49 +01:00
tibbi
bb46c5de17 adding Indicator fast scroller license 2020-02-05 17:51:40 +01:00
tibbi
5fdb7a38aa updating the letter fastscroller 2020-02-05 17:33:54 +01:00
tibbi
edc8817638 use our fork of the letter fastscroller 2020-02-05 16:28:53 +01:00
tibbi
12279d09fd show the selected letter at the fastscroller too 2020-02-05 16:28:44 +01:00
tibbi
b67cb04f4a use proper text color at fastscroller letters 2020-02-05 16:09:17 +01:00
tibbi
7b30d6efd5 adding an initial implementation of fastscroller with letters 2020-02-05 15:57:55 +01:00
tibbi
7df23a98dd removing the old fastscroller from the Contacts and Favorites tab 2020-02-05 14:52:53 +01:00
tibbi
9dcf8eace5 use Large as the default font size 2020-02-05 12:23:11 +01:00
tibbi
78294997e9 update the font size after it gets changed in the app settings 2020-02-05 12:10:34 +01:00
tibbi
fe4e6767aa apply the selected font size on a few places 2020-02-05 12:03:45 +01:00
tibbi
1e7b8f7340 adding a font size picker at the app settings 2020-02-05 11:39:39 +01:00
pcpepik
f76413f750
Update czech translation
- Improve some translations
2020-01-26 22:05:43 +01:00
tibbi
680e60edba update version to 6.6.0 2020-01-22 19:40:20 +01:00
tibbi
127b584dc3 adding speed dialing in Whats New 2020-01-22 19:37:57 +01:00
tibbi
3cc86a028d update target sdk to 29, but stick to legacy file handling 2020-01-22 19:26:26 +01:00
tibbi
89da8dbbde update commons to 5.21.27 2020-01-21 23:30:53 +01:00
tibbi
a023b5ce6f use proper colors at the SpeedDial activity 2020-01-20 23:23:12 +01:00
tibbi
fd6497991d fix #368, implementing speed dialing at the dialpad activity 2020-01-20 23:02:46 +01:00
tibbi
32b25e0e26 store the proper phone number at speed dialing 2020-01-20 22:59:23 +01:00
tibbi
474f22be38 adding a helper function for retrieving a prefilled SpeedDial arraylist 2020-01-20 22:54:30 +01:00
tibbi
7c2ca77e7a handle deleting speed dials 2020-01-20 14:50:02 +01:00
tibbi
021d87c89f rewrite SpeedDial items into a recyclerview 2020-01-20 12:22:10 +01:00
tibbi
3d0b8d73ff fix #471, increase the comparable length of phone numbers 2020-01-20 10:24:21 +01:00
tibbi
8dd1216176 properly handle saving and restoring speed dial items 2020-01-19 23:06:21 +01:00
tibbi
e68cfc851a allow clicking the numbers at Manager speedDial setting 2020-01-19 22:54:28 +01:00
tibbi
21029ac119 at the speed dial picker show only contacts with phone numbers 2020-01-19 21:12:46 +01:00
tibbi
cfc97d9453 fix #489, increase contact spacing with disabled avatars and numbers 2020-01-19 20:54:21 +01:00
Tibor Kaputa
2bfecf3b13
Merge pull request #497 from herkul-s/patch-1
adding czech strings
2020-01-19 20:24:39 +01:00
tibbi
6916876e4d make SelectContactsDialog properly handle returning a selected contact 2020-01-19 20:15:56 +01:00
herkul-s
1b0fbf0d19
adding czech strings 2020-01-19 18:34:52 +01:00
tibbi
698ea25243 show the Cancel button at selecting a single contact 2020-01-19 18:31:39 +01:00
tibbi
5207abb620 allow using SelectContactsDialog for selecting a single contact too 2020-01-19 18:29:58 +01:00
tibbi
67a3053227 properly show avatars of local events at the Add favorites dialog 2020-01-19 17:42:47 +01:00
tibbi
36a15478b4 use proper avatar image signature at loading local contacts 2020-01-19 13:33:24 +01:00
Tibor Kaputa
7fc97a9652
Merge pull request #492 from solokot/master
Updated Russian language
2020-01-18 23:15:16 +01:00
Tibor Kaputa
148c6fd58e
Merge pull request #493 from spkprs/patch-8
Update strings.xml
2020-01-18 23:14:35 +01:00
Tibor Kaputa
3c94eb8f8b
Merge pull request #494 from akcansoft/patch-2
Turkish translate updated
2020-01-18 23:13:26 +01:00
Guillaume
071107e3fa
Update strings.xml 2020-01-17 15:23:38 +01:00
Guillaume
208033d0ee
Dutch 2020-01-17 15:22:33 +01:00
akcanSoft
b62f603b08
Turkish translate updated 2020-01-17 15:04:41 +03:00
spkprs
fe476d2a56
Update strings.xml 2020-01-17 14:56:01 +03:00
solokot
536c62168e
Updated Russian language 2020-01-17 14:53:09 +03:00
solokot
3a26b1ce00
Updated Russian language 2020-01-17 14:50:43 +03:00
tibbi
7101ddb672 adding some speed dial parsing related things 2020-01-17 12:20:39 +01:00
tibbi
23cdc2bd54 adding the top label at speed dial screen 2020-01-17 11:54:16 +01:00
tibbi
516976413d adding a Speed Dial related activity 2020-01-17 11:43:24 +01:00
tibbi
32a7bfdba9 adding a new speed dial related string 2020-01-17 11:42:18 +01:00
tibbi
78fd4d4450 removing some redundant xml rules 2020-01-17 11:37:16 +01:00
tibbi
06affa8f90 adding some speed dial related strings 2020-01-17 11:33:16 +01:00
tibbi
c3da060195 updating the launcher icon a bit, make it flatter 2020-01-09 22:49:59 +01:00
tibbi
35338a006c update version to 6.5.2 2020-01-04 16:14:16 +01:00
tibbi
3705a49a3f make the avatars at Select Favorite round too 2020-01-04 16:12:14 +01:00
tibbi
16e29973f8 updating commons to 5.21.19 2020-01-04 16:08:37 +01:00
Luis Alfredo Figueroa Bracamontes
bf1c25448e
Create string.xml Español
To translate the app to Spanish
2019-12-31 19:05:44 -06:00
kniddl
7ede5878b9
Updated short description
I shortened the description further to achieve 77 characters.
2019-12-25 23:12:19 +01:00
Tibor Kaputa
5703c819e4
reseting the app short description, it is too long 2019-12-25 22:10:22 +01:00
kniddl
91e80bedcc
Several German strings updated 2019-12-25 21:47:28 +01:00
tibbi
271a927754 make building the app easier, do not require a release version 2019-12-22 22:56:51 +01:00
tibbi
9611ce6905 make debug app building easier 2019-12-19 21:57:01 +01:00
fricyo
28bcc608e0
Update Translation 2019-12-16 17:37:31 +08:00
Guillaume
793178430c
Dutch 2019-12-08 17:46:23 +01:00
tibbi
6c1a417fcf update version to 6.5.1 2019-12-07 12:13:43 +01:00
tibbi
433cfef221 moving some shared helper functions at the Constants.kt 2019-12-07 10:43:29 +01:00
tibbi
12ee6d1592 adding a dot after the No Contacts Found placeholder 2019-12-07 10:43:14 +01:00
tibbi
9d63d03d20 fix #379, add search at Select Contacts screen 2019-12-07 10:34:28 +01:00
tibbi
bc4013a221 start adding Search at the Select Contact screen 2019-12-07 09:59:29 +01:00
tibbi
10ac988451 do not allow long pressing contacts at the Select Contact screen 2019-12-07 09:44:52 +01:00
tibbi
da12f2f8d6 remove the sorting at fetching, sort just later 2019-12-07 09:32:08 +01:00
tibbi
9762792388 make the Favorites tab optional at selecting contact 2019-12-06 23:19:14 +01:00
tibbi
794e99e5c2 implement placeholder clicks at the Select Contact screen 2019-12-06 23:09:51 +01:00
tibbi
16ca90b219 implementing Sort and Filter menu items at Select Contact 2019-12-06 23:07:28 +01:00
tibbi
487900be7b close the Select Contact activity on success 2019-12-06 23:03:16 +01:00
tibbi
a88d37aa41 adding Search at the Select Contact activity 2019-12-06 23:01:14 +01:00
tibbi
3da4c170d8 make use of the FAB at Select Contact activity 2019-12-06 22:51:06 +01:00
tibbi
324d9ef399 show the "Create new contact" button over favorites too 2019-12-06 22:15:15 +01:00
tibbi
e396e4987c adding actual Select Contact click handling 2019-12-06 21:34:10 +01:00
tibbi
ba7e7e4ba0 allow clicking on Create New Contact at select contact screen 2019-12-06 21:26:10 +01:00
tibbi
21cd58f0bb create a separate layout for the Select Contact contacts fragment 2019-12-06 21:14:59 +01:00
tibbi
9319c934e0 pass available fragments to the adapter in a list 2019-12-06 21:01:25 +01:00
tibbi
99eb37e51a add some side margins contact avatars 2019-12-06 20:53:36 +01:00
tibbi
6ea7994a08 move the contact click handling in the proper activities 2019-12-06 20:49:12 +01:00
tibbi
9aac2414fd lets start rewriting the Select Contact screen to fragments 2019-12-06 20:21:20 +01:00
tibbi
9d2254e891 move the getTabIcon helper function in SimpleActivity 2019-12-06 20:03:14 +01:00
tibbi
3c4b8e32b3 update version to 6.5.0 2019-12-05 23:28:58 +01:00
tibbi
8fa7c2388c revert target SDK back to 28 2019-12-05 23:27:58 +01:00
tibbi
b900262a1b move the InsertOrEditContact activity title in the manifest 2019-12-05 15:05:21 +01:00
tibbi
6de8f5c15a moving SelectContactActivity in the manifest, no real change 2019-12-05 14:45:03 +01:00
tibbi
2f39253a3c renaming some Select Contacts screen related views 2019-12-05 14:37:10 +01:00
tibbi
f939f77323 fix #464, properly handle some new contact related intents 2019-12-05 12:34:46 +01:00
tibbi
05f239293b creating a new constant for Email field of third party intents 2019-12-05 12:18:09 +01:00
tibbi
7c6ed3504c properly handle inserting contact emails via third party intents 2019-12-05 12:00:38 +01:00
tibbi
b1e7ab9c63 fix #460, removing dividers to make the UI fresher 2019-12-05 11:29:46 +01:00
tibbi
2410669e2d fix #459, show a Dialpad menu button in case the FAB is hidden 2019-12-05 10:28:40 +01:00
tibbi
255782b167 show dialpad letters at the dialpad by default 2019-12-05 10:09:02 +01:00
tibbi
ebefc976f5 updating commons, kotlin 2019-12-05 10:08:37 +01:00
tibbi
94d1fe581f removing some fields at storing contacts 2019-12-05 10:06:44 +01:00
tibbi
219a7be1c5 updating commons, kotlin, room and target sdk to 29 2019-11-28 11:34:01 +01:00
tibbi
3198e19bc6 updating commons and gradle 2019-11-22 17:54:08 +01:00
Sérgio Marques
607ff31d89
Update strings.xml 2019-11-18 22:58:48 +00:00
Guillaume
0133bd605d
Dutch 2019-11-11 23:44:38 +01:00
Guillaume
f7c81c48d3
Dutch 2019-11-11 19:58:40 +01:00
spkprs
8b54e68a37
Update strings.xml
Now is good!
2019-11-11 01:15:24 +03:00
spkprs
7324afbd32
Update strings.xml
It is a general concept, but in title and in following line of the description shows what application it is assigned to.
2019-11-10 21:17:46 +03:00
tibbi
7d6b91d7f3 adding a longer app title to be translated 2019-11-10 18:32:06 +01:00
Tibor Kaputa
a9b7e1b59c
Merge pull request #461 from akcansoft/master
Turkish translate
2019-11-10 17:14:22 +01:00
akcanSoft
12265386b8
Update strings.xml
incomplete translations made
2019-11-10 18:40:12 +03:00
akcanSoft
44bcfd40ed
Update strings.xml 2019-11-09 23:29:54 +03:00
tibbi
f8f127e296 fixing a german string 2019-11-09 12:02:01 +01:00
zmni
7f6a371ee0 Update indonesian translation 2019-10-30 18:44:39 +07:00
tibbi
1520a31aeb update version to 6.4.4 2019-10-28 19:38:28 +01:00
tibbi
27592706ce improving the performance at fetching local contacts 2019-10-28 19:36:25 +01:00
tibbi
68f4b89626 update version to 6.4.3 2019-10-28 17:56:48 +01:00
tibbi
f16e437b5d adding a contact null crashfix 2019-10-28 17:53:59 +01:00
tibbi
0cf265cb50 do not try parsing names at Organization contacts 2019-10-28 17:49:56 +01:00
tibbi
653d5fcd8c fix #444, #376, properly show Organization type contacts 2019-10-28 17:03:17 +01:00
tibbi
4d63dc06c3 show some contacts details immediately, the rest just later 2019-10-28 16:45:47 +01:00
tibbi
3f4242650b fix #452, properly list all groups after opening and closing one 2019-10-28 16:20:19 +01:00
tibbi
b6643a5c34 updating commons and room 2019-10-28 16:11:28 +01:00
en2sv
9c1d2f4795
Update Swedish translation 2019-10-27 20:08:09 +01:00
Sérgio Marques
90c1401721
Update strings.xml 2019-10-19 15:44:30 +01:00
tibbi
b6e327f313 updating some urls to https 2019-10-16 19:10:04 +02:00
tibbi
7821b1b149 update version to 6.4.2 2019-10-14 20:35:09 +02:00
tibbi
6249e94a1a fix #442, close search at opening a contact 2019-10-14 20:30:22 +02:00
tibbi
588c067caf creating fastlane files for translating app descriptions 2019-10-14 19:59:01 +02:00
tibbi
76c5b5e1ff update commons to 5.18.12 2019-10-14 19:37:55 +02:00
tibbi
f70428c556 updating commons and gradle 2019-10-05 10:33:35 +02:00
Matheus Victor
1f6a5cf24a update translation pt-rBR 2019-10-02 10:48:04 -03:00
fricyo
d14660b373
Update Translation 2019-10-01 20:34:04 +08:00
tibbi
f6b881a6f0 updating app screenshot urls 2019-09-25 21:14:41 +02:00
Sérgio Marques
e3928d0840
Update strings.xml 2019-09-22 19:31:24 +01:00
tibbi
c275ed701a update version to 6.4.1 2019-09-16 19:50:59 +02:00
tibbi
f11f23b8e1 use only contact name at merging duplicates, not email 2019-09-16 19:25:19 +02:00
tibbi
0160f48711 show only the proper contact sources at the View screen 2019-09-16 19:17:10 +02:00
tibbi
d167e15681 do not filter duplicates prematurely 2019-09-16 19:14:47 +02:00
solokot
f5dd302ca2
Updated Russian language 2019-09-16 10:54:35 +03:00
tibbi
8d8fdcb7d8 properly update all text colors at the View screen 2019-09-16 09:20:50 +02:00
tibbi
db164ae090 update version to 6.4.0 2019-09-15 23:54:44 +02:00
tibbi
05458cede2 mention duplicate contact merging in the release notes 2019-09-15 23:49:27 +02:00
tibbi
ede2e3498a update commons to 5.17.17 2019-09-15 23:46:58 +02:00
tibbi
83de6b1dce reordering some functions 2019-09-15 23:40:03 +02:00
tibbi
209dbc799b properly fill all required fields at Sharing from View screen 2019-09-15 23:39:09 +02:00
tibbi
cf2b6b6d5e fix #440, #377, properly export all fields in .ics files 2019-09-15 23:33:51 +02:00
tibbi
e078fbf0a6 improve contact sharing, merge all available contact source values 2019-09-15 22:36:02 +02:00
tibbi
6b26ec4199 some code and style cleanup 2019-09-15 21:14:40 +02:00
tibbi
8afdf0430e show groups as the last field at contacts too 2019-09-15 21:11:11 +02:00
tibbi
4113aa681d show websites at contact details 2019-09-15 21:03:39 +02:00
tibbi
70d03f35b9 gather events from all contacts at displaying 2019-09-15 20:50:55 +02:00
tibbi
a52bed4228 collect and show all duplicate contact IMs 2019-09-15 20:29:36 +02:00
tibbi
671cb29a45 properly show all available contact addresses 2019-09-15 20:15:34 +02:00
tibbi
0b4b0dd763 sort shown contact phone numbers by type 2019-09-15 20:10:41 +02:00
tibbi
1ad3b3e525 sort contact sources by value 2019-09-15 19:55:14 +02:00
tibbi
91e645b08e improve the contact source loading synchronicity 2019-09-15 13:05:55 +02:00
tibbi
72ccd10aa1 do not mess with the phone numbers if they arent shown anyway 2019-09-15 12:04:38 +02:00
tibbi
f9bd62b2a7 removing a magic number at adding phone numbers 2019-09-15 11:32:34 +02:00
tibbi
128f191264 show all available contact phone numbers at View screen 2019-09-15 11:26:04 +02:00
tibbi
5827f2c64f hide the fields at View Contact by default 2019-09-15 10:50:48 +02:00
tibbi
d06498eaa0 delete contacts from a background thread 2019-09-15 10:22:15 +02:00
tibbi
2dc2fe01df tweak duplicate contact source adding a bit 2019-09-14 22:38:20 +02:00
tibbi
a35e0513be move duplicate checking at View screen in a separate function 2019-09-14 22:22:01 +02:00
tibbi
28ae1eabd3 always try filtering out duplicate contacts, remove the setting 2019-09-14 21:50:56 +02:00
tibbi
523dfc039b get all contacts without merging duplicates in some cases 2019-09-14 21:47:01 +02:00
tibbi
c07e70ab1c update shown contact sources at the View screen if necessary 2019-09-13 22:57:26 +02:00
tibbi
090c347e5f improve some contact deleting scenarios, delete clones in some cases 2019-09-13 21:43:11 +02:00
tibbi
33357e1413 show a warning about deleting from all sources at the View screen 2019-09-13 10:39:51 +02:00
Tibor Kaputa
ec77ad3217
Merge pull request #439 from ltGuillaume/patch-1
Dutch
2019-09-13 10:18:37 +02:00
tibbi
ed6373aed4 update commons to 5.17.16 2019-09-13 09:59:02 +02:00
Guillaume
ceb1ed8da0
Dutch 2019-09-12 23:50:18 +02:00
Tibor Kaputa
d022bc7436
Merge pull request #438 from spkprs/patch-5
Update strings.xml
2019-09-12 14:48:36 +02:00
tibbi
aaaa18009a renaming a parameter 2019-09-12 14:44:42 +02:00
tibbi
3d24a84248 delete contacts from all sources at deleting from the main screen 2019-09-12 14:44:37 +02:00
spkprs
aa4ee0cdc9
Update strings.xml 2019-09-12 15:12:34 +03:00
tibbi
415ef33c09 adding a new string related to deleting contacts from all sources 2019-09-12 12:16:17 +02:00
tibbi
8fdb6ee0a8 at deleting a contact delete all duplicates too 2019-09-11 23:07:53 +02:00
tibbi
797df0a2d7 adding a helper function for retrieving contact duplicates 2019-09-11 22:49:19 +02:00
tibbi
dcd546b7cb avoid refreshing contact sources multiple times 2019-09-11 21:50:00 +02:00
tibbi
79cc8d028d launch the given contact at clicking on a contact source at View screen 2019-09-09 16:04:02 +02:00
tibbi
92288db197 avoid showing the same contact sources multiple times 2019-09-09 15:24:41 +02:00
tibbi
c1db2701d8 show all contact sources of a given contact at View screen 2019-09-09 15:19:07 +02:00
tibbi
fd00506c4e change the way contact sources are added, to allow multiple ones 2019-09-09 13:41:13 +02:00
tibbi
e3712ca223 properly show contact avatars at SelectContact activity 2019-09-09 11:50:46 +02:00
tibbi
3603d92674 update commons to 5.17.13 2019-09-09 10:31:39 +02:00
Sérgio Marques
f25b7035e7
Update strings.xml 2019-09-07 01:25:59 +01:00
zmni
8e66d229fc Update Indonesian translation 2019-09-04 23:58:52 +07:00
fricyo
222abd75d3
Update Translation 2019-09-04 09:34:10 +08:00
solokot
b9e604aedf
Updated Russian language 2019-08-30 09:30:05 +03:00
tibbi
29012806f1 update version to 6.3.5 2019-08-27 11:58:27 +02:00
tibbi
d4d7592666 normalize names at the dialpad letter search 2019-08-27 11:29:21 +02:00
tibbi
2974d828a8 update commons to 5.16.17 2019-08-27 11:19:00 +02:00
tibbi
853a6a8e87 fix #391, show more detailed info at deleting elements 2019-08-27 11:02:56 +02:00
Tibor Kaputa
cbead76a0a
Merge pull request #429 from spkprs/patch-4
Update.xml
2019-08-26 23:33:01 +02:00
Guillaume
35cd4722d9
Dutch 2019-08-26 19:16:13 +02:00
spkprs
ed063f4380
Update strings.xml 2019-08-26 18:58:32 +03:00
tibbi
0abeaec79c add some strings related to specifying contact/group deletion 2019-08-26 17:17:22 +02:00
tibbi
67a3103688 move the Select All menu item lower in the priority 2019-08-26 17:08:39 +02:00
tibbi
18c94cfa63 at dialpad search at organization name too, not just contact name 2019-08-26 16:39:33 +02:00
tibbi
d856649618 properly export all contacts as appropriate 2019-08-26 15:46:09 +02:00
tibbi
e6c031885c do not allow confirming the import/export dialogs multiple times 2019-08-26 15:45:13 +02:00
tibbi
0342035b27 handle null names at importing gracefully 2019-08-25 22:34:30 +02:00
tibbi
4e88bf518f properly select the contact source for importing, if empty 2019-08-25 22:29:33 +02:00
tibbi
899971aa2a improve deleting multiple contacts at once 2019-08-25 22:15:54 +02:00
tibbi
42ff471748 fix some filtering issues, show more contacts rather than less 2019-08-25 21:29:08 +02:00
tibbi
a06ed027cd adding a crashfix 2019-08-25 14:53:45 +02:00
tibbi
1c972f5fe8 updating kotlin, commons, gradle 2019-08-25 14:53:36 +02:00
spkprs
2df33cdb66
Update strings.xml 2019-08-21 19:53:40 +03:00
fricyo
92b7069da9
Update Translation 2019-08-21 19:31:22 +08:00
solokot
d0f3aeeec8
Updated Russian language 2019-08-15 09:04:56 +03:00
tibbi
60e7311f5b update version to 6.3.4 2019-08-14 21:30:20 +02:00
tibbi
7b0d4d0978 updating some hungarian strings 2019-08-14 20:57:13 +02:00
tibbi
eaa0d05e55 tweaking an english string 2019-08-14 20:52:44 +02:00
tibbi
17d746fffd adding a placeholder at the number blocker 2019-08-14 20:50:50 +02:00
tibbi
1653aff8fb try fixing a glitch at removing wanted contact sources 2019-08-14 20:49:29 +02:00
tibbi
007e264f69 create new background threads only when necessary 2019-08-14 20:45:47 +02:00
tibbi
b52872cf1a fix #419, properly handle the contact photo at local contacts 2019-08-14 20:40:01 +02:00
tibbi
f28ea80e93 properly show the big contact photo at locally stored contacts 2019-08-14 20:23:04 +02:00
tibbi
e8a0a4223b highlight the part of Group title that is searched 2019-08-14 18:10:48 +02:00
tibbi
5e0386ee0e fix #421, allow searching groups 2019-08-14 17:57:13 +02:00
Guillaume
c990f7e7bf
Dutch 2019-08-14 17:10:20 +02:00
tibbi
789ae7d54f adding a new string about searching between groups 2019-08-14 16:30:43 +02:00
tibbi
5eba2ff251 fix #416, allow viewing bigger contact photos on the View screen 2019-08-14 16:11:53 +02:00
tibbi
71d9f740f0 adding a new FAQ item 2019-08-13 23:25:50 +02:00
tibbi
88f18b0396 recreate the options menu on main screen resume 2019-08-13 23:18:47 +02:00
tibbi
f99e3069f2 fixing some FAB icon colors 2019-08-13 23:02:45 +02:00
tibbi
6c6b6e2cd6 replacing the remaining icons with vectors 2019-08-13 22:59:52 +02:00
tibbi
3ca254ee98 updating Commons, use vectors + fix light top menu 2019-08-13 22:36:24 +02:00
tibbi
8004881d4c update version to 6.3.3 2019-08-03 18:39:41 +02:00
tibbi
031217c463 adding some app sideloading checks 2019-08-03 18:38:03 +02:00
tibbi
bf2e666e0f closing a broken strings tag 2019-08-03 15:53:35 +02:00
tibbi
4397dce97d updating kotlin, commons, gradle 2019-08-03 15:53:27 +02:00
lianergoist
4e0eeb59b9
Update strings.xml
Changed 'jubilæum' to 'årsdag'
2019-07-28 04:53:37 +00:00
Tibor Kaputa
13108cd6da
adding the launcher translation 2019-07-27 22:45:28 +02:00
lianergoist
ddee95f722
Create strings.xml
Added danish strings
2019-07-26 18:41:02 +00:00
tibbi
185ec7aaff adding a missing string closing tag 2019-07-21 22:30:03 +02:00
zmni
c18889d0d6 Some minor Indonesian translation changes 2019-06-28 22:05:20 +07:00
zmni
1dab1262d8 Add another Indonesian language code, "in". 2019-06-28 22:02:37 +07:00
motomoto7
878e962708
Ukrainian, some minor changes in translation 2019-06-18 14:09:47 +03:00
TVdata
3d5d96dd0d Added finnish language 2019-06-16 20:45:51 +03:00
tibbi
40a388030e update version to 6.3.2 2019-06-14 22:57:27 +02:00
tibbi
99b04843e5 fix #377, properly export all fields to .vcf files 2019-06-14 22:48:48 +02:00
tibbi
687f9a0086 explicitly set Deleted field to false at creating a new contact 2019-06-14 21:58:44 +02:00
tibbi
0da765ddc9 updating kotlin, gradle, commons 2019-06-14 17:07:30 +02:00
zmni
6088547683 Create values-id/strings.xml
Create Indonesian translation.
2019-06-10 22:43:52 +07:00
motomoto7
14536596b0
Create values-uk/strings.xml
Ukrainian translation
2019-06-03 15:33:31 +03:00
tibbi
653e0d7150 adding a missing bracket 2019-05-06 19:30:38 +02:00
Cymrodor
d9b26c4f94
Create Welsh strings.xml 2019-05-05 21:23:43 +01:00
dadaewq
cf36aaa93e
Create strings.xml 2019-05-05 22:24:54 +08:00
André Marcelo Alvarenga
fd7aa9d231 Reduce translated string length to 77 characters. 2019-05-04 14:25:13 -03:00
André Marcelo Alvarenga
6ab78f7d03 Add Brazilian Portuguese translation 2019-05-04 00:40:00 -03:00
tibbi
ea73d4a403 catch exceptions thrown at creating shortcuts 2019-03-11 12:18:46 +01:00
tibbi
abed38ddd9 update commons to 5.10.8 2019-03-10 17:12:55 +01:00
tibbi
af20677182 update version to 6.3.1 2019-03-07 20:59:58 +01:00
tibbi
ee4b6ade13 removing some redundant xml rules 2019-03-07 20:51:35 +01:00
tibbi
4c51e83748 fix #367, use a higher resolution contact placeholder at the big image 2019-03-07 20:46:36 +01:00
tibbi
ae38dd30be use the shortcut_plus drawable from Commons 2019-03-07 20:42:50 +01:00
tibbi
1d877ff5bd adding a shortcut for creating new contacts too 2019-03-07 20:28:51 +01:00
tibbi
6b6b25f988 adding a shortcut for launching the dialpad 2019-03-07 20:22:32 +01:00
tibbi
12aff1777a try disabling DIRTY mode at creating contacts 2019-03-07 20:09:23 +01:00
tibbi
d80e328d7c make contact thumbnails with photos bigger 2019-03-07 15:56:26 +01:00
tibbi
126653fc55 make the contact avatar larger 2019-03-07 15:47:59 +01:00
tibbi
4345bb7a9e use circular photos at the edit and view screens too 2019-03-07 15:45:54 +01:00
tibbi
11fac47ae7 fix #115, use rounded avatars 2019-03-07 15:35:42 +01:00
tibbi
312c4c363e updating commons and gradle 2019-03-07 14:10:50 +01:00
CompGame356
daaad0d629
Updated app's short description 2019-03-03 18:06:24 +01:00
tibbi
0dbee96553 updating some german strings 2019-03-03 12:17:15 +01:00
tibbi
c295318408 properly color the address image at the View Contact screen 2019-02-25 21:49:27 +01:00
portalis
725b1ac857 "app_short_description" shortened 2019-01-26 15:08:44 +01:00
portalis
cd1292adfb Hungarian translation 2019-01-26 12:16:07 +01:00
tibbi
b42b045202 update version to 6.3.0 2019-01-24 21:09:08 +01:00
tibbi
4dc916872f updating Commons with the sideloading check 2019-01-24 20:44:22 +01:00
tibbi
37b6619e51 use smt_private for the private account name 2019-01-24 19:55:12 +01:00
tibbi
e5862e700a fix #362, properly handle exporting contacts that are filtered out 2019-01-24 16:49:38 +01:00
tibbi
02ea571166 fix #351, properly detect accounts without stored contacts 2019-01-24 14:11:13 +01:00
Tibor Kaputa
4021b3bba8
Merge pull request #363 from solokot/master
Improved Russian translation
2019-01-24 11:53:59 +01:00
solokot
45adb46b17
Update strings.xml 2019-01-24 12:42:52 +03:00
tibbi
d67ce6a8e5 correcting a few arabic strings 2019-01-22 21:51:43 +01:00
Tibor Kaputa
a8af594a6f
Merge pull request #358 from karmac2015/master
Arabic translation + support RTL layout
2019-01-22 21:50:16 +01:00
tibbi
c0dc22ce04 updating commons and gradle 2019-01-22 21:46:51 +01:00
spkprs
9ba93f2248
Update strings.xml 2019-01-18 09:58:12 +02:00
tibbi
e223cbfc48 Merge branch 'master' of github.com:SimpleMobileTools/Simple-Contacts 2019-01-16 10:03:34 +01:00
tibbi
df91fb245d updating the app short description 2019-01-16 10:03:24 +01:00
Guillaume
556e36b625
Dutch 2019-01-16 00:59:23 +01:00
karmac
1c92cf43a9 group translation 2019-01-15 13:23:01 +02:00
karmac
22d1d64086 translate to arabic 2019-01-15 08:48:43 +02:00
karmac
f620a8623a translate to arabic 2019-01-14 16:01:20 +02:00
karmac
183b49f6ac support RTL layout 2019-01-14 15:09:04 +02:00
karmac
7305aa6cb7 Adding Arabic strings
enable RTL Support
2019-01-14 12:59:12 +02:00
Emanuele Petriglia
bb5226bb8d
Update italian translation 2019-01-13 13:03:37 +00:00
fricyo
592bda37a3
Update Translation 2019-01-12 17:33:10 +08:00
Sérgio Marques
c58d08dcc0
Update strings.xml 2019-01-10 13:38:55 +00:00
Sérgio Marques
fc4ddbea40
Update strings.xml 2019-01-09 23:28:20 +00:00
solokot
ac8052664a
Update strings.xml 2019-01-09 11:55:10 +03:00
Tibor Kaputa
84a801f940
Merge pull request #346 from en2sv/patch-9
Update Swedish translation
2019-01-06 23:18:20 +01:00
dugi9991
c624a165a2 Update strings.xml
Update newly added strings.
2019-01-06 21:36:14 +01:00
en2sv
892a6946d8
Update Swedish translation 2019-01-06 20:28:42 +01:00
tibbi
097dc769e5 update version to 6.2.0 2019-01-06 18:25:08 +01:00
tibbi
96f9d98fac updating Whats New 2019-01-06 15:19:23 +01:00
tibbi
50dc97e9c0 minor code cleanup here and there 2019-01-06 14:55:45 +01:00
tibbi
4dcb46c7ab remove the notion of local account name and type 2019-01-06 12:10:45 +01:00
tibbi
d804ed58d5 renaming a function 2019-01-06 11:40:30 +01:00
tibbi
4071ecbf16 convert letters to numbers at search only if we show letters at dialpad 2019-01-06 11:29:24 +01:00
tibbi
ad3f5b6725 improve result sorting at searching 2019-01-06 11:22:49 +01:00
tibbi
b7fb0b979c improve name highlighting from the dialpad 2019-01-06 11:16:54 +01:00
tibbi
defb7f9bf0 removing the option for toggling 24 hours format 2019-01-06 10:52:14 +01:00
tibbi
fd37c346e8 improve phone number highlighting when it contains a dash 2019-01-05 21:50:34 +01:00
tibbi
8d12becafb fix #288, add an option to show letters at dialpad 2019-01-05 19:50:48 +01:00
tibbi
9adc9ff7bf adding a new string for showing letters on the dialpad 2019-01-05 18:21:56 +01:00
tibbi
b5a9e6a8b7 changing DIRTY value at creating contact to an integer 2019-01-05 17:39:40 +01:00
tibbi
ea520ab7a8 remove everything related to Recents, due to Googles latest security rules 2019-01-05 17:27:11 +01:00
tibbi
0a150a9f82 updating commons and ezvcard 2019-01-05 11:58:25 +01:00
solokot
35831cfe8a
Update strings.xml 2019-01-04 00:14:34 +03:00
fricyo
8cae250a13
Update Translation 2018-12-31 00:05:35 +08:00
Emanuele Petriglia
9e3266fa24
Update italian translation 2018-12-30 14:59:53 +00:00
tibbi
7167b09816 updating the slovak app short description 2018-12-29 22:50:16 +01:00
tibbi
9b01027cd2 updating the app short description 2018-12-29 22:49:35 +01:00
Tibor Kaputa
2c3b9727ca
Merge pull request #336 from ema-pe/patch-9
Update italian translation
2018-12-29 17:14:31 +01:00
solokot
ad1a093d0a
Update strings.xml 2018-12-29 14:59:10 +03:00
Emanuele Petriglia
c4784dd24f
Update italian translation 2018-12-29 08:52:20 +00:00
tibbi
bd82894d3a update version to 6.1.2 2018-12-28 18:08:13 +01:00
tibbi
bdd31230f7 add the contact fetching change in release notes 2018-12-28 18:02:13 +01:00
tibbi
40d0916276 reset stored ignored contact sources 2018-12-28 17:49:05 +01:00
tibbi
aeed7e2456 fix #235, rely on both account name and type at filtering 2018-12-28 17:44:14 +01:00
tibbi
cfa9bdaf7a properly handle transforming contact source names to public names 2018-12-28 16:06:40 +01:00
tibbi
cb7e281051 add a new field to ContactSource, publicName 2018-12-28 15:51:26 +01:00
tibbi
dcc2490f86 change the way contacts are fetched, use type blacklist instead of whitelist 2018-12-28 15:30:22 +01:00
tibbi
14478e77ed fix #335, add a menu item for calling unknown numbers from Recents 2018-12-27 21:33:04 +01:00
tibbi
0cf7bacf22 adding a new string for calling a number 2018-12-27 21:03:54 +01:00
tibbi
65e8f58fa3 do not show the Filter menu button at Recents fragment 2018-12-27 20:54:53 +01:00
tibbi
2c1218870d catch and show exceptions thrown at adding blocked numbers 2018-12-27 20:27:23 +01:00
tibbi
4236414aa2 updating Commons + some crashfix 2018-12-27 20:26:07 +01:00
Tibor Kaputa
b8954d1276
updating apps url to https 2018-12-22 12:28:24 +01:00
Emanuele Petriglia
c1f0847277
Improve italian translations 2018-12-22 10:51:55 +00:00
tibbi
c9ad8a85c7 update version to 6.1.1 2018-12-12 17:57:52 +01:00
tibbi
0af341ecc0 update commons to 5.5.16 2018-12-12 17:55:38 +01:00
tibbi
9dffb0aea9 adding an Android OS version check at isDefaultDialer 2018-12-12 17:48:19 +01:00
kniddl
d08e63ca48
Update German strings 2018-12-10 15:19:51 +01:00
Sérgio Marques
841f89d6d1
Update strings.xml 2018-12-07 13:36:54 +00:00
tibbi
b91e937d6f updating some french strings 2018-12-05 10:20:46 +01:00
solokot
6b6c55ee2a
Update strings.xml 2018-12-05 09:18:43 +03:00
tibbi
d71fd8b2e2 correcting an italian string 2018-12-04 09:50:40 +01:00
Emanuele Petriglia
4d56f71b48
Update italian translation 2018-12-03 15:54:13 +00:00
fricyo
61a6ffa996
Update Translation 2018-12-02 11:07:38 +08:00
tibbi
4872fdf5b8 update version to 6.1.0 2018-11-30 23:48:25 +01:00
tibbi
c972710906 update commons to 5.5.1 2018-11-30 20:45:40 +01:00
tibbi
2c72491ee9 fix #262, invoke insert_or_edit at pressing a number at Recents 2018-11-30 19:34:27 +01:00
tibbi
443cfe600f improve recent call contact detection at clicking a Recent call item 2018-11-30 18:09:19 +01:00
tibbi
758c01ba98 hide the view/edit contact screen till the contact gets loaded 2018-11-30 18:06:20 +01:00
tibbi
c3ac30d47e improve the name detection at Recents tab 2018-11-30 18:00:32 +01:00
tibbi
12973ac57c add a helper function for checking if a contact is private 2018-11-30 17:25:58 +01:00
tibbi
a8c3dcf23a properly handle generating contact uri for local contacts 2018-11-30 17:18:51 +01:00
tibbi
8fa8e05a7c properly handle not being the default dialer app at the Manage blocked calls screen 2018-11-30 17:08:08 +01:00
tibbi
7865aa93f6 adding a helper function for launching the setDefaultDialer intent 2018-11-30 16:53:58 +01:00
tibbi
69840a321d adding some strings related to setting the app as the default dialer 2018-11-30 16:49:37 +01:00
tibbi
c8c7e7ce3b fix #287, add handling for some secret codes at the dialpad 2018-11-30 16:43:02 +01:00
tibbi
4acee7d62b fixing the default dialer check 2018-11-30 16:40:26 +01:00
tibbi
7331217e8a adding a helper function for checking if the app is set as the default dialer 2018-11-30 16:35:21 +01:00
tibbi
b6e00fba44 allow editing blocked numbers 2018-11-30 16:13:07 +01:00
tibbi
841a13b068 create a dialog for adding new blocked numbers 2018-11-30 15:52:46 +01:00
tibbi
fa7a447369 properly handle removing blocked numbers from the managing activity 2018-11-30 15:38:18 +01:00
tibbi
64db7ac053 list the blocked numbers at the particular activity 2018-11-30 15:28:57 +01:00
tibbi
bf95eccce3 show the number blocking menu item at Recents only on Android 7+ 2018-11-30 15:15:15 +01:00
tibbi
4131aae576 add an activity for managing blocked numbers 2018-11-30 15:13:03 +01:00
tibbi
d00a7da67a adding a new string for Blocked Numbers title 2018-11-30 14:48:53 +01:00
tibbi
de096cb8c8 allow blocking numbers directly from Recents screen 2018-11-30 14:37:52 +01:00
tibbi
6fae60381f filter out blocked numbers earlier, right at fetching 2018-11-30 11:34:39 +01:00
tibbi
47a1ff142b filter out the blocked numbers from Recents 2018-11-30 11:10:56 +01:00
tibbi
665b5b32a9 adding some number blocking related strings 2018-11-30 10:59:28 +01:00
tibbi
a77323b160 fixing the number blocker settings button 2018-11-30 10:53:46 +01:00
tibbi
5e156690fd Merge branch 'master' of github.com:SimpleMobileTools/Simple-Contacts 2018-11-30 10:42:17 +01:00
tibbi
267a4c01c6 adding a settings button for managing blocked numbers 2018-11-30 10:42:08 +01:00
ScratchBuild
0e45addad5 Update Japanese translation 2018-11-30 15:37:11 +09:00
tibbi
1e6f001b02 fix #293, allow copying all fields from the View contact to clipboard with long press 2018-11-29 23:54:34 +01:00
tibbi
2cff407b96 properly show locally stored contact names at the Recents tab 2018-11-29 22:47:37 +01:00
tibbi
e302309fe9 fix #304, fix exporting contacts on SD cards 2018-11-29 21:53:50 +01:00
tibbi
0c1da53df6 fix #312, make birthday parsing more robust 2018-11-29 21:30:51 +01:00
tibbi
8fbfa684cd fix #318, handle some new cases of adding numbers to contacts 2018-11-29 21:10:53 +01:00
tibbi
b069d2c4b1 handle ahandle a new way of creating new contacts from numbers 2018-11-29 20:45:13 +01:00
tibbi
ff0a08862c adding a context extension for referencing the telecomManager 2018-11-29 19:19:22 +01:00
tibbi
02198f572e add a button for setting the app as the default Phone app at the Recents 2018-11-29 16:44:53 +01:00
tibbi
25c9c0d598 make sure the Dialer is a transparent activity 2018-11-29 15:55:14 +01:00
tibbi
420a523062 remove everything related to the custom Dialer, let the system handle it 2018-11-29 15:32:53 +01:00
tibbi
1b9028ba6c tweaking some outgoing call notification handling 2018-11-29 10:57:04 +01:00
tibbi
6fad2733af handle Simple Contacts not being the default app for phone calls 2018-11-29 10:39:04 +01:00
tibbi
75ff0e6101 show the other participants name at the calling notification, if available 2018-11-29 10:08:05 +01:00
tibbi
7c0661983d moving some Activity extension responsibilities to Context 2018-11-28 21:52:38 +01:00
tibbi
f96f2bca22 adding some animating dots like Calling... on the caller screen 2018-11-28 20:52:09 +01:00
Tibor Kaputa
4bd42fb861
Merge pull request #320 from smarquespt/patch-3
Update strings.xml
2018-11-28 16:05:07 +01:00
tibbi
bb19021c49 adding some blocked number related strings 2018-11-28 15:29:11 +01:00
tibbi
8b3c08970c show an incoming call screen over the lockscreen, if the screen is off 2018-11-28 15:19:51 +01:00
Sérgio Marques
35a5d62b99
Update strings.xml 2018-11-28 13:42:29 +00:00
tibbi
4800ac3573 adding some outgoing call related things 2018-11-28 14:01:37 +01:00
tibbi
bf981e1033 update the notification immediately at accepting an incoming call 2018-11-28 13:46:40 +01:00
tibbi
568254cede correcting the scheme at outgoing calls 2018-11-28 11:37:30 +01:00
tibbi
63bd1e65dd removing some probably not needed lines from MyIncomingCallService at the manifest 2018-11-28 11:34:56 +01:00
fricyo
5868128d57
Update Translation 2018-11-28 18:10:23 +08:00
tibbi
ce6f6e7049 show the Answer call button only while ringing 2018-11-27 15:02:06 +01:00
tibbi
48a7eb3c72 disable the alert_only_once flag at incoming call notifications 2018-11-27 15:00:19 +01:00
tibbi
9e015c3888 decode the incoming call number before displaying 2018-11-27 14:43:17 +01:00
tibbi
012442a057 redesigning the Incoming Call notification, add colored icons 2018-11-27 12:19:05 +01:00
tibbi
7cdefe43d5 refresh the incoming call notification every few secs to keep it visible 2018-11-26 12:25:00 +01:00
tibbi
772a28eb9e disable default notification sounds for incoming calls 2018-11-26 10:54:52 +01:00
Emanuele Petriglia
4eae056249
Update italian translation 2018-11-25 18:58:25 +00:00
Kévin Minions
c5971abe6a
Update strings.xml 2018-11-23 12:59:46 +01:00
tibbi
1cdf538ac3 adding decline/answer action buttons to the incoming call notification 2018-11-23 12:41:28 +01:00
tibbi
8a29a59113 adding some new strings for declining/answering incoming calls 2018-11-23 10:43:50 +01:00
tibbi
c09a9bb818 removing the currently not needed PhoneStateListener 2018-11-22 23:42:39 +01:00
tibbi
007cc40ac6 tweak the text on the dialer notification 2018-11-22 23:41:30 +01:00
tibbi
0ec5b4b58b show a heads up notification at incoming call, not the fullscreen dialer 2018-11-22 23:18:36 +01:00
Emanuele Petriglia
58798e20ca
Update italian translation 2018-11-22 14:42:34 +00:00
ScratchBuild
405b052ac9 Update Japanese translation 2018-11-22 17:32:37 +09:00
tibbi
8ecfae906e adding some initial outgoing call related things 2018-11-21 19:58:00 +01:00
tibbi
758799b87c hang up on Back press only at outgoing calls 2018-11-21 19:54:25 +01:00
tibbi
8be55a4be1 if the user presses Back at the dialer without an established call, hang it up 2018-11-21 19:06:34 +01:00
tibbi
52c569f58b update the current pending intent at pressing the notification 2018-11-21 18:53:54 +01:00
tibbi
6cc0c6ea15 improve the way contacts are searched by phone numbers 2018-11-21 18:47:20 +01:00
tibbi
69e3a55a18 improving the Dialer screen resuming at pressing the notification 2018-11-21 18:44:40 +01:00
tibbi
fd228b85a6 reducing the ongoing call notification importance to avoid playing the audio 2018-11-21 18:26:40 +01:00
tibbi
a392759ae0 adding a few more call notification related improvements 2018-11-21 17:54:08 +01:00
tibbi
59119f274e removing the redundant GsmCall model class 2018-11-21 16:35:05 +01:00
tibbi
957d525c1a adding an initial implementation of the ongoing call notification 2018-11-21 16:21:10 +01:00
tibbi
e96463ad82 if the other party hangs up before establishing, close screen immediately 2018-11-21 12:23:20 +01:00
tibbi
44b6d1fc5a properly handle the Show Recent Calls intent 2018-11-21 12:12:00 +01:00
tibbi
41d0a7b189 do not show the actionbar Back button at the dialer 2018-11-21 11:33:13 +01:00
tibbi
62d0bf3701 show a timer at established calls 2018-11-21 11:33:02 +01:00
tibbi
f0c4b012b7 make use of the system string normalizing instead of custom regex 2018-11-20 23:31:50 +01:00
tibbi
0b75543fda adding a couple additional call screen related improvements 2018-11-20 22:50:42 +01:00
tibbi
f5c645026f adding a few incoming call related things 2018-11-20 21:46:04 +01:00
Tibor Kaputa
746ea9404b
Merge pull request #310 from ema-pe/patch-3
Update italian translation
2018-11-20 18:56:39 +01:00
Emanuele Petriglia
c9d39b2e03
Update italian translation 2018-11-20 17:07:24 +00:00
Emanuele Petriglia
609a5b1064
Update italian translation 2018-11-20 17:03:14 +00:00
tibbi
0f94585277 adding 2 more calling related permissions 2018-11-20 17:36:13 +01:00
tibbi
ed42e1af60 adding an intent filter to allow Simple Contacts be set as a default phone app 2018-11-20 17:35:47 +01:00
tibbi
ed4bb7d013 changing the placeholder at empty Recent Calls tab 2018-11-20 17:21:09 +01:00
tibbi
bba7a957ba lets finish the Dialer activity if the number isnt provided in a supported format 2018-11-20 14:28:17 +01:00
tibbi
b7e91e3b54 turn off the Dialer screen if device is put to the ear 2018-11-20 14:19:49 +01:00
tibbi
d6e8769205 adding a hangup button to the dialer 2018-11-20 13:34:22 +01:00
tibbi
099d7b6644 show the callee name or number on the Dialer screen 2018-11-20 12:04:08 +01:00
tibbi
cb629354c4 add a helper function for getting the called contact at the Dialer 2018-11-20 11:33:57 +01:00
tibbi
945c5c8e9a adding some Dialer call related things that might be needed soon 2018-11-20 10:49:21 +01:00
tibbi
b95a8aec99 handle the Dial intent at the dialpad activity 2018-11-19 22:59:47 +01:00
tibbi
5c78872c4e sort contacts directly after fetching, while still on a background thread 2018-11-19 22:58:30 +01:00
tibbi
b6ef90272a adding a Dialer screen 2018-11-19 22:13:29 +01:00
tibbi
e8c2f1db91 fix #294, add an option to hide the dialpad on the main screen 2018-11-19 20:57:17 +01:00
tibbi
e976c72cd9 do not use writeAheadLogging and custom executor at the Room database 2018-11-19 16:54:34 +01:00
tibbi
e3b0caa577 do not try updating contact photo if the given activity is destroyed 2018-11-19 16:53:45 +01:00
tibbi
0a14414ba0 updating Commons to 5.4.7 2018-11-19 16:50:24 +01:00
Sérgio Marques
bf9b0b0064
Update strings.xml 2018-11-17 15:28:38 +00:00
tibbi
d26cb6953e update version to 6.0.0 2018-11-06 22:36:05 +01:00
tibbi
3e66723350 adding some missing strings in the basque strings file 2018-11-06 22:31:27 +01:00
tibbi
f14d197830 refresh the way release apks are signed 2018-11-06 22:28:17 +01:00
tibbi
9f01cb5389 show empty list placeholder at Group activity when appropriate 2018-11-06 21:48:05 +01:00
tibbi
1422ae1d9d fix a glitch at group selecting dialog 2018-11-06 21:36:26 +01:00
tibbi
971bcbf29f handle contact adding/removing from groups 2018-11-06 21:34:46 +01:00
tibbi
2f1be0c404 removing the helper QuotedPrintable class, it is no longer needed 2018-11-06 21:00:42 +01:00
tibbi
2408cabd81 handle local group deleting 2018-11-06 20:46:26 +01:00
kniddl
96c623c1ce
Updated German strings 2018-11-06 20:27:30 +01:00
tibbi
ddfebfdb1f allow renaming local groups 2018-11-06 20:14:59 +01:00
tibbi
93cf31b2f2 add support for local groups 2018-11-06 20:12:11 +01:00
tibbi
02a7d76196 destroy ContactsDatabase on app exit 2018-11-06 10:28:41 +01:00
tibbi
17e10c7016 handle local contact deleting 2018-11-06 09:53:49 +01:00
tibbi
9634199605 handle local contact Starred toggling 2018-11-05 23:41:28 +01:00
tibbi
e2a5381a74 removing some redundant Sqlite DBHelper functions 2018-11-05 22:51:55 +01:00
tibbi
23c5ab8297 add support for updating local contacts 2018-11-05 22:49:20 +01:00
tibbi
79e46c43d5 fix some LocalContact related warnings 2018-11-05 22:48:19 +01:00
tibbi
ba108340b1 fix some threading issues at Edit and View screens 2018-11-05 22:35:34 +01:00
tibbi
6b687a1890 add handling for local contact photo storing/retrieving 2018-11-05 22:22:27 +01:00
tibbi
f7c1f0ab10 handle retrieving local contacts from the database 2018-11-05 21:31:30 +01:00
tibbi
644a6a2e00 handle converting local contacts to the generic contacts 2018-11-05 20:24:49 +01:00
tibbi
7b32bd9e10 emptying the old databases onUpgrade functions 2018-11-05 18:37:00 +01:00
tibbi
58e954a3f9 create a Room database for local contacts 2018-11-05 18:25:36 +01:00
tibbi
e39b11209e removing Stetho 2018-11-05 13:51:13 +01:00
tibbi
dd259a0bbe appending .pro to the package name 2018-11-05 12:36:29 +01:00
tibbi
17d6c331ab update version to 5.1.1 2018-11-05 10:47:10 +01:00
tibbi
6efaa5a1b4 replace the Purchase Thank You button with Upgrade To Pro 2018-11-05 10:44:24 +01:00
tibbi
80332daa37 removing "Avoid showing Whats New" option 2018-11-05 10:24:11 +01:00
Fatih Fırıncı
a169612889
Update strings.xml 2018-11-04 22:52:32 +00:00
Tibor Kaputa
86748de12c
Update strings.xml 2018-11-03 14:42:56 +01:00
Tibor Kaputa
682f1aa358
Delete strings.xml 2018-11-03 14:42:26 +01:00
obibon
b26139b72c Updated eu (Basque) translation
Commit made via Stringlate
2018-11-03 14:23:54 +01:00
ScratchBuild
abf6df6353 Update Japanese translation 2018-10-31 17:22:12 +09:00
solokot
ba39d49a11
Update strings.xml 2018-10-31 00:22:29 +03:00
en2sv
14dd854690
Update Swedish translation 2018-10-28 20:10:37 +01:00
tibbi
d1fc687e0f update version to 5.1.0 2018-10-28 12:36:22 +01:00
tibbi
7915014955 adding the 2 new toggles in release notes 2018-10-28 12:24:23 +01:00
tibbi
208366b613 fix a glitch with misaligned Company icon if just the job position is filled 2018-10-28 12:00:04 +01:00
tibbi
c4ac5a238b flip company and job position at getting full business contact name 2018-10-28 11:41:19 +01:00
tibbi
09b3f7f2f7 fix #268, use a different image placeholder for business contacts 2018-10-28 11:36:19 +01:00
tibbi
6de4f09319 make an if/else check clearer 2018-10-28 11:23:13 +01:00
tibbi
952cce20c0 renaming getFullName() to getNameToDisplay() 2018-10-28 11:20:56 +01:00
tibbi
457110e869 fix #131, properly sort groups containing UTF characters 2018-10-28 11:07:59 +01:00
Emanuele Petriglia
6c0c776c2d
Update italian translation 2018-10-28 08:24:13 +00:00
tibbi
4f130fe402 fix #269, add placeholders at SelectContact activity 2018-10-27 18:24:16 +02:00
tibbi
c8bf2a496e update placeholder texts once again, make them consistent 2018-10-27 18:08:18 +02:00
tibbi
f11875a1d5 adding a new more generic placeholder text No contacts found 2018-10-27 18:03:01 +02:00
tibbi
fb7674adc4 adding a new string for a placeholder, if there are no contacts with phone numbers 2018-10-27 17:51:12 +02:00
tibbi
f620d87946 create a separate layout for the SelectContact activity 2018-10-27 17:45:23 +02:00
tibbi
912b4e9e58 updating an italian string 2018-10-27 17:21:18 +02:00
tibbi
ca453ff04d properly compare contacts that have no name or organization, just email 2018-10-27 17:20:35 +02:00
tibbi
b3bd0f182b trim the user email before displaying, just to be sure 2018-10-27 17:12:55 +02:00
tibbi
f6347db55d show contact email as its name, if real name and oganization are empty 2018-10-27 17:12:30 +02:00
tibbi
f1ab9b1e0f escaping an apostrophe 2018-10-27 16:35:44 +02:00
Emanuele Petriglia
d3e266b130
Updata italian translation 2018-10-27 14:30:38 +00:00
tibbi
b7731ac5df adding a new string for showing as a placeholder message, at picking contact email 2018-10-27 16:11:31 +02:00
tibbi
169b658d41 fix #278, add an option to show only contacts with phone numbers 2018-10-27 15:16:00 +02:00
tibbi
cdba101edd shortening a string key 2018-10-27 14:47:06 +02:00
tibbi
b78591a66b adding a new string for showing only contacts with phone numbers 2018-10-27 14:45:39 +02:00
tibbi
5b16ebdcc2 fix #289, add a toggle for using 24 hours time format 2018-10-27 14:40:56 +02:00
tibbi
507bdf32c2 handle a permissions issue related to setting contact photo 2018-10-27 14:28:33 +02:00
tibbi
50897fe6c9 fix #164, removing some glitches related to picking new contact photos 2018-10-27 13:31:56 +02:00
tibbi
458b735eb5 append "(Telegram)" after its contact source to make it clearer 2018-10-26 16:44:27 +02:00
tibbi
ef3a61714a create some constants for apps with special handling 2018-10-26 13:40:00 +02:00
tibbi
8b919078c8 set dirty to false when inserting a new account 2018-10-26 13:31:21 +02:00
tibbi
307c168eee do not allow creating WhatsApp contacts with this app, it doesnt work that way 2018-10-26 13:26:34 +02:00
tibbi
e5d1043962 removing some magic numbers 2018-10-26 12:29:12 +02:00
tibbi
870c325032 removing some redundant code 2018-10-26 12:11:32 +02:00
tibbi
80b8d5b4d1 updating commons to 5.2.10 2018-10-26 12:01:22 +02:00
tibbi
6f7f59290e simplify the way of getting selected item positions 2018-10-16 12:44:35 +02:00
tibbi
182ab2a6f8 update version to 5.0.0 2018-10-15 15:13:46 +02:00
tibbi
8023bef5f6 set the DIRTY flag to true at creating new contacts 2018-10-15 14:57:38 +02:00
tibbi
073e759cac use the Commons helper function for getting selected item positions 2018-10-15 14:36:09 +02:00
tibbi
bdac3fba05 updating Commons to 5.0.21 with adapter changes 2018-10-15 14:19:32 +02:00
kniddl
5aae6c12d4
Corrected inconsistencies 2018-10-15 11:12:56 +02:00
tibbi
cd2c3177af updating gradle to 3.2.1 2018-10-14 23:40:05 +02:00
spkprs
871056454c
Update strings.xml
upd
2018-10-14 00:01:27 +03:00
kniddl
16dcbe3765
Update German translation 2018-10-12 13:53:15 +02:00
Sérgio Marques
77cc0d8a5a
Update strings.xml 2018-10-11 22:45:29 +01:00
Tibor Kaputa
e7fbbcee75
Delete strings.xml 2018-10-11 11:55:27 +02:00
Tibor Kaputa
fe8941370d
Merge branch 'master' into stringlate-fr-8852 2018-10-11 11:55:07 +02:00
unknowtech
a39b7778d4 Updated fr (French) translation
Commit made via Stringlate
2018-10-11 11:50:31 +02:00
Tibor Kaputa
8f8b5da323
Merge pull request #272 from ema-pe/patch-1
Add italian translation
2018-10-07 11:30:37 +02:00
Emanuele Petriglia
4cfa967a64
Add italian translation 2018-10-07 09:05:58 +00:00
fricyo
5b91cdcfce
Update Translation 2018-10-07 16:58:06 +08:00
ScratchBuild
96918f2d9f Update Japanese translation 2018-10-01 14:07:25 +09:00
solokot
058561383e
Update strings.xml 2018-09-30 13:01:15 +03:00
solokot
6f76ddd399
Update strings.xml 2018-09-29 17:09:24 +03:00
solokot
a8abd1bddc
Update strings.xml 2018-09-29 17:07:33 +03:00
tibbi
c0e1ad84db update version to 4.5.0 2018-09-28 20:21:35 +02:00
tibbi
98e527eba8 adding dialpad into release notes 2018-09-28 20:19:53 +02:00
tibbi
c1ba8b0d13 update commons to 4.8.0 2018-09-28 15:13:11 +02:00
tibbi
c17e7ff47e do not allow creating contacts under Signal or Telegram accounts 2018-09-28 14:42:15 +02:00
tibbi
241f57658d make sure the dialpad Call button is properly colored 2018-09-28 12:59:36 +02:00
tibbi
877fe454fa add a Plus sign to 0 at the dialpad 2018-09-28 12:56:00 +02:00
tibbi
27e1366339 adding a helper extension for filtering phone numbers 2018-09-28 12:02:04 +02:00
tibbi
446db13091 allow some other chars except digits at the regex replacing 2018-09-28 11:57:57 +02:00
tibbi
0ebe7bb286 treat long pressing the Zero at dialpad as Plus 2018-09-27 15:18:23 +02:00
tibbi
d024bc7551 add a Call button at the dialpad activity 2018-09-27 15:09:01 +02:00
tibbi
cacbbcedc1 replace the phone icon with a dialpad for getting to the dialpad 2018-09-27 14:49:31 +02:00
tibbi
51b953f816 reduce the padding of dialpad buttons 2018-09-27 14:39:26 +02:00
tibbi
d0ef3368f5 make the dialpad input text the same size as the buttons 2018-09-27 14:28:25 +02:00
tibbi
2f59a84748 avoid some null extras at third party intents 2018-09-27 14:00:55 +02:00
tibbi
26061d8827 change the menu button text at the dialpad 2018-09-27 13:55:00 +02:00
tibbi
7f688d02f0 make the dialpad buttons smaller 2018-09-27 13:51:02 +02:00
tibbi
d35c0af68a add a screen divider line at the dialpad 2018-09-27 13:50:25 +02:00
tibbi
15f09bd52a increase list item heights if phone number is shown 2018-09-27 13:42:07 +02:00
tibbi
02002297c0 fix #250, allow copying phone number to clipboard by long pressing it
Works at the View contact screen only
2018-09-27 12:19:40 +02:00
tibbi
12c5f52092 fix #254, if there is no N and ORG fields at the given contact, only FN, treat it as an organization 2018-09-27 12:16:39 +02:00
tibbi
11349a3112 highlight new phone number at adding it to an existing contact 2018-09-27 10:32:28 +02:00
tibbi
5a9513b75d add haptic feedback to dialpad buttons 2018-09-26 23:45:27 +02:00
tibbi
4b645b70b3 close the contact picker after successfull insert or edit 2018-09-26 23:27:42 +02:00
tibbi
5e5de8b90a fix #166, properly handle intents adding numbers to existing contacts 2018-09-26 23:02:23 +02:00
tibbi
78240eeb2b fill the list of contacts at insert_or_edit 2018-09-26 15:28:47 +02:00
tibbi
a7b79f89ed add a label at the insert_or_edit activity 2018-09-26 14:47:28 +02:00
tibbi
5d8d0dd7b0 implement the "Create new contact" button on the insert_or_Edit screen 2018-09-26 12:13:05 +02:00
tibbi
e429b140e4 update the "Insert Or Edit" activity title 2018-09-26 11:45:25 +02:00
tibbi
d3c9e8605a Merge branch 'master' of github.com:SimpleMobileTools/Simple-Contacts 2018-09-26 10:11:25 +02:00
tibbi
eb914ddfdf create a new activity for handling ACTION_INSERT_OR_EDIT intent 2018-09-26 10:11:13 +02:00
ScratchBuild
6102028435 Update Japanese translation 2018-09-26 12:15:52 +09:00
tibbi
282594c125 adding a button at the dialpad for creating new contact from number 2018-09-25 23:34:43 +02:00
tibbi
57f2ccf2f9 add a helper function for a more advanced check if a contact contains some numbers 2018-09-25 20:04:42 +02:00
tibbi
04ce30cdbd improve the contact number fetching at the dialpad 2018-09-25 14:42:08 +02:00
tibbi
04a7cfc9a5 try showing the searched phone number under contacts 2018-09-25 14:24:29 +02:00
tibbi
3e8a65bda1 highlight contact number from the search query 2018-09-25 14:17:55 +02:00
tibbi
980368addd hide the Select All and Share menu buttons at dialpad 2018-09-25 14:11:43 +02:00
tibbi
8ae60448f4 finish the action mode at changing the input at dialpad 2018-09-25 14:11:29 +02:00
tibbi
dac59dabcf removing a redundant wrapper of the dialpad 2018-09-25 13:34:31 +02:00
tibbi
b0c1f4e30d updating some things related to Android Studio 3.2 2018-09-25 13:25:07 +02:00
tibbi
284a5fb35f try calling contact directly from the dialpad screen, do not trigger edit/view 2018-09-24 15:17:15 +02:00
tibbi
6718fb9a20 show the filtered contacts on a list above dialpad 2018-09-24 15:12:31 +02:00
tibbi
2aadd93fa6 check contact real phone numbers too, not just the cleared ones 2018-09-24 14:15:08 +02:00
tibbi
2beb5eb3a6 filter contacts based on the dialpad input 2018-09-24 14:13:27 +02:00
tibbi
6159e55183 add a text change listener to the dialpad input value 2018-09-24 12:05:50 +02:00
tibbi
47405d8775 avoid showing the soft keyboard at clicking on the dialpad input 2018-09-23 20:41:04 +02:00
tibbi
5e66eee953 hide the dialpad input cursor by default 2018-09-23 20:33:07 +02:00
tibbi
eaa17e9038 dispatch fake key events to dialpad input 2018-09-23 20:13:12 +02:00
tibbi
9b86c694ff implement char clearing at the dialpad 2018-09-23 10:58:51 +02:00
tibbi
96c6e8cd5a add a dialpad input for showing dialed chars 2018-09-23 10:23:23 +02:00
tibbi
9ab4f3ea7f adding some dialpad numbers and symbols 2018-09-22 23:35:34 +02:00
tibbi
872a7f19d4 adding some elevation to the dialpad activity button 2018-09-22 23:26:33 +02:00
tibbi
52a8f6fde4 adding an initial Dialpad activity 2018-09-22 20:52:53 +02:00
tibbi
31fae0b97c adding a main screen button launching the dialer 2018-09-22 20:39:10 +02:00
tibbi
ee51d9cf61 update commons to 4.7.17 2018-09-22 20:21:01 +02:00
Tibor Kaputa
24fdb1c85d
updating the app long description 2018-09-20 14:47:50 +02:00
Tibor Kaputa
d15d61b4fc
deleting a redundant file 2018-09-20 10:27:25 +02:00
unknowtech
f934cfc95c Updated fr (French) translation
Commit made via Stringlate
2018-09-20 00:59:13 +02:00
Tibor Kaputa
80bc88cdef
Merge pull request #251 from dugi991/master
Updated Croatian translations
2018-09-15 16:56:10 +02:00
Tibor Kaputa
9cfba490f1
Merge pull request #252 from trubitsyn/patch-1
Update values-ru/strings.xml
2018-09-15 16:56:05 +02:00
Sérgio Marques
87e1d0d9be
Update strings.xml 2018-09-15 15:16:22 +01:00
Nikola Trubitsyn
0b1c57fb37
Update values-ru/strings.xml 2018-09-15 15:11:09 +03:00
dugi991
fad4c0a5eb
Updated Croatian translations
Translated new strings.
2018-09-15 10:50:37 +00:00
tibbi
37016b53cb minor code cleanup at importing/exporting 2018-09-09 14:59:26 +02:00
Tibor Kaputa
b90405ceea
Merge pull request #247 from Dirkster99/master
Solution to Issue #146
2018-09-09 14:50:56 +02:00
Dirkster99
6c1b1e2d70 Removed ; and adjsuted to property syntax 2018-09-07 17:49:20 +02:00
Dirkster99
a153427646 Minor change
Adjusted coding style and removed GROUP attribute as per comment from here:
https://github.com/SimpleMobileTools/Simple-Contacts/issues/146

previous post, it should look like CATEGORIES:Testgroup,Testgroup1. Regarding the code, check the spacing, newlines, remove comments.
2018-09-04 17:33:43 +02:00
tibbi
6d5bace1ba update version to 4.4.0 2018-09-04 17:29:36 +02:00
tibbi
1e0d8e7787 make sure the local DB has IM field created 2018-09-04 17:29:22 +02:00
tibbi
2f0150d89b adding some new functions in the release notes 2018-09-04 17:25:18 +02:00
tibbi
a228622377 update commons to 4.7.3 2018-09-04 17:25:00 +02:00
tibbi
60bcbcb4a6 add IM exporting/importing 2018-09-04 17:07:01 +02:00
tibbi
36fbc9f0c6 handle IMs at locally stored contacts too 2018-09-04 15:58:12 +02:00
tibbi
7eb2184285 handle IM fields at inserting/updating contacts 2018-09-04 15:36:30 +02:00
tibbi
b4d62f64aa search at user IMs too 2018-09-04 15:32:07 +02:00
tibbi
fbd58b4bb9 properly handle IM fields at the edit screen 2018-09-04 15:26:56 +02:00
tibbi
c416a46214 show user IMs when appropriate 2018-09-04 14:47:23 +02:00
tibbi
5f4476c6af adding some IM related strings 2018-09-04 12:28:42 +02:00
tibbi
d0596df5f3 fill clean phone numbers only if we are going to filter duplicates 2018-09-04 10:23:27 +02:00
tibbi
26c4da4f69 remove special chars from phone numbers at creating, not just at sorting 2018-09-04 10:09:59 +02:00
tibbi
461ffdfd0e make sure we show all contacts if duplicate filtering is disabled 2018-09-04 09:38:49 +02:00
tibbi
de387a938d fix #218, improve duplicate contact filtering, show the one with more info 2018-09-03 23:41:16 +02:00
tibbi
03b739f01e fix #236, specify Telephony as not required in manifest 2018-09-03 20:33:42 +02:00
Dirkster99
b3d99e99e0 Adding group import and export capability
https://github.com/SimpleMobileTools/Simple-Contacts/issues/146
2018-09-03 16:32:53 +02:00
tibbi
bf386f557b fix importing fax type phone numbers 2018-09-03 14:06:35 +02:00
tibbi
349f3a1fc3 fix importing contacts with custom field types 2018-09-03 13:24:26 +02:00
tibbi
375cb14e97 properly export custom type values 2018-09-03 12:12:47 +02:00
tibbi
00d5fbc6be fix some crashes related to missing Label fields at upgrading from older versions 2018-09-03 11:44:17 +02:00
tibbi
5bd429709b allow inserting and saving custom labels 2018-09-02 23:27:30 +02:00
tibbi
297b7b3be8 show proper custom address types too 2018-09-02 21:38:10 +02:00
tibbi
a96949ffb5 show custom email labels as appropriate 2018-09-02 21:19:17 +02:00
tibbi
ccd995dc44 display custom phone number type label when appropriate 2018-09-02 21:12:39 +02:00
tibbi
f74cc8cd31 retrieve Custom type labels at phone number, email, address 2018-09-02 12:39:07 +02:00
tibbi
5a0ebde4d3 fix #244, PartialDate months start at 1 2018-09-02 10:48:24 +02:00
tibbi
353462e684 fix #241, make sure we show the call confirmation on number click 2018-09-01 23:44:01 +02:00
tibbi
63d3702af3 removing LeakCanary 2018-09-01 23:34:04 +02:00
tibbi
e4eb7385dd update commons to 4.7.1 2018-09-01 23:32:18 +02:00
Tibor Kaputa
6123b1c9eb
Merge pull request #239 from solokot/master
Update Russian localization
2018-08-24 22:59:45 +02:00
tibbi
522eb9635d update version to 4.3.0 2018-08-24 22:56:07 +02:00
tibbi
5e028ac238 update commons to 4.7.0 2018-08-24 22:56:01 +02:00
solokot
74239edd78
Update strings.xml 2018-08-24 23:45:27 +03:00
tibbi
1f3f407412 Merge branch 'master' of github.com:SimpleMobileTools/Simple-Contacts 2018-08-24 13:02:16 +02:00
tibbi
713fd88a13 adding some ezvcard proguard rules 2018-08-24 13:02:02 +02:00
Tibor Kaputa
fdc833248f
Merge pull request #238 from spkprs/master
Update strings.xml
2018-08-24 12:34:16 +02:00
spkprs
a9d4359446
Update strings.xml
Title app
2018-08-24 13:21:04 +03:00
tibbi
c0720e3e73 rewriting contact exporting/importing, rely on vcard at parsing 2018-08-23 23:23:45 +02:00
tibbi
389d6e9266 ignore empty contact addresses 2018-08-23 22:27:26 +02:00
tibbi
57263cce15 avoid ActivityNotFoundException at opening the contact editor 2018-08-21 11:12:24 +02:00
tibbi
6f9668d520 update target sdk to 28 2018-08-21 11:11:57 +02:00
en2sv
f65678790a
Update Swedish translation 2018-08-19 20:06:52 +02:00
Tibor Kaputa
7f2b9b2265
Merge pull request #227 from michaelof/patch-1
Update strings.xml
2018-08-15 20:38:31 +02:00
spkprs
4a77eefad7
Update strings.xml 2018-08-15 18:56:17 +03:00
michaelof
8a691144b8
Update strings.xml
(Missing) German translations added
2018-08-15 16:51:09 +02:00
spkprs
ad98c6e80e
Update strings.xml 2018-08-15 00:00:32 +03:00
tibbi
b680d538eb update version to 4.2.2 2018-08-13 13:02:17 +02:00
tibbi
3b26a1ec92 adding the Nickname field in the release notes 2018-08-13 13:00:46 +02:00
tibbi
441a2ac3b1 handle exporting and importing contact nicknames 2018-08-13 12:26:52 +02:00
tibbi
e0a38be028 fix #195, properly update notes and organization fields 2018-08-12 22:22:34 +02:00
tibbi
1b28f626aa fix nickname adding and editing at contacts 2018-08-12 22:13:28 +02:00
tibbi
0335bdf10d show the contact nickname at the View screen if available 2018-08-12 21:08:09 +02:00
Tibor Kaputa
49a4ffe9b5
Merge pull request #225 from smarquespt/patch-1
Update strings.xml
2018-08-12 20:53:41 +02:00
tibbi
87069862f8 add a nickname field to contacts 2018-08-12 20:52:46 +02:00
Sérgio Marques
465259d298
Update strings.xml 2018-08-12 19:40:26 +01:00
tibbi
041dc19856 add nickname to the visible fields customizing dialog 2018-08-12 20:27:15 +02:00
tibbi
85976af2b8 adding a Nickname string 2018-08-12 20:22:48 +02:00
tibbi
0bcbf9bb94 fix #132, fix searching with UTF8 chars 2018-08-12 20:18:05 +02:00
tibbi
9ab6f9d7df properly update view visibility after closing search 2018-08-12 19:26:55 +02:00
tibbi
fd775bf050 make string normalizing a string extension 2018-08-12 19:24:30 +02:00
tibbi
6bf77d73bd fix #131, properly sort all UTF8 names 2018-08-11 22:03:26 +02:00
tibbi
32dd6aac80 properly refresh Contacts and Favorites fragments at delete via Search 2018-08-11 21:30:15 +02:00
tibbi
67d0b02280 properly handle importing organizations spanning across multiple lines 2018-08-11 21:16:42 +02:00
tibbi
7acfde6bb0 parse quoted printable properly at importing contacts 2018-08-11 18:42:16 +02:00
tibbi
991e4d1e75 make sure we trim the colon from url at importing contacts 2018-08-11 18:16:40 +02:00
tibbi
197670b486 fix #222, delay checking of the visible menu items a bit 2018-08-11 09:52:13 +02:00
tibbi
670386f532 update commons to 4.6.5 2018-08-11 09:39:25 +02:00
fricyo
26ad457318
Update Translation 2018-08-07 22:32:22 +08:00
Gozzwip
385ab4b519
typo fixes and more translations 2018-08-06 18:54:50 +04:00
tibbi
5f4306705b update version to 4.2.1 2018-08-05 15:41:26 +02:00
tibbi
4f16dc5c42 make sure the top tab icons are colored properly 2018-08-05 15:39:03 +02:00
tibbi
9158f5226f make sure the Call Confirmation button has a proper color 2018-08-05 15:36:02 +02:00
tibbi
30819f0b5b fixing some crashes 2018-08-05 15:34:32 +02:00
tibbi
4568263de1 update version to 4.2.0 2018-08-04 23:44:28 +02:00
tibbi
56646660c9 updating the way permissions are handled 2018-08-04 23:42:30 +02:00
tibbi
e2807bf85b fixing a constant value 2018-08-04 23:26:47 +02:00
tibbi
930d6cb149 adding some of the new features in Whats New 2018-08-04 23:21:54 +02:00
tibbi
8b29f9c10f allow editing contacts without permissions if our app triggers the editor 2018-08-04 23:16:05 +02:00
tibbi
40777553fe add a placeholder button for requesting permissions for displaying Recent Calls 2018-08-04 23:11:19 +02:00
tibbi
9e4330dfa4 removing some magic numbers 2018-08-04 23:04:40 +02:00
tibbi
acc69d4dcb use helper functions for checking some permissions 2018-08-04 23:03:34 +02:00
tibbi
210aadf2d2 hide Search at the Recents tab 2018-08-04 22:41:53 +02:00
tibbi
82e6738cd7 open the Edit screen at pressing an unknown Recents item 2018-08-04 22:29:45 +02:00
tibbi
57b64e63a1 perform the selected action if a known contact gets clicked at Recents 2018-08-04 22:24:46 +02:00
tibbi
c1e6feb82a determine if a known Contact has been clicked at Recents 2018-08-04 21:44:36 +02:00
tibbi
6044dab0c9 lets just restart the activity at Shown Tabs change to avoid glitches 2018-08-04 21:26:55 +02:00
tibbi
8be0b1ab9a make sure we always return the proper current fragment 2018-08-04 20:55:39 +02:00
tibbi
fadfcb139a trigger activityResume only at live fragments 2018-08-04 20:44:05 +02:00
tibbi
7640d16ef8 add the Recents fragment to the list of all fragments 2018-08-04 20:11:23 +02:00
tibbi
3257dc7c79 adding some performance improvements at initial app loading 2018-08-04 19:42:33 +02:00
tibbi
dc23bac57f show the appropriate bubble text at fastscrolling Recents 2018-08-04 18:27:12 +02:00
tibbi
46580c3620 implement Recent Call removing 2018-08-04 18:24:26 +02:00
tibbi
4743fcd730 implementing a Select All menu button at Recents 2018-08-04 17:43:35 +02:00
tibbi
a192c1b028 ignore the Type field at recent calls 2018-08-04 16:08:27 +02:00
tibbi
74c7acab84 avoid showing the same number Recent Call twice in a row 2018-08-04 16:07:14 +02:00
tibbi
3f0c87572f adjust the Recent Calls items, show phone number only when appropriate 2018-08-04 16:02:17 +02:00
tibbi
2a987a640e tweak the DateTime field at recent calls 2018-08-04 09:50:01 +02:00
tibbi
29c59f498a show phone number and date at Recents too 2018-08-03 23:48:14 +02:00
tibbi
71f3e8cb0c list the last 100 calls at the Recent calls list 2018-08-03 16:36:17 +02:00
tibbi
79e8234d43 adding the function fetching recent calls 2018-08-03 15:59:24 +02:00
tibbi
a83886a5bd creating a Recents tab 2018-08-03 13:52:44 +02:00
tibbi
19d7ed33b3 adding a new string for Recent Calls tab 2018-08-03 13:11:08 +02:00
tibbi
828c3337cc adding the call confirmation dialog 2018-08-03 11:58:53 +02:00
ScratchBuild
46e81d6268 Add Japanese translation 2018-08-03 17:39:22 +09:00
tibbi
096b3888c2 adding a settings toggle for call confirmation dialog 2018-08-02 23:42:52 +02:00
tibbi
39b0171bc2 adding a string for call confirmation dialog 2018-08-02 23:37:20 +02:00
tibbi
23d6e54718 fix the sorting of organization contacts 2018-08-02 22:02:10 +02:00
tibbi
73ff7f440e recheck visible option items at creating the fragments 2018-08-02 16:39:35 +02:00
tibbi
473dcc946d trim colons at importing company fields 2018-08-02 16:28:08 +02:00
tibbi
7e10bbce6d show company contacts if they have at least company or title filled 2018-08-02 16:17:49 +02:00
tibbi
7b577aa082 do not spend time fetching data for hidden fragments 2018-08-02 15:16:24 +02:00
tibbi
d8a26a87a6 hide the viewpager tabs if only one is visible 2018-08-02 14:38:30 +02:00
tibbi
e1d21a9ed4 alwas recreate the viewpager tabs to avoid glitching 2018-08-02 13:43:59 +02:00
tibbi
399ae4c0b6 show/hide contact tabs as appropriate 2018-08-02 12:05:21 +02:00
tibbi
6f9265a8f4 show all tabs, if the user selects none of them 2018-07-30 21:11:42 +02:00
tibbi
dbf3b09b26 add a settings item for managing visible tabs 2018-07-30 20:58:02 +02:00
tibbi
2e3b63cb48 add some strings related to customizing tab visibility 2018-07-30 20:32:29 +02:00
tibbi
692f964479 fix #207, avoid trying to delete device contacts without having the permission 2018-07-30 20:24:21 +02:00
tibbi
d79c65b334 update commons to 4.5.12 2018-07-30 19:52:50 +02:00
tibbi
1e38cd8037 catch and show exceptions thrown at saving contacts 2018-07-30 19:13:39 +02:00
Gozzwip
f12d240e49
adding translations 2018-07-20 19:56:48 +05:00
tibbi
04df9ef079 ignore NICKNAME tag at importing contacts for now 2018-07-17 20:35:37 +02:00
tibbi
e584a38f41 update version to 4.1.0 2018-07-17 00:13:30 +02:00
tibbi
920cb6d882 shorten some contact name comparison code 2018-07-17 00:09:39 +02:00
tibbi
c081fd18bf fix #200, close search at changing tab 2018-07-16 23:48:42 +02:00
tibbi
4083bdcbb1 show a Purchase Simple Thank You button in the settings 2018-07-16 23:08:41 +02:00
tibbi
03dbf5a882 adding an orange splash activity declaration 2018-07-16 23:07:32 +02:00
tibbi
c229211dcb update commons to 4.4.26 2018-07-16 23:02:03 +02:00
tibbi
eb8c667bc2 improve address parsing at importing in some cases 2018-07-16 22:55:47 +02:00
tibbi
19119b51c9 fix some glitches at importing contacts from vcf, if Charset is mentioned 2018-07-16 21:54:07 +02:00
en2sv
ed35a97e02
Update Swedish translation 2018-07-08 20:18:13 +02:00