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
schaarsc
5fbbdcd4c3
reduce number of calls to CustomCertManager constructor.
...
instead of creating CustomCertManager on demand
- create CCM in calling class
- close CCM in finalize
2017-06-26 22:48:03 +02:00
schaarsc
b3c2cc2f0e
only synch if cert4android service is available.
2017-06-26 22:48:03 +02:00
schaarsc
4d2dfc6d77
move cert4android configuration to PreferencesActivity.
2017-06-26 22:48:03 +02:00
schaarsc
231de0a64c
integrate cert4android
2017-06-26 22:48:03 +02:00
Niedermann IT-Dienstleistungen
472d549677
#206 Implement splash screen ( #211 )
...
Fix #206 Implement splash screen
2017-05-08 08:15:02 +02:00
korelstar
fad71709ea
remove db.close()
2017-04-24 21:54:07 +02:00
korelstar
d211b2fe85
save new note if back pressed
2017-04-24 21:52:53 +02:00
korelstar
2cd26c0d06
don't show saved password
2017-04-24 21:50:11 +02:00
Niedermann IT-Dienstleistungen
837c679815
Update dependencies ( #200 )
...
update buildToolsVersion
update rxMarkDown
update support libs
remove this, because it seems not to be needed (?)
```
- compile 'io.reactivex:rxandroid:1.2.0'
- compile 'io.reactivex:rxjava:1.1.5'
```
2017-04-01 12:38:22 +02:00
korelstar
e1014a908d
show leave-behind on swipe-delete
2017-03-03 20:33:25 +01:00
korelstar
a8504a4e6f
linkify URLs in preview
2017-03-03 20:31:34 +01:00
korelstar
ddeffe0bb9
remove widget and obsolete navigation editor files
2017-03-03 20:30:46 +01:00
Niedermann IT-Dienstleistungen
ac63b64813
Merge pull request #181 from stefan-niedermann/sync-speedup1
...
speed-up synchronization and introduce categories
2017-03-03 18:43:04 +01:00
korelstar
f33ec328bd
update RxMarkdown to 0.0.8-beta
2017-02-28 11:02:21 +01:00
korelstar
a48020b75e
Fix and clear up translations
2017-02-26 18:36:41 +01:00
korelstar
accb42b756
speed-up synchronization and introduce categories
2017-02-26 09:20:05 +01:00
Andy Scherzinger
87088e563c
trim leading and trailing spaces in the URL ( #172 )
2017-01-23 21:04:09 +01:00
Niedermann IT-Dienstleistungen
958759f84f
Rx markdown, Undo for "Swipe to delete", Nextcloud rebrand
...
Rx markdown, Undo for "Swipe to delete", Nextcloud rebrand
2017-01-19 11:00:56 +01:00
korelstar
8384792d27
New Feature: set note as favorite; refactoring NotesListViewActivity.refreshList ( #151 )
...
Fix #118 Every touch brings to the top
Fix #92 Option to change sort method
2016-11-06 20:39:34 +01:00
korelstar
12cc1bf3bb
Fix order after edit without changes ( #148 )
...
- Bugfix: create was not possible, due to wrong HTTP-Method
- Fix wrong order after edit without changes
2016-10-28 09:18:38 +02:00
korelstar
aa33b89927
Fix #146 : don't autosave if the note isn't modified
...
New feature: cancel edit; refactoring of NotesClient; send local modified time to server
2016-10-26 11:32:20 +02:00
kas70
a57ecfeb4c
Persistant notification for creating new notes ( #142 )
...
Can be enabled with a checkbox preference, disabled per default
2016-10-24 12:28:15 +02:00
korelstar
f2e275c082
Change activity flow: NotesList -> EditNote -> PreviewNote ( #141 )
...
Fix #3 and fix #39
2016-10-24 12:25:52 +02:00
korelstar
5895dc113b
more logging ( #145 )
2016-10-24 12:21:02 +02:00
korelstar
abf8dc4702
Extend "excerpt" with text from the following lines ( #138 )
...
Use multiple lines up to 200 characters for generating excerpt
2016-10-17 22:01:18 +02:00
korelstar
ee084e4565
Fix #87 Heading doesn't allow hyphens
...
Enhancing removeMarkDown
2016-10-17 21:36:08 +02:00
korelstar
054000631c
Load version name dynamically from package ( #139 )
2016-10-06 10:53:16 +02:00