1
0
mirror of https://github.com/etesync/android synced 2024-11-15 20:38:58 +00:00
Commit Graph

1091 Commits

Author SHA1 Message Date
Edward
6224e6e4c6 Add 30 minute interval to translation strings 2021-07-02 10:35:57 -04:00
Edward
4091660549 Add option to sync every 30 minutes
Add option to sync "Every 30 minutes" to Sync interval menu in AccountSettingsActivity view
2021-07-02 00:24:19 -04:00
Edward
8d58f0313f
Update strings.xml 2021-07-01 13:01:26 -04:00
Tom Hacohen
6d5136fbbb Import: fix crashes for some users when activities disappear. 2021-01-11 12:48:30 +02:00
Tom Hacohen
4e472e5ff3 Sync: don't override item UID if already set.
This fixes an issue with tasks.org tasks getting mangled.
Fixes #161 and potentially fixes #159.
2020-12-15 12:44:28 +02:00
Tom Hacohen
0c29eebb86 Fix "Potential vendor bugs" dialog constantly showing.
Fixes #165.
2020-12-13 20:31:17 +02:00
Tom Hacohen
5c0befeb06 Manifest: support resizable activities. 2020-12-01 17:39:24 +02:00
Tom Hacohen
79675261d2 Fix build following changes. 2020-12-01 17:39:24 +02:00
Eric
9aeb1022f5 Translated using Weblate (Chinese (Simplified))
Currently translated at 29.1% (100 of 343 strings)

Translation: EteSync/Android
Translate-URL: https://hosted.weblate.org/projects/etesync/android/zh_Hans/
2020-11-29 16:54:47 +02:00
Eric
32b6ff36d6 Translated using Weblate (Chinese (Simplified))
Currently translated at 29.1% (100 of 343 strings)

Translation: EteSync/Android
Translate-URL: https://hosted.weblate.org/projects/etesync/android/zh_Hans/
2020-11-29 16:54:47 +02:00
Allan Nordhøy
ff684e223d Translated using Weblate (Norwegian Bokmål)
Currently translated at 97.0% (333 of 343 strings)

Translation: EteSync/Android
Translate-URL: https://hosted.weblate.org/projects/etesync/android/nb_NO/
2020-11-29 16:54:47 +02:00
Habib Rohman
6a06ea4c29 Translated using Weblate (Indonesian)
Currently translated at 7.2% (25 of 343 strings)

Translation: EteSync/Android
Translate-URL: https://hosted.weblate.org/projects/etesync/android/id/
2020-11-29 16:54:47 +02:00
Habib R
aa6a1ac10c Added translation using Weblate (Indonesian) 2020-11-29 16:54:47 +02:00
Tom Hacohen
fe376b22d6 Edit collection fragment: fix crash. 2020-11-08 17:52:00 +02:00
Tom Hacohen
4b6ce9ac5d Sync errors: better handle Unauthorized and PermissionDenied errors.
We now open the account settings instead of the debug activity.
2020-11-08 17:52:00 +02:00
Tom Hacohen
9fd370ff6e Fix potential crash in migration script. 2020-11-08 17:52:00 +02:00
Tom Hacohen
dfc1e78543 Import: fix error reporting to not be silent. 2020-11-08 17:52:00 +02:00
Tom Hacohen
4485fdbb08 Fix crashes. 2020-11-08 17:52:00 +02:00
Oğuz Ersen
f382115128 Translated using Weblate (Turkish)
Currently translated at 100.0% (343 of 343 strings)

Translation: EteSync/Android
Translate-URL: https://hosted.weblate.org/projects/etesync/android/tr/
2020-11-08 17:51:39 +02:00
David Szedely
9cbbd07321 Translated using Weblate (Slovak)
Currently translated at 6.4% (22 of 343 strings)

Translation: EteSync/Android
Translate-URL: https://hosted.weblate.org/projects/etesync/android/sk/
2020-11-05 15:06:58 +02:00
Yoan Tournade
d9170874cf Translated using Weblate (French)
Currently translated at 45.4% (156 of 343 strings)

Translation: EteSync/Android
Translate-URL: https://hosted.weblate.org/projects/etesync/android/fr/
2020-11-05 15:06:58 +02:00
David Szedely
8034d1d3d7 Added translation using Weblate (Slovak) 2020-11-05 15:06:58 +02:00
Oğuz Ersen
53c18b526d Translated using Weblate (Turkish)
Currently translated at 100.0% (343 of 343 strings)

