Commit graph

217 commits

Author SHA1 Message Date
Niedermann IT-Dienstleistungen
28bf7c09fb Shows correct username@host on first sign-in in drawer 2018-09-06 20:18:40 +02:00
Niedermann IT-Dienstleistungen
fa3c3f4faa #472 "Notes has stopped" on first run
Fix #472
2018-09-06 20:15:02 +02:00
Daniel Bailey
4bbb1b4820 Note list widget now displays a grey star for notes that aren't
favourites.
2018-09-04 07:22:22 +02:00
Daniel Bailey
f2678d1395 Dark themes for single note and note list widgets. 2018-09-04 07:22:22 +02:00
Niedermann IT-Dienstleistungen
c4baa88068 #360 Drawer header should show account name
- Fix layout
- Clicking on the account name opens now settings
2018-08-31 09:23:40 +02:00
Niedermann IT-Dienstleistungen
81c4ae3357 #360 Drawer header should show account name 2018-08-31 09:23:40 +02:00
Daniel
8d39a10c3d Small change to dark theme for navigation drawer. 2018-08-30 20:06:44 +02:00
Niedermann IT-Dienstleistungen
43d7e0678d #313 Markdown doesn't work in widget mode
Remove unused imports
2018-08-30 20:03:49 +02:00
Niedermann IT-Dienstleistungen
d5d47bf22a #313 Markdown doesn't work in widget mode 2018-08-30 20:03:49 +02:00
Niedermann IT-Dienstleistungen
b95b4bcca4 #456 Sync icon stays when change favorite state via swipe 2018-08-25 16:40:22 +02:00
Daniel
93364b2f55 Fixes in the note list widget for a) alignment of the header app icon,
b) alignment of the favourite stars next to the entries and c) the
disappearing header text.
2018-08-25 16:35:11 +02:00
Niedermann IT-Dienstleistungen
bbb29e1649 Introduce yellow favorite stars instead of outline
like @jancborchardt and @mario suggested:

- Instead of full grey stars use full yellow stars
- Instead of border grey stars use full grey stars

