Commit graph

408 commits

Author SHA1 Message Date
Daniel Bailey
d2f4591d4f Configuration activity for Note List Widget 2018-05-15 09:44:55 +02:00
korelstar
e851d05f9d remove obsolete library support-v4 2018-05-01 18:16:50 +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
Niedermann IT-Dienstleistungen
4d531b5139 bump version 2018-04-15 15:54:47 +02:00
korelstar
a541775514 do not execute synchronization concurrently 2018-04-15 10:52:26 +02:00
Niedermann IT-Dienstleistungen
153459d3bc bump version 2018-04-14 13:50:16 +02:00
Niedermann IT-Dienstleistungen
7a47c90327 Use round icons fallback icons 2018-04-14 13:46:08 +02:00
Nextcloud bot
5f7cdfcc89 [tx-robot] updated from transifex 2018-04-14 13:40:48 +02:00
Niedermann IT-Dienstleistungen
8883567342 #377 New section style
Use @dimen variables for font sizes in drawer as well
2018-04-13 16:05:21 +02:00
Niedermann IT-Dienstleistungen
b32c306ec3 #377 New section style
Use @dimen variables for font sizes
2018-04-13 16:05:21 +02:00
Niedermann IT-Dienstleistungen
0c43229b10 #377 New section style
Adjusted text size and RTL support
2018-04-13 16:05:21 +02:00
Niedermann IT-Dienstleistungen
1920f6dd12 #377 New section style 2018-04-13 16:05:21 +02:00
Niedermann IT-Dienstleistungen
9185984249 Enhanced share dialog with chooser on >= Lollipop 2018-04-13 11:07:11 +02:00
Niedermann IT-Dienstleistungen
1734ba6dfc bump version 2018-04-13 09:46:10 +02:00
Nextcloud bot
6ba1f8fd53 [tx-robot] updated from transifex 2018-04-13 09:28:04 +02:00
Nextcloud bot
8406576edb [tx-robot] updated from transifex 2018-04-13 00:14:11 +02:00
Niedermann IT-Dienstleistungen
d2298ef35d Remove not needed files 2018-04-13 00:08:56 +02:00
Niedermann IT-Dienstleistungen
e77653101a Remove not needed files 2018-04-12 23:40:56 +02:00
Niedermann IT-Dienstleistungen
99c1e54fba bump version 2018-04-12 23:16:55 +02:00
Niedermann IT-Dienstleistungen
9ae9878ac9 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 23:12:34 +02:00
Niedermann IT-Dienstleistungen
cd7e7d445a Fix Android 7+ shortcuts 2018-04-12 23:00:22 +02:00
Niedermann IT-Dienstleistungen
131984d059 Fix FAB not floating above snackbars 2018-04-12 22:55:09 +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
01b4ce3125 bump version 2018-04-12 16:37:50 +02:00
Niedermann IT-Dienstleistungen
e5a7895e24 Fix icon tint 2018-04-12 15:58:54 +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
0c00a6cdad Opening search now displays a back arrow instead of the hamburger button 2018-04-12 10:54:11 +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
e664bc3c17 Added padding to Preferences 2018-04-11 15:40:33 +02:00
Niedermann IT-Dienstleistungen
45aeab0270 Introduce ButterKnife and code reformat
http://jakewharton.github.io/butterknife/
2018-04-11 15:37:28 +02:00
Niedermann IT-Dienstleistungen
b86ad96ded bump version 2018-04-11 13:12:10 +02:00
Niedermann IT-Dienstleistungen
39bc435458 Fix #366 WindowManager$BadTokenException 2018-04-11 12:14:18 +02:00
Niedermann IT-Dienstleistungen
0177fc5a43 Fix missing trashbin on swiping from right to left 2018-04-10 17:20:46 +02:00
Niedermann IT-Dienstleistungen
420c4e65cf #310 Swipe left favorite
The swipe from right to left marks a note as favorite.
Open question: how to handle the background color? It should be yellow when swiping from left and red when swiping from right.
2018-04-10 17:16:16 +02:00
Niedermann IT-Dienstleistungen
f23a4f5970 Decrease size of trashbin on swipe 2018-04-10 15:27:07 +02:00
Niedermann IT-Dienstleistungen
20d68f9588 Version bump to 0.14.0 2018-04-10 15:13:00 +02:00
Niedermann IT-Dienstleistungen
c93e7b193c #344 »Syncing« icon looks like a warning
Using blue icons without attention mark for now.
2018-04-10 15:11:36 +02:00
Niedermann IT-Dienstleistungen
086769bff5 Use lighter color for separator in drawer 2018-04-10 15:11:36 +02:00
Niedermann IT-Dienstleistungen
ed84f1db62 Use settings icon instead of tune icon 2018-04-10 15:11:36 +02:00
Niedermann IT-Dienstleistungen
6368ef06c6 #355 Adaptive Icon
- Created adaptive icon
- Using where possible (about, drawer, no-notes, ...)
- Created splashscreen icon
- Cleaned up no longer used icons
2018-04-10 15:11:36 +02:00
Nextcloud bot
45510016df [tx-robot] updated from transifex 2018-04-10 15:09:57 +02:00
Niedermann IT-Dienstleistungen
7ecfac6cda #333 Position of favorite star 2018-04-09 18:53:43 +02:00
Niedermann IT-Dienstleistungen
ec492b85ec #358 Better URL handling 2018-04-09 11:27:34 +02:00
Niedermann IT-Dienstleistungen
56907e4d93 Update deprecation 2018-04-06 21:17:05 +02:00
Niedermann IT-Dienstleistungen
1d5904dd28 Merge branch 'master' of https://github.com/stefan-niedermann/nextcloud-notes 2018-04-06 20:57:12 +02:00
Daniel Bailey
16b10c4c4f Added "Daniel Bailey" to app developers list. 2018-04-06 20:56:56 +02:00
Niedermann IT-Dienstleistungen
5d50b55af3 Remove permanent notification in favor of tile
Cleanup after #348 (Added support for a quick settings tile for creating a new note)
2018-04-06 20:56:36 +02:00
Niedermann IT-Dienstleistungen
6c16a9292a Merge branch 'master' of https://github.com/stefan-niedermann/nextcloud-notes 2018-04-06 20:36:46 +02:00
Niedermann IT-Dienstleistungen
19fc0d611e Update dependencies 2018-04-06 20:36:35 +02:00
Dobli
cf3037e4e1 Adjusted quick tile to use EditNoteActivity 2018-04-06 20:36:17 +02:00
Dobli
2dc1841603 Added support for a quick settings tile to create a new note (only on Android 7.0+) 2018-04-06 20:36:17 +02:00
korelstar
baff508376 merge create and edit note activity 2018-03-15 11:44:19 +01:00
korelstar
32cd544ef9 update support library 2018-03-13 07:43:39 +01:00
Daniel Bailey
065a6ae7ac Single note widget minimum height changed from two rows to one. 2018-03-13 07:35:33 +01:00
korelstar
d82af245db update App Bar labels 2018-03-12 12:11:09 +01:00
korelstar
e0fa2a848a update dependencies (android, support libraries, cert4android) 2018-03-11 06:52:40 +01:00
korelstar
e68dbe1e6d fix loading notes from widget 2018-03-02 21:08:16 +01:00
korelstar
62d15b4fd7 move appwidget-code into separate package 2018-02-28 19:28:57 +01:00
korelstar
42bc66aedd udpate to new ShareActionProvider from support lib 2018-02-28 10:36:46 +01:00
korelstar
147939a2db release v0.13.1 2018-02-12 22:33:05 +01:00
dan0xii
b273eed280 Moved widget update functions (#324) 2018-02-11 21:48:05 +01:00
Nextcloud bot
1e02567ca8 [tx-robot] updated from transifex 2018-02-10 14:29:22 +01:00
korelstar
c3f4289a26 fix NPE in category dialog 2018-02-05 21:26:11 +01:00
korelstar
373ecaa13b fix widget creation 2018-02-05 20:47:56 +01:00
Nextcloud bot
92f556bdaf [tx-robot] updated from transifex 2018-02-05 08:22:16 +01:00
korelstar
d9c3bc68c3 refactor NoteFragments, category in ActionBar 2017-11-30 07:09:23 +01:00
dan0xii
11c26142b3 Widget cleanup, fix crash on deleted notes 2017-11-27 17:03:21 +01:00
korelstar
dc88558207 select category when opened in navigation 2017-11-26 12:19:14 +01:00
korelstar
98d0ab29dc categories in navigation drawer 2017-11-26 12:19:14 +01:00
Allan Nordhøy
cf79f20cf1 Whether, https, Apache 2.0, log in 2017-11-10 07:27:14 +01:00
korelstar
fdf43955db converts line-breaks (workaround for yydcdut/RxMarkdown#41) 2017-11-04 20:47:32 +01:00
korelstar
009ca40cd0 update dependencies 2017-11-01 21:16:13 +01:00
Daniel Bailey
c4e182b118 Note list widget
Widget to display all notes in the database, sorted by starred,
modified.

updateNoteListWidgets() used temporarily for widget updates until
content observer is implemented.

Move star icon to the right and adjust padding to match

Fixed update mechanism for NoteListWidget
2017-10-30 20:04:21 +01:00
korelstar
9d8c8e91ab initially hide keyboard in EditNoteActivity 2017-10-30 19:56:00 +01:00
Stefan Niedermann
e0d61605a8 Fix #279 Stretched icons in create activity 2017-10-27 18:45:31 +02:00
korelstar
3926edac3e update support libs to 26.0.2 2017-10-27 14:10:24 +02:00
Stefan Niedermann
52cb641b7f #241 v0.12.0
Version bump
2017-10-04 19:03:55 +02:00
Nextcloud bot
6c14a816fd [tx-robot] updated from transifex 2017-10-02 10:39:11 +02:00
Daniel Bailey
947f387b94 Single note widget scroll 2017-10-02 10:37:58 +02:00
korelstar
346a2e6417 improve design (1dp) and code (lint) 2017-09-27 07:20:01 +02:00
Daniel Bailey
1468404d3e Fix to single note widget
Opening a note from the widget would have no effect if the user already had an editor
open for a different note. This change should check to see if a note is already being
edited, save and synchronise it and then present the new note for editing.
2017-09-26 21:00:54 +02:00
korelstar
7ead3f9e45 refactor autosave: replace Timer by Handler 2017-09-26 19:26:03 +02:00
Stefan Niedermann
4529801fce #244 Search should also include category of note 2017-09-17 11:10:17 +02:00
Stefan Niedermann
186149beba #204 Quickwin for category label 2017-09-17 10:48:00 +02:00
Daniel Bailey
e09512ae3f Remove unnecessary if/else statement
Removed bool test of isInitialised.
Small change to manifest.
2017-09-13 21:55:32 +02:00
schaarsc
426103b971 use string for preference key/value 2017-09-11 20:22:01 +03:00
schaarsc
2f4a7aa71d don't call saveData if data has not changed 2017-09-11 18:16:27 +02:00
korelstar
1b4db596cb update dependencies: cert4android, support libraries, build-tools, sdk version 2017-09-08 07:49:57 +02:00
korelstar
d12923d1d6 fix menu label and order 2017-09-07 21:36:02 +02:00
schaarsc
23d9aa24e5 Fix rotation of note activity 2017-09-07 21:21:33 +02:00
schaarsc
afe4732664 use style to set text color in AlertDialog. 2017-09-03 17:45:57 +02:00
schaarsc
a948077466 Align L&F of category and starts.
- Menu items are shown in Edit and Preview Mode
- Update is done without callback
2017-09-03 17:45:19 +02:00