Translation: EteSync/Android
Translate-URL: https://hosted.weblate.org/projects/etesync/android/tr/
2020-11-05 15:06:58 +02:00
Allan Nordhøy
448bc6e6ec Translated using Weblate (Norwegian Bokmål)
Currently translated at 97.3% (334 of 343 strings)

Translation: EteSync/Android
Translate-URL: https://hosted.weblate.org/projects/etesync/android/nb_NO/
2020-11-05 15:06:58 +02:00
Christoph Müller
2c48ba34c4 Fix German spelling on login screen 2020-11-03 20:46:20 +02:00
Tom Hacohen
8a9161301e ViewCollection: fix crash when clicking options while still loading. 2020-11-03 14:47:23 +02:00
Tom Hacohen
eb09c3a0e0 Account Loader: use view models instead of AsyncTask.
Should fix rare crashes some users were experiencing.
2020-11-02 17:01:50 +02:00
Tom Hacohen
c953a273e5 Fix rare crash when syncing EteSync 1.0 accounts. 2020-11-02 09:32:32 +02:00
Tom Hacohen
06c511eb67 Event invitations: only send invitations for events we created locally. 2020-11-02 09:13:24 +02:00
Tom Hacohen
e3dc70bc11 Fix crashes with fragments that don't have a default constructor. 2020-11-01 16:49:49 +02:00
Tom Hacohen
cea216e6f7 DetectConfigurationFragment: use async task instead of loader.
It's cleaner, but it should also hopefully fix issues with some Android
devices killing the worker thread.
2020-10-30 12:52:58 +02:00
Tom Hacohen
c97e7902a0 Email invitation: fix french translation (was crashing).
The issue was that it had a space after the % so it was missing
a qualifier.
2020-10-28 15:08:48 +02:00
Tom Hacohen
586ad902c6 Crash reporting: including username when possible. 2020-10-27 09:37:34 +02:00
Tom Hacohen
8006ad1196 DebugInfo: include the crash exception if available. 2020-10-27 09:08:26 +02:00
Tom Hacohen
e6c172e60b Debug info: fix sending of crash information (visual feedback). 2020-10-27 09:06:09 +02:00
Tom Hacohen
db993e81eb Import: have a user facing error instead of a crash. 2020-10-27 08:53:18 +02:00
Tom Hacohen
b5aafc11c5 EditCollection: only show error if we are still attached to context. 2020-10-27 08:49:41 +02:00
Tom Hacohen
841a1f0fd9 LoginCredentials: fix crash with fragment.
All Fragment classes you create must have a public, no-arg constructor.
2020-10-27 08:43:44 +02:00
Tom Hacohen
5cd8ea82ff Change log view: be more defensive about malformed dates for events. 2020-10-27 08:26:49 +02:00
Tom Hacohen
f7e0e30b65 Crash reporting: change to the ACRA http reporter instead of email.
This solves all of the issues with ProtonMail and Tutanota, and is better
anyway.
2020-10-25 15:32:32 +02:00
Tom Hacohen
9376e60276 Invitations: trigger a sync when accepting invitations. 2020-10-22 09:44:44 +03:00
Oğuz Ersen
1bedb331e7 Translated using Weblate (Turkish)
Currently translated at 100.0% (344 of 344 strings)

Translation: EteSync/Android
Translate-URL: https://hosted.weblate.org/projects/etesync/android/tr/
2020-10-21 21:26:23 +03:00
Oğuz Ersen
54c39a464b Translated using Weblate (Turkish)
Currently translated at 100.0% (343 of 343 strings)

Translation: EteSync/Android
Translate-URL: https://hosted.weblate.org/projects/etesync/android/tr/
2020-10-21 21:26:23 +03:00
Tom Hacohen
3a96e16af3 Migration: fix crash after the end of migration. 2020-10-20 13:25:07 +03:00
Tom Hacohen
f7314a5cca Migration: improve the end-of-migration message. 2020-10-20 13:21:49 +03:00
Tom Hacohen
4ee571a4c9 Migration: remove unused parameter and use correct fragment manager. 2020-10-20 13:21:09 +03:00
Tom Hacohen
05b41c7f7d Migration: add a tool for migrating to EteSync v2. 2020-10-19 16:14:06 +03:00
Tom Hacohen
2277888aee Rename the etebase_fragment_activity layout. 2020-10-19 10:53:01 +03:00
Tom Hacohen
17e7085aa4 Fix crash when deleting an item before it was ever uploaded. 2020-10-18 10:51:47 +03:00
Tom Hacohen
fd94ea51f5 Signup page: add a notice about the pricing. 2020-10-16 18:58:20 +03:00