1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-10-28 17:07:55 +00:00

47 Commits

Author SHA1 Message Date
Dmitriy Bogdanov
7d677a9fe2
Fix notifications not being shown on modern Androids (#221)
* Add notification channels support

* Update Travis CI config
2025-01-23 18:47:17 +01:00
rakekniven
f8b9665963
l10n: Triple dot to ellipsis (#224)
Reported at Transifex.

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
2020-09-03 13:26:46 +02:00
Loïc Blot
d92ed7d4b1
Make gp_translation_version non translatable 2019-04-17 09:51:42 +02:00
rakekniven
15aa29910d Update google_playstore_strings.xml (#204)
Changed project names.

Reported at Transifex
2019-04-10 11:20:57 +02:00
Loïc Blot
bccfbae82c
Mark pref_lastmsgdate as non translatable
Fix #202
2019-03-18 11:28:09 +01:00
Loïc Blot
77ab787db7 Add privacy policy inside application and repository
This should permit to prevent Google play removal due to this missing information.
2019-01-16 16:56:53 +01:00
Loic Blot
d12bd8b835
Add a new connection error type & fix periodic sync 2017-12-06 21:11:42 +01:00
Loic Blot
580d4c1588
Enhance connection error messages
Handle each exception in OCHttpClient::execute separately to help diagnose
2017-12-01 22:45:58 +01:00
Loic Blot
587099dba7
Fullsync: add a complete sync message when sync is done instead of telling nothing to sync 2017-09-12 08:10:58 +02:00
Loic Blot
0eb1af2da8
BindObjectPref now takes resId and resolve setting directly 2017-06-07 00:00:43 +02:00
Loic Blot
1d45d0a318
Add an option to disable sync notification
Fix #150
2017-06-06 23:50:20 +02:00
Loic Blot
15e16237f1
Release 1.0.0
Application is stable, reliable and new design has been done by a great contributors.
2017-03-23 20:52:47 +01:00
Loic Blot
afa0fc2fac
Add a feature to reinitialize synchronization cursor 2017-03-23 20:43:32 +01:00
Andy Scherzinger
f83eebe4dd Drawer, Toolbar and minor UI optimizations (#145)
* initial add of toolbar and hamburger menu to main activity
* toolbar added to preferences and accounts screens
* fixed original string (name)
* Layout fix for content
* initial add of toolbar and hamburger menu to main activity
* remove unnecessary padding bottom
* fix styling and paint login activity in blue
* toolbar added to preferences and accounts screens
* Layout fix for content
* remove unnecessary padding bottom
* fix styling and paint login activity in blue
* fixes after rebase
* consolidate style since minVersion=16, make drawer to be behind the systembar
* optimize drawer header
* add back navigation to login activity, fix spinner background
* add back navigation
* more launcher icon to mipmap folders
* fix identation
* fix license header
* revert code style deletion, change identation
* proper notification icon
* proper resolution for login logo
* fix large notification icon
* removed unused Eclair switch since support is v16+
* only use small notification icon
* spaces->tabs
* fix toolbar style for Android 4.x
2017-03-23 20:16:31 +01:00
Loïc Blot
6c90218d69 Translation fixes (#144)
* Make some translations at not translatable
* Remove them from all translation files

This fixes #143
2017-02-13 10:49:52 +01:00
Andy Scherzinger
32475e72e6 set new drawer menu icons and also ship them (#133) 2017-01-23 22:36:11 +01:00
Ner'zhul
14a3cb1a3b Typo fix 2016-12-21 20:56:29 +01:00
Niedermann IT-Dienstleistungen
c3232dca60 Move to Nextcloud (#118)
* Move to Nextcloud (#116)

- Changed colors to Nextcloud Theme

* Move to Nextcloud (#116)

- Adjusted strings and some translations

* Move to Nextcloud (#116)

- Adjust icon color
2016-12-21 20:55:17 +01:00
Loic Blot
1bb93a5068 Verify connection when restoring messages 2016-12-08 22:14:29 +01:00
Loic Blot
9bb0a7d2f2 Add a label for progression, show it to user and fix sms restauration.
This is almost finished but needs some polish
2016-12-08 21:15:58 +01:00
Loic Blot
b13e98e2dc Feedback when restore is finished 2016-12-08 00:58:27 +01:00
Loic Blot
09ab64044d Now require Android 4.1 or greater. Also better feed back on restore messages for Android 4.3 or lesser versions 2016-12-08 00:33:41 +01:00
Loic Blot
e06377d64b Permit to restore messages, but it's not finished yet
Remaining problems:
* date is not properly retrieved on the phone
* no feedback when connectivity errors
* no feedback when processing
* no feedback when finishing
2016-12-08 00:23:16 +01:00
Loic Blot
80a91635dd RestoreMessagesActivity: find account to load
+ some fixes
2016-12-06 23:17:46 +01:00
Loic Blot
b0d6c830e3 Add minimum sync chars configuration 2016-10-22 17:28:57 +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
929c4d2f76 Notify that the feature is not already implement for restore_messages & prepare bump version (not ready yet) 2016-09-07 23:56:54 +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
Aaron LI
ba672a2ab9 Add zh-rCN translation (#104)
* Add zh-rCN translation

* Fix minor typos in strings.xml

* Update zh-rCN translations against latest master.

* Minor adjustments to zh-rCN translations.
2016-08-28 08:48:50 +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
6759409188 0.21.2: Android 6.0 permissions fixes 2016-04-08 08:55:18 +02:00
Loic Blot
eebe9c5917 little french translation 2016-03-07 21:27:03 +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
f3e7258f9a Google playstore android version fix 2016-03-05 18:21:44 +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
7e87253d5f Add build.gradle, as requested by #82 2016-01-18 07:04:45 +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
facdd5032f Release & translation fixes 2015-11-05 00:28:59 +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
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
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