Commit graph

1115 commits

Author SHA1 Message Date
Valdnet
d5f4780dab Correction of the description
Word correction "hesitate".
2020-04-15 12:40:51 +02:00
Stefan Niedermann
25d9b35a10 #768 Support API v1.0
Try to find highest supported API version and fallback to API version 0.2
2020-04-15 12:06:26 +02:00
Stefan Niedermann
e1c0774d3b Merge branch 'master' into support-multiple-api-levels 2020-04-15 11:15:54 +02:00
Stefan Niedermann
468ff07394 Fix #790 Change the message description 2020-04-15 11:08:00 +02:00
Stefan Niedermann
8bf6b65598 #768 Support API v1.0 and #762 Theming 2020-04-15 11:07:21 +02:00
Stefan Niedermann
7c7f1b27a7 #786 Support API v1.0 2020-04-15 00:07:01 +02:00
Stefan Niedermann
fcacdef1e6 Upgrade database and add entries for API_VERSION and brand 2020-04-14 22:29:33 +02:00
Stefan Niedermann
924fdfb00b Added some final modifiers 2020-04-14 21:47:29 +02:00
Stefan Niedermann
675936a513 Remove testing exception 2020-04-14 21:45:32 +02:00
Stefan Niedermann
70e75ae343 Refactor margins 2020-04-14 21:44:37 +02:00
Stefan Niedermann
02f9a7aa2e Use RecyclerView for tips 2020-04-14 21:44:37 +02:00
Stefan Niedermann
00ee9375c3 Display hints and tips on sync errors 2020-04-14 21:44:37 +02:00
Stefan Niedermann
2a121479d0 Add TokenMismatchException to catchable exceptions on sync 2020-04-14 17:57:27 +02:00
Stefan Niedermann
915b950c68 Increase minSdk to match the Nextcloud Android app which is a requirement for using this app 2020-04-14 17:47:26 +02:00
Stefan Niedermann
45a7ede73b version bump to v2.11.8 2020-04-08 10:30:25 +02:00
Stefan Niedermann
8448b8c501 #768 ArrayIndexOutOfBoundsException when clicking on Settings 2020-04-08 10:29:29 +02:00
Stefan Niedermann
730cb8273f Merge remote-tracking branch 'origin/master' 2020-04-08 10:14:42 +02:00
Stefan Niedermann
affe0aa94a Enhance ExceptionUtil 2020-04-08 10:14:30 +02:00
Nextcloud bot
1c2aaf9de6 [tx-robot] updated from transifex 2020-04-07 21:46:19 +02:00
Stefan Niedermann
e89063bf50 version bump to v2.11.7 2020-04-03 10:15:05 +02:00
Nextcloud bot
a4d07aee31 [tx-robot] updated from transifex 2020-04-03 10:12:48 +02:00
Stefan Niedermann
fb6a0fd830 #776 App crash when selected - add logging 2020-04-02 10:02:37 +02:00
Stefan Niedermann
15208b5288 #776 App crash when selected - remove obsolete catch block 2020-04-02 09:57:22 +02:00
Stefan Niedermann
3940595ee1 Merge remote-tracking branch 'origin/master' 2020-04-02 09:56:27 +02:00
Stefan Niedermann
68db0d438e Fix #776 App crash when selected 2020-04-02 09:56:05 +02:00
dependabot-preview[bot]
580e418e2a Bump fragment from 1.2.3 to 1.2.4
Bumps fragment from 1.2.3 to 1.2.4.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-02 09:28:15 +02:00
Nextcloud bot
019bd1c1ba [tx-robot] updated from transifex 2020-04-01 19:39:33 +02:00
Stefan Niedermann
e973295eaf #776 App crash when selected 2020-04-01 19:38:43 +02:00
Stefan Niedermann
e11d80c45d Add some tools-previews 2020-03-27 12:41:17 +01:00
Stefan Niedermann
f884d96e6e Added flavor builds to .gitignore 2020-03-27 10:20:05 +01:00
Stefan Niedermann
9017105f27 version bump to 2.11.6 2020-03-27 09:54:20 +01:00
Niedermann IT-Dienstleistungen
be3afd87bd
Merge branch 'master' into transifex 2020-03-27 09:49:10 +01:00
Stefan Niedermann
afa6355448 Add translations for preference arrays 2020-03-27 09:47:05 +01:00
Nextcloud bot
a9e053737b
[tx-robot] updated from transifex 2020-03-27 03:38:44 +00:00
Stefan Niedermann
8eb03921c9 Fix highlight when wrapping around search occurrences 2020-03-26 14:16:59 +01:00
Stefan Niedermann
18d30b99cc version bump to 2.11.5 2020-03-26 13:52:12 +01:00
Stefan Niedermann
d2d33d8508 Enhance global note search highlight 2020-03-26 13:10:20 +01:00
Stefan Niedermann
9a95143f4e Enhance in-note search highlight 2020-03-26 11:21:49 +01:00
Stefan Niedermann
23c7263b09 Merge remote-tracking branch 'origin/master' 2020-03-26 09:02:37 +01:00
Stefan Niedermann
9e71a820ef Fix #722 IndexOutOfBoundsException in note containing external images 2020-03-26 09:02:14 +01:00
Nextcloud bot
ac3e758c4b [tx-robot] updated from transifex 2020-03-25 14:18:35 +01:00
Stefan Niedermann
07071fbb2d version bump to v2.11.4 2020-03-25 14:01:23 +01:00
dependabot-preview[bot]
e4d8e961fc Bump fragment from 1.2.2 to 1.2.3
Bumps fragment from 1.2.2 to 1.2.3.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-19 09:29:39 +01:00
dependabot-preview[bot]
c16fde17db Bump work-runtime from 2.3.3 to 2.3.4
Bumps work-runtime from 2.3.3 to 2.3.4.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-19 09:22:21 +01:00
stefan-niedermann
2fe111652c Remove not needed null checks
Because localAccount can deterministically not be null at this point

