Commit Graph

91 Commits

Author SHA1 Message Date
c081fd18bf fix #200, close search at changing tab 2018-07-16 23:48:42 +02:00
170d7438f8 fixing a couple crashes 2018-06-19 14:51:19 +02:00
dccba111bd properly handle upgrading from old version to 4.x 2018-05-09 18:44:58 +02:00
2a6af180eb update commons to 3.21.2 2018-05-01 15:16:58 +02:00
28dd320b9e adding a toggle for optional duplicate contact filtering, enabled by default 2018-04-30 20:13:22 +02:00
5cb9f886b6 fix #112, change the way device accounts are fetched 2018-04-29 19:22:39 +02:00
de864f362c fix exporting contacts on sd cards 2018-04-13 15:01:29 +02:00
049c3a5361 updating release notes 2018-04-08 18:37:58 +02:00
f25e953cd4 avoid fetching contacts multiple times at once 2018-04-08 12:24:06 +02:00
9089edf04c avoid seeing duplicate import dialog at third party file opening 2018-04-08 12:12:30 +02:00
4b6a27db06 add some strings related to managing visible fields 2018-04-06 23:51:59 +02:00
bd83bd5643 more improvements related to using the app without the Contacts permission 2018-04-06 20:58:22 +02:00
e05f48b425 fix #110, allow launching the app without granting Contacts permission 2018-04-06 18:51:21 +02:00
9527def540 update commons to 3.18.9 2018-04-06 17:54:43 +02:00
de5b0f6825 hide Search, Sort and Filter menu buttons on Groups tab 2018-03-21 22:44:45 +01:00
244955e333 properly update Groups tab whenever necessary 2018-03-20 19:10:03 +01:00
d2daf6efdb make GroupsFragment inherit from MyViewPagerFragment too 2018-03-20 17:30:13 +01:00
e33fe588c2 add a couple more functions in FragmentInterface 2018-03-19 19:22:59 +01:00
796cb13c9c populate Groups tab with the contact groups 2018-03-19 16:44:03 +01:00
707f3ee4a0 handle counting group members 2018-03-19 15:30:57 +01:00
6abbd15328 move refreshContacts a bit up 2018-03-19 11:54:47 +01:00
53b0632edd fetch contacts at app startup only once 2018-03-19 11:53:20 +01:00
f74376e8ac create an interface for all fragments 2018-03-19 10:11:58 +01:00
93edf90d51 adding a tab for Groups 2018-03-16 20:23:15 +01:00
54396d4bd3 update commons to 3.16.10 2018-03-16 10:05:17 +01:00
e2d555e300 make the fragments nullable in main activity 2018-03-16 10:03:12 +01:00
9ebb72b1b2 always fetch all contact info to make sure Search works well 2018-03-04 10:06:40 +01:00
3105093272 adding a couple crashfixes 2018-03-03 12:59:16 +01:00
9cb647ca12 make sure we have the database created in time at launch 2018-03-02 12:10:06 +01:00
3cddd70a5b update commons to 3.14.1 2018-02-28 22:49:39 +01:00
c33906a874 making some views nullable 2018-02-26 17:17:04 +01:00
ec0dbd23e1 add Address and Notes in release notes 2018-02-22 21:08:14 +01:00
7f11945af4 make fetching some fields optional, used only at exporting 2018-02-22 16:23:04 +01:00
08726093ec change isFirstResume only if we have the required permissions 2018-02-21 16:36:00 +01:00
42eb8e4609 update commons to 3.12.15 2018-02-21 16:05:23 +01:00
d655aaff13 add the local private database in release notes 2018-02-11 23:49:43 +01:00
6c39757cec show local contacts in the lists 2018-02-11 20:28:45 +01:00
a631a53db6 create a table for storing local contacts 2018-02-11 18:38:30 +01:00
3bb7860bb7 store the local account name too 2018-02-02 11:53:01 +01:00
f0a2f585b8 use a new model ContactSource 2018-02-02 11:30:11 +01:00
6f82aadcb9 store the local account type in shared prefs 2018-02-01 23:54:36 +01:00
e57bb9531b Replace deprecated MenuItemCompat.collapseActionView 2018-01-30 14:13:12 +03:00
04823c8fa4 Replace deprecated setOnPageChangeListener 2018-01-30 14:11:51 +03:00
7bf74e9e70 properly refresh contacts when thumbnail visibility changes 2018-01-29 16:44:36 +01:00
0a86ce2856 Add an option to show/hide contact thumbnails 2018-01-27 23:58:49 +03:00
d2d5f306e2 adding some null checks 2018-01-23 21:16:58 +01:00
d17ec1ff4f handle importing contacts via opening vcf file intent 2018-01-15 23:19:16 +01:00
bd13b59e36 redraw the contacts list after changing the filters 2018-01-15 20:54:37 +01:00
ca463d056b creating the structure of contact exporting 2018-01-15 16:18:19 +01:00
04b345e0ac create the Export Contacts dialog 2018-01-15 16:01:24 +01:00