Commit graph

466 commits

Author SHA1 Message Date
tibbi
dbad01e1fc ignore the default and Favorites group 2018-03-16 23:47:57 +01:00
tibbi
0b2f6e8f04 list contact groups at the View screen 2018-03-16 23:24:52 +01:00
tibbi
20a333071e add a Groups field to contacts 2018-03-16 22:56:13 +01:00
tibbi
32e7eadbb3 add some helper functions for querying device and contact groups 2018-03-16 20:40:57 +01:00
tibbi
93edf90d51 adding a tab for Groups 2018-03-16 20:23:15 +01:00
tibbi
50904b2dff adding Group icons 2018-03-16 15:21:22 +01:00
tibbi
4bd4513ad9 fix #82, allow pressing phone number, email, address on the View screen 2018-03-16 13:33:03 +01:00
tibbi
1165550ef4 fix #81, improve contact handling by lookup key 2018-03-16 13:11:47 +01:00
tibbi
54396d4bd3 update commons to 3.16.10 2018-03-16 10:05:17 +01:00
tibbi
e2d555e300 make the fragments nullable in main activity 2018-03-16 10:03:12 +01:00
tibbi
1dd37336f7 add an extra check to avoid saving null contact 2018-03-16 09:58:53 +01:00
tibbi
aa8186af56 properly closing a string tag 2018-03-08 12:52:13 +01:00
Tibor Kaputa
79dbf383fc
Merge pull request #88 from fricyo/patch-1
Creat Chinese(TW) Translation
2018-03-08 09:23:09 +01:00
fricyo
148541775d
Creat Chinese(TW) Translation 2018-03-08 16:12:11 +08:00
Tibor Kaputa
68245143f3
Merge pull request #86 from smarquespt/patch-1
Update strings.xml
2018-03-04 23:55:08 +01:00
Sérgio Marques
fbbee420cd
Update strings.xml 2018-03-04 22:40:26 +00:00
tibbi
b8c087bd3f updating changelog 2018-03-04 10:07:54 +01:00
tibbi
6802faaa40 update version to 3.3.3 2018-03-04 10:07:49 +01:00
tibbi
1bd9355d92 search at Notes and addresses too 2018-03-04 10:07:02 +01:00
tibbi
9ebb72b1b2 always fetch all contact info to make sure Search works well 2018-03-04 10:06:40 +01:00
tibbi
004cf57385 updating changelog 2018-03-04 09:08:52 +01:00
tibbi
ad3e72ecac update version to 3.3.2 2018-03-04 09:08:46 +01:00
tibbi
5f8c13ff9a update commons to 3.14.12 2018-03-04 09:06:38 +01:00
tibbi
3105093272 adding a couple crashfixes 2018-03-03 12:59:16 +01:00
tibbi
e85dd634e6 updating changelog 2018-03-02 12:13:25 +01:00
tibbi
38a8df9dc3 update version to 3.3.1 2018-03-02 12:13:14 +01:00
tibbi
9cb647ca12 make sure we have the database created in time at launch 2018-03-02 12:10:06 +01:00
tibbi
fd055152df updating commons and kotlin 2018-03-02 12:09:52 +01:00
tibbi
f37d7a0d10 catch and display exceptions thrown at querying contact sources 2018-03-02 12:08:11 +01:00
tibbi
aef045f160 simplify AddFavoritesDialog confirmation 2018-03-01 16:41:48 +01:00
tibbi
3cddd70a5b update commons to 3.14.1 2018-02-28 22:49:39 +01:00
tibbi
c33906a874 making some views nullable 2018-02-26 17:17:04 +01:00
tibbi
ff3de208b9 updating changelog 2018-02-22 21:09:12 +01:00
tibbi
88bcaf8c0c update version to 3.3.0 2018-02-22 21:09:06 +01:00
tibbi
ec0dbd23e1 add Address and Notes in release notes 2018-02-22 21:08:14 +01:00
tibbi
3d7f14039b update commons to 3.12.20 2018-02-22 21:06:00 +01:00
tibbi
2011464acf add Filter and Sort menu items to the Select contact screen 2018-02-22 20:54:01 +01:00
tibbi
2c31cf5bc9 fix #78, properly return email at Get email intent 2018-02-22 20:33:24 +01:00
tibbi
6cc148b816 make sure shared contacts have all appropriate fields filled 2018-02-22 18:37:15 +01:00
tibbi
aea1ef464f adjust getNotes() so it gets all contact notes if needed 2018-02-22 18:22:53 +01:00
tibbi
eec5e3aa95 fix setting selectionArgs at a specific contact 2018-02-22 18:18:49 +01:00
tibbi
740dfb090e add contact events when adding optional fields is active 2018-02-22 18:06:16 +01:00
tibbi
7f11945af4 make fetching some fields optional, used only at exporting 2018-02-22 16:23:04 +01:00
tibbi
f81700c120 Revert "avoid unnecessarily fetching all contact emails and addresses for the main screen"
This reverts commit 8edab98cb3.
2018-02-22 16:14:33 +01:00
tibbi
2fa449d60e add notes exporting 2018-02-22 16:14:14 +01:00
tibbi
926ba81bcd add importing note from vcf file 2018-02-22 16:04:31 +01:00
tibbi
c2b92f46f6 add Notes field at our local database too 2018-02-22 15:25:36 +01:00
tibbi
85c998b9a8 handle note inserting and updating 2018-02-22 15:14:19 +01:00
tibbi
ac99c14c96 show the contact notes at the View screen 2018-02-22 14:15:39 +01:00
tibbi
8edab98cb3 avoid unnecessarily fetching all contact emails and addresses for the main screen 2018-02-22 14:01:54 +01:00