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
Niedermann IT-Dienstleistungen
39bc435458
Fix #366 WindowManager$BadTokenException
2018-04-11 12:14:18 +02:00
Niedermann IT-Dienstleistungen
ed84f1db62
Use settings icon instead of tune icon
2018-04-10 15:11:36 +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
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
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
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
dan0xii
b273eed280
Moved widget update functions ( #324 )
2018-02-11 21:48:05 +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
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
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
Daniel Bailey
947f387b94
Single note widget scroll
2017-10-02 10:37:58 +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
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
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
korelstar
400de7c8ca
code formatting and quality
2017-09-02 21:16:05 +02:00
korelstar
7d634e9021
fix: update widget after synchronization
2017-09-02 20:58:42 +02:00
Daniel Bailey
a8cddf24c4
Single Note Widget
2017-09-02 12:39:20 +02:00
korelstar
33de4f6a51
fix auto sync on app opening
2017-09-02 12:38:55 +02:00
schaarsc
467d2e578b
Merge Edit & Preview into one activity.
2017-08-31 07:00:40 +02:00
korelstar
92917f0cce
Auto-save without sync if sync is not possible
2017-08-27 17:03:41 +02:00
Daniel Bailey
141a3373f3
Create Note Widget
...
Addition of "Create Note" widget as referenced in https://github.com/stefan-niedermann/nextcloud-notes/issues/15 .
2017-08-16 10:36:31 +02:00
korelstar
ae252ea6ba
auto-save category
2017-08-01 07:37:43 +02:00
korelstar
832503ecc8
simple interface for category change
2017-08-01 07:37:43 +02:00
korelstar
57ad5c21d1
simplify version detection
2017-08-01 07:37:43 +02:00
korelstar
2e7ab5a857
speed-up synchronization (ETag and Last-Modified)
2017-07-30 10:20:40 +02:00
korelstar
0ac9b3a4a7
Downgrade for database
2017-06-29 22:11:07 +02:00
schaarsc
8ec387acea
align L&F with other activities.
2017-06-26 22:48:03 +02:00