Signed-off-by: stefan-niedermann <info@niedermann.it>
2020-03-18 12:19:03 +01:00
stefan-niedermann
f096a17cc3 Use Boolean.TRUE instead of Boolean.valueOf(true) for comparison
Signed-off-by: stefan-niedermann <info@niedermann.it>
2020-03-18 12:02:14 +01:00
stefan-niedermann
20397f7cc3 Fix #714 Swipe to delete broken
Signed-off-by: stefan-niedermann <info@niedermann.it>
2020-03-18 11:02:35 +01:00
stefan-niedermann
b72626c86e Add build flavors
Signed-off-by: stefan-niedermann <info@niedermann.it>
2020-03-18 10:02:30 +01:00
stefan-niedermann
0737452872 version bump to v2.11.3
Signed-off-by: stefan-niedermann <info@niedermann.it>
2020-03-16 16:01:43 +01:00
Nextcloud bot
edbe9055e5 [tx-robot] updated from transifex 2020-03-16 15:59:45 +01:00
stefan-niedermann
1df43fa05b Stability improvements and bugfixes for synchronization and list widget
Signed-off-by: stefan-niedermann <info@niedermann.it>
2020-03-16 15:52:54 +01:00
stefan-niedermann
19cc0763b5 version bump to 2.11.1
Signed-off-by: stefan-niedermann <info@niedermann.it>
2020-03-13 23:36:06 +01:00
Niedermann IT-Dienstleistungen
6343c6ee6e
Fixed test crash 2020-03-13 23:30:22 +01:00
stefan-niedermann
13a74a36fe Fix #749 🗨️ Remove toasts (and only display snackbars)
Signed-off-by: stefan-niedermann <info@niedermann.it>
2020-03-13 23:10:10 +01:00
stefan-niedermann
e97eaa95c5 Move contents of nextcloud-commons-lib back to project
Signed-off-by: stefan-niedermann <info@niedermann.it>
2020-03-13 23:04:38 +01:00
Nextcloud bot
87a9dbf3be [tx-robot] updated from transifex 2020-03-13 22:42:17 +01:00
stefan-niedermann
9233a57785 Adjust logging to info level
Signed-off-by: stefan-niedermann <info@niedermann.it>
2020-03-13 22:38:26 +01:00
stefan-niedermann
a94d9d0b47 Remove duplicate variable value
Signed-off-by: stefan-niedermann <info@niedermann.it>
2020-03-13 22:32:55 +01:00
Christoph Loy
3763714c97
Switch to fixed timeout based app locking 2020-03-09 22:03:03 +01:00
Christoph Loy
5782a49e66
Merge branch 'master' into 354-password-protection 2020-03-08 12:45:14 +01:00
Christoph Loy
1c9116d93f Merge ifs to satisfy PMD... 2020-03-08 10:10:57 +01:00
Christoph Loy
eafadef56c Make parameter in ContextBasedRangeFormattingCallback#addMarkdown effectively final 2020-03-08 10:10:57 +01:00
Christoph Loy
af6b92fa22 Make parameter of SearchableBaseNoteFragment#indexOfNth effectively final 2020-03-08 10:10:57 +01:00
Christoph Loy
5daf7fcc10 Merge two ifs in NotesTextWatcher 2020-03-08 10:10:57 +01:00
Christoph Loy
8f8ae9772f Reduce visibility of members in persistence 2020-03-08 10:10:57 +01:00
Christoph Loy
26018d359b Make NavigationAdapter#assignItem private 2020-03-08 10:10:57 +01:00
Christoph Loy
f631326566 Make BaseNoteFragment#isNew protected 2020-03-08 10:10:57 +01:00
Christoph Loy
ab3d742a43 Make localAccount in NoteListWidgetConfiguration private 2020-03-08 10:10:57 +01:00
Christoph Loy
bd8991e9f8 Make ExceptionActivity#close private 2020-03-08 10:10:57 +01:00
Christoph Loy
a6d1a0822f Remove unused variable 2020-03-08 10:10:57 +01:00
Christoph Loy
8b512e9322 Add explicit visibility to members of Timeslot 2020-03-08 10:10:57 +01:00
Christoph Loy
d93ee8a636 Reduce visibility of AboutFragmentLicenseTab#openLicense 2020-03-08 10:10:57 +01:00
Christoph Loy
27a298fd97 Add (useless) break to CategoryAdapter to satisfy PMD 2020-03-08 10:10:57 +01:00
Christoph Loy
1759fdbf18 Set access modifier in BaseNoteFragment 2020-03-08 10:10:57 +01:00
Christoph Loy
3c5e08984c Reduce visiblity of members in ExceptionActivity 2020-03-08 10:10:57 +01:00
Christoph Loy
524ad9d0ce Fix derp in NoteUtil 2020-03-08 10:10:57 +01:00
Christoph Loy
053167e014 Make parameters in AlwaysAutoCompleteTextView effectivly final 2020-03-08 10:10:57 +01:00
Christoph Loy
cf36ea70a3 Remove unnecessary blocks from switch-case from ContextBasedRangeFormattingCallback 2020-03-08 10:10:57 +01:00
Christoph Loy
9b1a090f6a Add default case to ContextBasedRangeFormattingCallback 2020-03-08 10:10:57 +01:00
Christoph Loy
26508ac19e Get rid of unnecessary blocks and add default case to switch-case in ContextBasedFormattingCallback 2020-03-08 10:10:57 +01:00
Christoph Loy
b0fab92499 Split declarations 2020-03-08 10:10:57 +01:00
Christoph Loy
e463b29e84 Make parameter effecitvely non-final in NoteUtil 2020-03-08 10:10:57 +01:00
Christoph Loy
8432779bbe Get rid of qualified constant 2020-03-08 10:10:57 +01:00
Christoph Loy
758d475e66 Document NoOp in SingleNoteWidgetFactory 2020-03-08 10:10:57 +01:00
Christoph Loy
e0b1d125db Add default case to NoteListWidget 2020-03-08 10:10:57 +01:00
Christoph Loy
ed1580e488 Add default case to NotesListViewItemTouchHelper 2020-03-08 10:10:57 +01:00
Christoph Loy
449ea5f77d Remove redundant blocks 2020-03-08 10:10:57 +01:00
Christoph Loy
7c1542ea3c Remove redundant blocks in switch-case 2020-03-08 10:10:57 +01:00
Christoph Loy
b53dcf953b Add default case to MultiSelectedActionModeCallback#onActionItemClicked 2020-03-08 10:10:57 +01:00
Christoph Loy
2a704d6647 Do not reassign parameters 2020-03-08 10:10:57 +01:00
Christoph Loy
60c1e05552 Try to reduce complexity 2020-03-08 10:10:57 +01:00
Christoph Loy
0967678b40 Split declarations in NoteEditFragment 2020-03-08 10:10:57 +01:00
Christoph Loy
3b8246236e Get ride of unnecessary and confusiong blocks in switch in CategoryAdapter 2020-03-08 10:10:57 +01:00
Christoph Loy
65a5a0920f Get rid of unnecessary qualified name in BaseNoteFragment 2020-03-08 10:10:57 +01:00
Christoph Loy
0f8d46d975 Add NoOp comment to empty method in NoteListWidgetFactory 2020-03-08 10:10:57 +01:00
Christoph Loy
f4ca2aa7bb Split up declarations in NoteListWidgetConfiguration 2020-03-08 10:10:57 +01:00
Christoph Loy
c9102e9362 Split up declarations in NotesListViewActivity 2020-03-08 10:10:57 +01:00
Christoph Loy
20a53eb828 Fix some lint issues 2020-03-08 10:10:57 +01:00
Christoph Loy
6a43d268e9
Revert "Move unlock-check from onCreate to onStart (to provide security even if multiple singlenotewidgets are clicked after another)"
This reverts commit dd36786a

Moving it to onStart created more trouble than was worth
2020-03-06 14:15:34 +01:00
Christoph Loy
22203c3bb5
Merge branch 'master' into 354-password-protection 2020-03-05 22:19:06 +01:00