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
2a03c9d133
Update build tools version
2018-04-11 08:45:53 +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
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
Niedermann IT-Dienstleistungen
cd25b82e2c
Fix screenshot paths in README.md
2018-02-10 14:48:27 +01:00
Nextcloud bot
1e02567ca8
[tx-robot] updated from transifex
2018-02-10 14:29:22 +01:00
korelstar
5930b75949
update language mapping for en_GB and es_US
2018-02-06 20:37:39 +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
Niedermann IT-Dienstleistungen
1de0224b57
Fix fastlane meta info
...
See https://gitlab.com/fdroid/fdroiddata/issues/948 for more information
2018-02-04 20:58:13 +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