Loic Blot
6f26634744
Update gradle version
2016-10-22 17:27:20 +02:00
Loic Blot
a4f016f069
set logging to info not debug
2016-10-07 09:08:43 +02:00
Loic Blot
d598602cba
set default minimumCharsForSync to zero atm to restore app sync function
2016-10-07 08:43:23 +02:00
Loic Blot
4f509d5419
Gradle update + visibility fix on SmsFetcher
2016-09-23 00:09:43 +02:00
Loic Blot
c934f0deeb
Sync now: add a toast to give feedback about nothing to sync
...
SmsSyncAdapter: make android studio happy
Drop .observers.SmsObserverService which is unused
2016-08-29 00:31:44 +02:00
Loic Blot
08b54f8aa0
Fix null cursor on lastmessage and prevent a double cursor close in same func
2016-08-29 00:16:17 +02:00
Loic Blot
00000e84c6
Add some useful logging to permit better troubleshoot, and various fixes
...
* Properly close cursors for database
* Implement filtering for sender number size
* Remove systemd strings for chinese translation
2016-08-29 00:07:52 +02:00
Loic Blot
0e71ca5fa1
Cleanup a little bit SmsDataProvider
2016-08-28 22:31:03 +02:00
Loic Blot
58ef25883c
Prepare new preference to manage minimum length senders to allow for sync
2016-08-28 14:19:05 +02:00
Loic Blot
2acfb6655d
Refactor a little bit LoginActitivy error handlers
2016-08-27 21:01:00 +02:00
Loic Blot
678fe0b720
Properly handle 404 NOT FOUND at account creation
2016-08-27 20:41:25 +02:00
Loic Blot
6203b8b989
Change a little bit account menu to show actions to do on an account & do some code cleanups
2016-07-21 23:34:27 +02:00
Loic Blot
c5519c1dd0
Add another new future call and update build tools
2016-05-12 23:34:48 +02:00
Loic Blot
8da282db98
drop useless createGetSmsIdListWithStateRequest call & api v2 things
...
* rename OC_GET_PHONELIST to OC_V2_GET_PHONELIST
* declare OC_V2_GET_MESSAGES
* declare OC_V2_GET_MESSAGES_PHONE
2016-05-12 23:13:20 +02:00
Loic Blot
eb7786de0b
Fix some project warnings
2016-04-30 01:20:42 +02:00
Loic Blot
b3be3130b3
Forget files for Android 6.0
...
Fixes #102
2016-04-09 18:12:29 +02:00
Loic Blot
6759409188
0.21.2: Android 6.0 permissions fixes
2016-04-08 08:55:18 +02:00
Loic Blot
d7e1ec729f
Crashfix -> 0.21.1
2016-04-06 09:13:03 +02:00
Loic Blot
7cf4bc8920
Release 0.21.0
2016-04-04 23:32:41 +02:00
Loic Blot
ea27e85d94
Fix mandatory constructor
2016-03-18 11:44:49 +01:00
Loic Blot
1cced8b2e4
Re-import nrzAndroidLib, this lib will be deprecated
2016-03-18 11:39:50 +01:00
Loic Blot
42e12a2081
Code cleanup & perf improvements by using members instead of object return
2016-03-18 11:13:43 +01:00
Loic Blot
dd34248aa5
Indent fix
2016-03-10 10:55:37 +01:00
Loic Blot
533c7ae3c0
Background sync: cancel notifications at the right moment
2016-03-10 10:53:31 +01:00
Loic Blot
c01df1b64a
Drop unused SmsSlowSyncService
2016-03-10 10:53:31 +01:00
Loic Blot
d11e149814
Don't vibrate or sound on our notifications
2016-03-07 21:38:25 +01:00
Loic Blot
c49a098961
Rewrite application navigation to a better user experience
2016-03-07 21:25:36 +01:00
Loic Blot
c8f37561cf
Drop our notification manage & use native Android Studio providen and better class
2016-03-05 19:03:17 +01:00
Loic Blot
af2f8d86e0
Redesign app with material design
2016-02-06 10:44:37 +01:00
Loic Blot
bee1163c44
Implement some material design
2016-01-31 01:46:44 +01:00
Loic Blot
b98758cff3
Add a more stylized button for creating account
2016-01-31 01:05:25 +01:00
Loic Blot
7e87253d5f
Add build.gradle, as requested by #82
2016-01-18 07:04:45 +01:00
Ner'zhul
651cde0441
Crashfix
...
This fixes issue #73
existingMessages could be null because _existingInboxMessages and other variables could be null when no messages are found in the upcoming JSON file.
2015-12-01 15:13:54 +01:00
Loic Blot
c132837aac
Improve restore activity a little, not perfect but better
2015-11-23 23:28:17 +01:00
Loic Blot
3895b8cf0b
Remote account interface improvements
2015-11-23 21:55:29 +01:00
Loic Blot
22f0790f2e
Coding style + removal some class copy
2015-11-17 21:04:02 +01:00
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