The changes apply to the widgets and the NotesListView but *not* to the Edit/View-Mode of a single note and *not* to the sidebar, where simple mono color icons look prettier imho.
2018-08-25 16:33:19 +02:00
Niedermann IT-Dienstleistungen
2738558a8e #397 Don't show "Uncategorized" in note header 2018-08-25 16:18:50 +02:00
Niedermann IT-Dienstleistungen
5203698f6f Remove redundant code 2018-08-24 17:02:41 +02:00
Niedermann IT-Dienstleistungen
1488704394 #422 Update rxmarkdown
Removes the auto-linking feature since it has been implemented upstream
2018-08-24 14:23:42 +02:00
Niedermann IT-Dienstleistungen
7fd37b0f96 #422 Update rxmarkdown
Remove support of toggling checkboxes due to bugs
2018-08-24 14:23:42 +02:00
Niedermann IT-Dienstleistungen
7ea70f62e8 Move RxMarkdown-Configuration back to util class 2018-08-24 14:23:42 +02:00
Niedermann IT-Dienstleistungen
bf50e16adc Replace and save new Content 2018-08-24 14:23:42 +02:00
Niedermann IT-Dienstleistungen
cb8fe000d0 Update RxMarkdown 2018-08-24 14:23:42 +02:00
Niedermann IT-Dienstleistungen
0762f9825e #238 Introduce a trashbin (Link to Webinterface)
https://github.com/stefan-niedermann/nextcloud-notes/pull/449#pullrequestreview-149269486
2018-08-24 14:04:45 +02:00
Niedermann IT-Dienstleistungen
27303d6c21 #238 Introduce a trashbin (Link to Webinterface) 2018-08-24 11:02:23 +02:00
Niedermann IT-Dienstleistungen
2afc19ec58 #398 Check the URL (and draw the check) only on blur
Checking the URL on every text change can lead to privacy issues (e.g. if a subdomain is also an existing domain and a request is done to this domain).
2018-08-24 10:35:15 +02:00
Daniel
ba19a6b63a Fix colour of unordered lists in markdown widget. 2018-08-07 19:59:05 +02:00
schaarsc
cd9ce68d91 save note before saving state 2018-06-30 11:46:14 +02:00
Daniel Bailey
a6339c51fe onReceive and onUpdate super methods are called first instead of last. 2018-06-30 11:36:29 +02:00
korelstar
9d93a97af7 update cert4android 2018-06-18 22:35:03 +02:00
schaarsc
d673486c92 check adapterPosition 2018-06-18 11:16:16 +02:00
schaarsc
f95c18e433 change modified column data type to INTEGER 2018-06-17 21:10:31 +02:00
Niedermann IT-Dienstleistungen
216ffd8904
Merge branch 'master' into 310-swipe-left-favorite 2018-06-17 20:56:09 +02:00
korelstar
5c2cbd1e5f always show sync progress 2018-06-08 07:07:46 +02:00
korelstar
a94a55dd36 only save if something changed 2018-06-08 07:07:03 +02:00
korelstar
053bd571b5 fix save on pause/close/change fragment 2018-06-08 07:07:03 +02:00
korelstar
00bbe3eca2 scroll to top after category selection and create note 2018-05-15 09:55:06 +02:00
korelstar
b023d89baf notes order: favorites first 2018-05-15 09:49:47 +02:00
Daniel Bailey
d2f4591d4f Configuration activity for Note List Widget 2018-05-15 09:44:55 +02:00
korelstar
17656f8742 fix wiggle, colors, refactoring 2018-04-23 10:20:10 +02:00
Daniel Bailey
d895106c22 Dark theme
Configured night mode to allow for a dark theme within the app.
2018-04-17 09:24:21 +02:00
korelstar
a541775514 do not execute synchronization concurrently 2018-04-15 10:52:26 +02:00
Niedermann IT-Dienstleistungen
9185984249 Enhanced share dialog with chooser on >= Lollipop 2018-04-13 11:07:11 +02:00
Niedermann IT-Dienstleistungen
19a1795fa7 Remove bitmap drawables and let Android Studio generate the at buildtime
Tested on virtual Android 8.1, 5.0 and an API Level 14. 14 showed some visual glitches (Some minor parts of the icons are black) - But i think it's a good trade-off. Everything still works.
2018-04-12 19:43:17 +02:00
Niedermann IT-Dienstleistungen
a4b2a610cd Undo Swipe2Delete raised up to 7 seconds 2018-04-12 14:24:00 +02:00
Mario Danic
c0080c11f9 Remove flexible utils
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-04-12 14:18:42 +02:00
Mario Danic
e923c34225 Step 2 of awesome search magic
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-04-12 14:18:42 +02:00
Mario Danic
aa6e1c6742 Awesome search stuff
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-04-12 14:18:42 +02:00
Niedermann IT-Dienstleistungen
2cb9ad28ed Remove bitmap drawables and let Android Studio generate the at build time
Tested on virtual Android 8.1, 5.0 and an API Level 14. 14 showed some visual glitches (Some minor parts of the icons are black) - But i think it's a good trade-off. Everything still works.
2018-04-12 13:54:08 +02:00
Niedermann IT-Dienstleistungen
210824ba85 Remove bitmap drawables and let Android Studio generate the at build time
Tested on virtual Android 8.1, 5.0 and an API Level 14. 14 showed some visual glitches (Some minor parts of the icons are black) - But i think it's a good trade-off. Everything still works.
2018-04-12 13:26:45 +02:00
Niedermann IT-Dienstleistungen
849a5a0958 Eleminate not needed toast on HTTP 304
https://github.com/square/retrofit/issues/805#issuecomment-93426183
https://stackoverflow.com/a/23244575
2018-04-12 09:48:02 +02:00
Niedermann IT-Dienstleistungen
ce176157b6 Run AsyncTasks in parallel
Since API Level 11 AsyncTasks run single threaded per default. This causes some Time to wait, e. g. on the login screen, where the URL validator is still running before the login can be checked.

This change is supposed to speed up the login process.

The documentation basically says it is only careful in cases where the order of the execution is relevant, but i do not think this is a problem in our case since the AsyncTasks do not depend on each other.

https://developer.android.com/reference/android/os/AsyncTask.html
2018-04-12 08:32:41 +02:00
Mario Danic
79cb33b07e Few fixes to strings
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-04-11 18:26:31 +02:00
Niedermann IT-Dienstleistungen
45aeab0270 Introduce ButterKnife and code reformat
http://jakewharton.github.io/butterknife/
2018-04-11 15:37:28 +02:00