Commit graph

1904 commits

Author SHA1 Message Date
Stefan Niedermann
948f5fcf06 Fix #1014 - 🔌 Handle offline state when adding accounts 2021-04-27 17:46:14 +02:00
Stefan Niedermann
94a9628427 Use Executor in repository to submit asynchronous tasks 2021-04-26 10:47:11 +02:00
Stefan Niedermann
8208a3019b Fix Javadoc 2021-04-26 10:47:11 +02:00
Stefan Niedermann
9bcd67c280 Minor database optimization 2021-04-26 10:47:11 +02:00
Stefan Niedermann
4833d440b3 #1170 Remove unnecessary code 2021-04-26 10:47:11 +02:00
Stefan Niedermann
bf836f98e2 #1170 Fix unit tests 2021-04-26 10:47:11 +02:00
Stefan Niedermann
d40f5dfa76 #1170 Migrate NotesServerSyncHelper to NotesRepository 2021-04-26 10:47:11 +02:00
Nextcloud bot
f95d91c272 [tx-robot] updated from transifex 2021-04-26 10:29:19 +02:00
Stefan Niedermann
858292235c - Fix #1175 l10n: Text string for account deletion and synchronization 2021-04-25 14:16:13 +02:00
Stefan Niedermann
71010248cd - #1014 Handle offline state when adding accounts (First time import) 2021-04-25 14:13:06 +02:00
Stefan Niedermann
ac114f21c6 - Allow dashes in note titles (#1104) 2021-04-25 13:33:10 +02:00
Stefan Niedermann
d3fbb89a9e Fix #989 -️️ Display confirm dialog when deleting an account with unsynchronized changes 2021-04-24 12:39:04 +02:00
Stefan Niedermann
38909fde26 Improve handling of account deletions 2021-04-24 12:13:27 +02:00
Stefan Niedermann
c9b4e1982b - ⚙️ Migrate from SQLiteOpenHelper to Room database (#831) 2021-04-23 12:07:49 +02:00
Nextcloud bot
a521936c34 [tx-robot] updated from transifex 2021-04-23 12:05:55 +02:00
dependabot-preview[bot]
1f0d00939e Bump room-compiler from 2.2.6 to 2.3.0
Bumps room-compiler from 2.2.6 to 2.3.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-23 07:48:30 +02:00
dependabot-preview[bot]
af3f0180a7 Bump room-runtime from 2.2.6 to 2.3.0
Bumps room-runtime from 2.2.6 to 2.3.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-23 07:40:03 +02:00
Stefan Niedermann
c6eed04bfd Merge branch 'master' into 831-room 2021-04-22 10:12:19 +02:00
dependabot-preview[bot]
a87114305c Bump fragment from 1.3.2 to 1.3.3
Bumps fragment from 1.3.2 to 1.3.3.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-22 07:45:20 +02:00
Stefan Niedermann
546f95a9db #831 Also update modified date (next to etag) before pulling remote changes 2021-04-21 18:23:17 +02:00
Stefan Niedermann
94315a1e6d #831 Fix SingleNoteWidget 2021-04-20 10:54:56 +02:00
Stefan Niedermann
af879111d7 #831 Remove foreign key constraint from NoteListWidgetData to CategoryOptions 2021-04-20 10:52:33 +02:00
Stefan Niedermann
9a1dbaeae3 #831 Fix hidden soft keyboard when creating a new note 2021-04-20 09:55:40 +02:00
Stefan Niedermann
fa03e56883 #831 Better handling of error states while synchronizing capabilities and notes by using callbacks instead of LiveData (which is not really error aware) 2021-04-20 09:47:53 +02:00
Stefan Niedermann
e8e350e99c Merge branch 'master' into 831-room
# Conflicts:
#	app/build.gradle
2021-04-20 08:32:39 +02:00
Stefan Niedermann
20b4163ea0 #831 Fix pruneBefore 2021-04-12 13:13:53 +02:00
Stefan Niedermann
f4f64fb5bb #831 Delete empty CloudNote.java file 2021-04-12 12:21:29 +02:00
Stefan Niedermann
b35a4a227a #831 Show not synced indicator again 2021-04-12 12:20:56 +02:00
Stefan Niedermann
93521f9f18 #831 Use IF EXISTS before dropping indices 2021-04-11 18:44:24 +02:00
Konrad Pozniak
1cb9573c8d remove multidex 2021-04-09 21:40:48 +02:00
Stefan Niedermann
1d2a18a116 Simplify addNote and add some unit tests 2021-04-09 12:52:41 +02:00
Stefan Niedermann
3f72a4a91e Ensure we have the up to date eTag 2021-04-09 09:55:22 +02:00
Stefan Niedermann
46514034af Fix #1122 Disable code minification 2021-04-09 08:49:06 +02:00
Stefan Niedermann
941e5439a0 Merge branch 'master' into 831-room
# Conflicts:
#	app/build.gradle
2021-04-08 23:30:03 +02:00
Stefan Niedermann
8997e9759f version bump to 3.3.0 2021-04-08 22:54:05 +02:00
Stefan Niedermann
78db5493db Fix #1119 Enable code minification 2021-04-08 22:53:12 +02:00
Konrad Pozniak
b9a91ca4ff convert large pngs to webp 2021-04-08 22:04:24 +02:00
Nextcloud bot
ea4c5b8aed [tx-robot] updated from transifex 2021-04-08 21:57:27 +02:00
Stefan Niedermann
e9fc505ae0 Get rid of deprecated AsyncTask 2021-04-08 21:49:21 +02:00
Stefan Niedermann
4f8a9b4297 Close test db explicitly and use older java syntax for initialization 2021-04-08 20:27:11 +02:00
Stefan Niedermann
a0476d5402 Remove old androidTestImplementations 2021-04-08 20:14:31 +02:00
Stefan Niedermann
25c6c44297 Use robolectric instead of instrumented tests 2021-04-08 20:13:08 +02:00
Stefan Niedermann
8a798ce664 Add some JavaDoc 2021-04-08 20:13:08 +02:00
Stefan Niedermann
6ff469d455 Fix typo 2021-04-08 16:31:47 +02:00
Stefan Niedermann
38bb26e356 Refactor getIdMap 2021-04-08 16:31:20 +02:00
Stefan Niedermann
ff2bc1f288 Fix bulk sharing from list view 2021-04-08 13:00:04 +02:00
Stefan Niedermann
096b1ae7bc Minor code optimizations 2021-04-08 12:38:13 +02:00
Stefan Niedermann
4655285303 Reactive a few tests 2021-04-08 11:43:03 +02:00
dependabot-preview[bot]
e7ec28fe3c Bump recyclerview from 1.1.0 to 1.2.0
Bumps recyclerview from 1.1.0 to 1.2.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-08 08:18:11 +02:00
Stefan Niedermann
a4b8f8beb2 Fix missing category badge 2021-04-07 11:26:26 +02:00