1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-24 00:06:22 +00:00

117 Commits

Author SHA1 Message Date
Loic Blot
ac239f1f71 Use foreach loops to improve a little bit performance.
This also permit to fix a bug on periodic sync fetches
2015-11-17 20:33:44 +01:00
Loic Blot
c30e7173ae Drop the newly integer preferences, it doesn't work very well with the interface 2015-11-04 00:50:12 +01:00
Loic Blot
eed1c9ec45 Implement bulk limit finally.
One bug is remaining, the setting is not properly selected
2015-11-04 00:48:08 +01:00
Loic Blot
64b580bcd3 Fix an OS crash on negative synctime 2015-11-04 00:47:22 +01:00
Loic Blot
c72a897f81 Refactor and fix a problem when changing preferences.
Prepare a new setting to send bulk messages with a message limit
2015-11-04 00:32:12 +01:00
Loic Blot
9d61d6c732 Refactor code with Java best practices, helped by AS 2015-11-03 23:00:31 +01:00
Loic Blot
2576ca7468 Little refactoring 2015-11-03 22:33:04 +01:00
Loic Blot
40a40f800d Improve french translation + contact view 2015-08-30 16:38:47 +02:00
Loic Blot
1a6feec7ee Use spinner instead of big listview when selecting contacts 2015-08-30 13:44:00 +02:00
Loic Blot
8e96526e3c Fix a crash when refresh is running and scrolling 2015-08-30 10:59:09 +02:00
Loic Blot
cc14488a88 Abort sync process earlier when no account is available 2015-08-30 10:28:57 +02:00
Loic Blot
f7dcb8e51c Read phone contact list to retrieve contacts from phone numbers
* ContactListAdapter: Fix a potential crash when list is empty
2015-08-30 10:05:56 +02:00
Loic Blot
b937c4ebdd Refresh directly, don't wait 2015-08-09 23:50:29 +02:00
Loic Blot
c733997aaa Refresh layout for phone list is now okay 2015-08-09 23:40:52 +02:00
Loic Blot
d0bd844c48 Add basic refresh layout to phone list, need handling 2015-08-09 23:34:10 +02:00
Loic Blot
fd7abccb42 Handle API call errors when getting phone numbers 2015-08-09 23:14:07 +02:00
Loic Blot
597044cdc8 Big commit: Android Studio + Re-enable ContactList view and make it working to prepare SMS restauration 2015-08-09 19:57:23 +02:00