Commit graph

1305 commits

Author SHA1 Message Date
tibbi
63d6226fdb shortening the spanish long description 2022-09-23 15:25:11 +02:00
Agnieszka C
115de7e014 Removed redundant toast on copying to clipboard 2022-09-22 09:37:41 +02:00
Naveen
3f9a378e7e Export formatted name in vcf 2022-08-31 23:26:59 +05:30
Naveen
293522d4b1 Use sendEmailIntent from commons 2022-08-30 22:56:34 +05:30
tibbi
82e9c277f0 do not show the Use English setting item on Android 13+ 2022-08-29 11:57:31 +02:00
tibbi
92a2bab40a show a language picker in the app settings on Android 13+ 2022-08-18 22:08:22 +02:00
tibbi
a07200efd7 updating kotlin, commons, gradle 2022-08-14 11:21:35 +02:00
tibbi
aa0647ada6 fixing some glitches 2022-08-05 14:35:47 +02:00
tibbi
384918ed84 redesigning some remaining screens 2022-07-23 10:06:44 +02:00
tibbi
d62355bc24 updating commons with some styling fixes 2022-07-22 23:43:18 +02:00
tibbi
56d3a59ff0 updating commons with some styling 2022-07-22 20:27:49 +02:00
tibbi
6d2487f3ab adding some more style updates 2022-07-21 23:23:40 +02:00
tibbi
1f6ae902ee adding a couple more dialog updates 2022-07-21 12:31:39 +02:00
tibbi
d42fe722ee updating commons with some design improvements 2022-07-21 12:02:18 +02:00
tibbi
9b4c0a3308 adding some null checks at menu items 2022-07-03 18:51:44 +02:00
tibbi
456a90dcbb do not close search on just any viewpager move 2022-07-03 18:48:05 +02:00
tibbi
ba0fbbd43a renaming the social icons to not overwrite the Commons ones 2022-07-03 18:36:43 +02:00
tibbi
5e844fe8f0 do not invoke SMS or Email sending intent if no contacts are in the group 2022-06-30 16:49:07 +02:00
tibbi
9cd7c47ace show a placeholder at contact picker, if not contacts exist 2022-06-30 16:47:49 +02:00
tibbi
a40d72ac05 scale bottom tab text size flexibly 2022-06-27 10:04:17 +02:00
tibbi
597316f27b hide FAB at the InsertOrEdit activity 2022-06-26 09:26:26 +02:00
tibbi
e82481be8e moving tabs at the bottom at Insert Or Edit activity too 2022-06-26 09:23:38 +02:00
tibbi
8dc1fda8ba moving main screen tabs at the bottom 2022-06-26 09:05:54 +02:00
tibbi
b4e420c443 properly handle migrating to no longer minified PhoneNumber 2022-06-25 23:04:51 +02:00
tibbi
82643fdafb updating commons 2022-06-24 23:34:58 +02:00
tibbi
7d0a12f2e3 catch exceptions thrown at getting contacts 2022-06-12 22:12:23 +02:00
tibbi
d2266063b7 hide keyboard on a couple more places 2022-06-12 11:37:28 +02:00
Pavel Poley
cb995a62b9 remove lazy, blink correction 2022-05-30 12:19:59 +03:00
Pavel Poley
82f01f8551 Add the default number indicator at the View Details too 2022-05-27 12:14:51 +03:00
Tibor Kaputa
d83c14dab9
Merge pull request #823 from JamesL813/master
Change display mode to add a comma when displaying surname first: "Lastname, Firstname"
2022-05-21 23:01:43 +02:00
Tibor Kaputa
02e9040cdc
minor code style update 2022-05-21 22:24:18 +02:00
Pavel Poley
6566fadf85 default number 2022-05-18 13:48:38 +03:00
JamesL813
4c4b69b80f More lines for readability 2022-05-17 19:17:04 -04:00
JamesL813
8a6a51db04 Separated line with brackets for readability 2022-05-17 16:08:53 -04:00
JamesL813
fcbbd7bd15 Now works with only surname or only firstname 2022-05-16 22:07:01 -04:00
JamesL813
bbf2c45c09 Added a comme when displaying surname first: "Lastname, Firstname" 2022-05-16 21:53:29 -04:00
JamesL813
6f83def862 Added a comme when displaying surname first: "Lastname, Firstname" 2022-05-16 21:52:48 -04:00
JamesL813
4e292ae130 initial commit 2022-05-16 21:48:41 -04:00
Tibor Kaputa
7d02e2c81c
Merge pull request #817 from pavelpoley/task/contact-count
Show contact count at contact sources
2022-05-13 10:15:17 +02:00
Pavel Poley
dcac05922a hide the value only if we have no data yet 2022-05-12 11:37:37 +03:00
Pavel Poley
bdb9fd47b8 space correction 2022-05-11 21:03:32 +03:00
Pavel Poley
7f382311ea replace (0) with not showing anything 2022-05-11 14:27:14 +03:00
Pavel Poley
97662dcb75 remove divider when custom sorting is selected 2022-05-11 12:14:20 +03:00
Pavel Poley
9dc953def9 format code 2022-05-11 12:04:26 +03:00
Pavel Poley
5b75c5f26b allow reordering favorites by drag and drop 2022-05-06 22:19:17 +03:00
Pavel Poley
145d781ecb allow reordering favorites by drag and drop 2022-05-06 16:51:43 +03:00
Pavel Poley
716c527e0f allow reordering favorites by drag and drop 2022-05-06 15:57:20 +03:00
Pavel Poley
f5a760eb79 allow reordering favorites by drag and drop 2022-05-06 15:45:41 +03:00
Pavel Poley
b8113575cb allow reordering favorites by drag and drop 2022-05-06 12:13:04 +03:00
Pavel Poley
ec90f2d41f add the contact count dynamically 2022-05-06 11:32:55 +03:00
Pavel Poley
f807961768 allow reordering favorites by drag and drop 2022-05-05 18:03:58 +03:00
Pavel Poley
3ceb83b355 fetch data after dialog is shown 2022-05-05 13:57:15 +03:00
Pavel Poley
e5423218eb refactor ContactSourceModel 2022-05-05 12:49:12 +03:00
Pavel Poley
307ce40e19 allow reordering favorites by drag and drop 2022-05-05 12:03:45 +03:00
Pavel Poley
bae7af1474 show contact count at contact sources 2022-05-04 15:32:15 +03:00
Pavel Poley
53c443868a fix #760 changed/added contact photo has always low resolution 2022-04-28 12:56:04 +03:00
tibbi
f0c4a0ac0f catch file related exceptions 2022-04-10 23:11:21 +02:00
tibbi
fc837af84f avoid showing both Phone and Phone Storage as available options 2022-04-10 22:54:14 +02:00
tibbi
adcd33566c use proper colors at the date picker dialog 2022-04-10 22:26:38 +02:00
tibbi
192c330ae2 always use white status bar icons at Edit and View screens 2022-04-10 22:03:37 +02:00
tibbi
4dcd1e901d updating commons and target SDK to 31 2022-04-10 21:40:19 +02:00
tibbi
ef10ce088f fix #582, allow disabling duplicate contact merging 2022-03-24 10:40:13 +01:00
tibbi
faf6a8597a fix a glitch with casual Phone Storage not being visible 2022-03-24 10:31:18 +01:00
tibbi
442adad92b adding some contentdescriptions 2022-03-13 22:13:52 +01:00
tibbi
95da76ca47 adding a prepaid build variant 2022-03-02 20:09:08 +01:00
tibbi
0e691d36b5 always use white Toggle favorite icon color 2022-02-07 23:27:54 +01:00
tibbi
93501af1a3 use proper text color at Create new contact button 2022-02-07 23:24:55 +01:00
tibbi
a570d1d4e8 merge SelectContact and InsertOrEditContact activities 2022-02-07 23:20:50 +01:00
tibbi
27ec11cbe6 reuse fragment_letters_layout at SelectContactActivity too 2022-02-07 22:14:25 +01:00
tibbi
f135d347bf fix a glitch with Save/Discard dialog appearing, when it shouldnt 2022-02-07 21:57:47 +01:00
tibbi
0caedc0cfb adding some contentdescriptions and long press explanations 2022-02-07 17:00:58 +01:00
tibbi
f00c333e87 fix #630, ask for CALL_PHONE permission at initiating WhatsApp calls 2022-02-07 16:19:29 +01:00
tibbi
bf0c11016f hide the keyboard in some cases manually 2022-02-07 13:35:09 +01:00
tibbi
9f0e736ec3 fix #769, import whole address from .vcf files 2022-02-07 12:25:48 +01:00
tibbi
bfa04601f4 moving some strings and a helper function to Simple Commons 2022-02-06 11:23:44 +01:00
tibbi
02d744f753 use the PhoneNumber model of Simple Commons, no real change 2022-02-06 10:59:08 +01:00
tibbi
21fdc744cd allow managing visible contact fields at the Edit screen too 2022-02-05 12:02:47 +01:00
tibbi
1907003b75 allow managing visible contact fields directly from View Contact screen 2022-02-05 11:59:37 +01:00
tibbi
5c4935f4f7 add a callback to ManageVisibleFields telling if something changed 2022-02-05 11:43:40 +01:00
tibbi
4b18b684f5 updating commons 2022-02-05 11:37:16 +01:00
Agnieszka C
9437f279a5 Fixed opening private contacts not working in Simple Dialer 2022-01-23 18:04:50 +01:00
tibbi
1991aed75b fix #327, use VCard version 4 at exporting 2022-01-03 20:59:49 +01:00
tibbi
a87fb2e5ca fix #764, fetch nicknames on the main screen too to make it searchable 2022-01-03 20:24:59 +01:00
tibbi
42b84ea85b show the contacts nickname on View screen too 2022-01-03 19:52:06 +01:00
Agnieszka C
7cecdae75c Deleted unused import 2021-12-27 12:19:53 +01:00
Agnieszka C
5a124d31eb Fixed problems with ringtone selection (#756) 2021-12-27 12:06:42 +01:00
tibbi
1eea84afa7 recognize ringtone change at save/discard dialog too 2021-12-12 18:59:41 +01:00
tibbi
3448b7d9eb improving the handling of None ringtone 2021-12-12 18:41:52 +01:00
Agnieszka C
c4c990f8bb Added new string to all places 2021-12-11 17:54:47 +01:00
Agnieszka C
19e964d3a2 Fixed accessing phone contacts 2021-12-07 18:15:19 +01:00
Tibor Kaputa
2afdd0282e
Merge pull request #740 from Aga-C/fix-sorting
Fixed refreshing after sorting
2021-12-07 14:16:10 +01:00
Tibor Kaputa
f581bdd79e
Merge pull request #744 from Aga-C/fix-empty-tabs
Fixed empty tabs
2021-12-07 14:16:05 +01:00
Tibor Kaputa
057b3e7a99
Merge pull request #739 from Aga-C/fix-show-default-tab
Fixed showing default tab
2021-12-07 14:15:54 +01:00
tibbi
e40a531920 updating commons 2021-12-07 12:27:33 +01:00
Agnieszka C
6c68564cce Fixed empty tabs 2021-11-29 23:31:11 +01:00
Agnieszka C
6b7ea004d4 Fixed showing default tab 2021-11-23 16:11:17 +01:00
Agnieszka C
910729b08d Fixed refreshing after sorting 2021-11-23 15:47:11 +01:00
tibbi
8e8a5d331e ignore the photos only at comparing private contacts 2021-11-19 20:02:49 +01:00
tibbi
1ec064ef87 show a Save/Discard prompt at leaving with unsaved changes 2021-11-19 19:32:56 +01:00
tibbi
77e07d405e lets ignore photos at comparing if a contact details changed, to avoid redraws 2021-11-19 18:56:49 +01:00
tibbi
f2372d7829 fix #595, #737, #349, properly handle importing contact photos from .vcf 2021-11-19 18:08:51 +01:00
Agnieszka C
dd849e22af Merge branch 'master' into prevent-adding-empty-contact 2021-11-18 09:52:30 +01:00
Tibor Kaputa
15e07d3c03
simplifying some checks + adding surname 2021-11-18 09:22:23 +01:00
Tibor Kaputa
166bd991a2
Merge pull request #723 from Aga-C/fix-group-count
Fixed group count while changing name (#589)
2021-11-18 09:14:02 +01:00
tibbi
5036876fab add content descriptions to dynamically created tabs 2021-11-17 20:22:53 +01:00
tibbi
06e55b6218 use our own icons for messaging apps, we cannot scan the system anymore 2021-11-17 19:43:03 +01:00
tibbi
3e23f9d8ec redesigning the app settings 2021-11-17 17:38:07 +01:00
tibbi
b6e3b482de hide the proper views if no content is found 2021-11-17 11:10:52 +01:00
tibbi
fceeca441a use the new fastscroller at groups 2021-11-17 11:06:55 +01:00
tibbi
e436073156 use the letter fastscroller at SelectContact activity and dialog 2021-11-17 10:47:21 +01:00
tibbi
390084a719 updating commons, gradle, kotlin, icons 2021-11-17 10:03:35 +01:00
tibbi
8707684013 use layout animations only if they arent disabled by the system 2021-11-17 09:54:44 +01:00
Agnieszka C
17c928129e Simplified code 2021-10-24 17:51:23 +02:00
Agnieszka C
bbadfa1f2e Prevented adding empty contact (#728) 2021-10-24 12:32:23 +02:00
Agnieszka C
4a02c4e47e Fixed group count while changing name (#589) 2021-10-14 18:56:03 +02:00
Andrii Chubko
21028250a5 Export partial dates to vCard 3.0 with year 1900
At the same time, adjust import to be both 3.0 and 4.0 compatible.
2021-08-29 16:07:42 +03:00
tibbi
ba8b9c143f adding 2 more crashfixes 2021-08-27 19:40:42 +02:00
tibbi
251df880ff handle exceptions thrown at using social media action buttons 2021-08-27 19:36:04 +02:00
tibbi
16b81e6254 updating commons and gradle 2021-08-27 19:35:42 +02:00
Andrii Chubko
89ee77575c Fix contacts not refreshing when search bar is open
Before, if you opened search bar and went on to add a contact, the new contact wasn't shown.

With this change, contacts will be refreshed and previous search query will be reapplied.
2021-08-17 16:57:43 +03:00
Tibor Kaputa
76c6871ca8
Merge pull request #705 from qwertyfinger/qwertyfinger/fix/remove-accent-letters-from-scrollbar
Don't show letters with diacritics in the scrollbar
2021-08-17 15:18:21 +02:00
Andrii Chubko
c45ccd09b0 Don't show letters with diacritics in the scrollbar 2021-08-17 16:14:09 +03:00
Tibor Kaputa
2805a6aa1b
Merge pull request #704 from qwertyfinger/qwertyfinger/feature/view-full-contact-image
Add back ability to view full contact picture
2021-08-17 15:04:40 +02:00
Tibor Kaputa
31b3e49031
compacting Contacts model comparing a bit 2021-08-17 14:57:09 +02:00
Andrii Chubko
638f9d61f7 Add back ability to view full contact picture
Revert "hiding the fake top big image"
This reverts commit a996a40f
2021-08-17 13:52:26 +01:00
Andrii Chubko
2bafac3ca9 Allow sorting contacts by date created 2021-08-17 13:10:51 +01:00
Tibor Kaputa
b07edf7d2c
Merge pull request #689 from may-kumar/master
Add option to set ringtone for Groups
2021-08-16 12:07:53 +02:00
tibbi
23b5a1d0eb moving call confirmation fully to Commons 2021-07-25 17:30:42 +02:00
tibbi
4300eceb94 moving the Call Confirmation dialog into Commons 2021-07-25 17:00:26 +02:00
Mayank Kumar
0ecdaebb0d
Remove unnecessary comments 2021-06-18 18:48:19 +05:30
Mayank Kumar
3b0390d21e
Remove unrequired comments 2021-06-18 17:27:20 +05:30
Mayank Kumar
c8db298cd0 Add ringtone selector for group 2021-06-18 04:16:29 +05:30
tibbi
6c4398ce03 moving some strings into Commons 2021-05-23 14:55:30 +02:00
tibbi
0be6e3b77a fix #667, show the age after birthdays and years at anniversaries too 2021-05-18 16:13:15 +02:00
tibbi
188014ceb8 adding a crashfix at viewing contact details 2021-05-18 15:45:04 +02:00
tibbi
8970b1f746 removing location_dialpad, it isnt available anymore 2021-05-18 11:27:16 +02:00
tibbi
f359e41ed3 allow creating contact shortcuts 2021-05-18 11:25:58 +02:00
tibbi
c459cda972 improving some intent handling for Android 11+ 2021-04-04 09:15:50 +02:00
tibbi
b5ed7944f0 properly handle launching the dialpad intent on Android 11 2021-04-03 23:05:36 +02:00
tibbi
7220062283 catch and show exceptions thrown at changing contact photo 2021-04-03 22:49:47 +02:00
tibbi
52f7846867 allow selecting phoneNumberless private contacts too 2021-04-03 22:14:36 +02:00
tibbi
64c67c16ca set target SDK to 30, updating kotlin, commons, gradle 2021-04-03 21:47:27 +02:00
tibbi
8511cfd25a use the contacts name at sharing, if we share only one 2021-03-04 23:17:25 +01:00
tibbi
68082ab9ed properly handle fetching the current ringtone uri 2021-03-04 21:02:03 +01:00
tibbi
49ec8965af use the new ringtone picker from the Edit screen too 2021-03-04 19:35:53 +01:00
tibbi
6de5aaeb94 rely on the system ringtone picker, just fall back to ours 2021-03-04 19:18:45 +01:00
tibbi
b38e00c5b8 avoid unnecessary contact screen redrawing 2021-03-04 19:15:45 +01:00
tibbi
1b871331a2 adding animations to recyclerviews 2021-03-02 19:52:56 +01:00
tibbi
53c08d31f9 properly handle the letter fastscroller on smaller devices 2021-02-15 12:53:43 +01:00
tibbi
73962e0957 highlight the currently selected letter at letter fastscrollers 2021-02-14 23:10:38 +01:00