Stefan Niedermann
|
3a5c3311cf
|
Fix ID
|
2020-05-26 14:29:19 +02:00 |
|
Stefan Niedermann
|
1519efb011
|
Merge branch 'master' into 832-nlw-to-db
# Conflicts:
# app/src/main/java/it/niedermann/owncloud/notes/android/appwidget/NoteListWidget.java
# app/src/main/res/layout/widget_note_list.xml
|
2020-05-26 14:28:46 +02:00 |
|
Stefan Niedermann
|
ce54629029
|
Upgrade note list widget style
|
2020-05-26 14:27:25 +02:00 |
|
Stefan Niedermann
|
ba4ac3e7de
|
Add final keyword and @Nullable
|
2020-05-26 13:00:13 +02:00 |
|
Stefan Niedermann
|
81f71ca574
|
Fix #841 "Link" functionality in text menu causes error
|
2020-05-26 12:59:08 +02:00 |
|
Stefan Niedermann
|
85021909f3
|
Update create note widget
|
2020-05-25 21:23:04 +02:00 |
|
Stefan Niedermann
|
f9bf0841af
|
Update splashscreen and launcher icon
|
2020-05-25 20:48:43 +02:00 |
|
Stefan Niedermann
|
3e534f8a88
|
Add widgets to description
|
2020-05-25 19:40:15 +02:00 |
|
Stefan Niedermann
|
196e677b76
|
Adapt new icon
|
2020-05-25 19:32:32 +02:00 |
|
Peter S
|
9558374632
|
Merge branch 'master' of https://github.com/stefan-niedermann/nextcloud-notes into 603-sorting-method
|
2020-05-24 23:07:16 +08:00 |
|
Daniel Bailey
|
2ff81a67dc
|
Re-added setData() to serviceIntent in updateAppWidget
This is necessary so that multiple calls to the RemoteViews service are
detected.
Signed-off-by: Daniel Bailey <daniel.bailey@grappleIT.co.uk>
|
2020-05-24 15:56:59 +01:00 |
|
IF-ACT
|
22a4776948
|
Add test & document
|
2020-05-24 21:56:57 +08:00 |
|
IF-ACT
|
25dddd1dc8
|
Merge branch '814-normalize-database' into 603-sorting-method
|
2020-05-24 20:53:33 +08:00 |
|
IF-ACT
|
9e677e52a6
|
Seperates function getCategoryOrder & modifyCategoryOrder
|
2020-05-24 20:29:25 +08:00 |
|
IF-ACT
|
5b0ec91c86
|
Fixed wrong icon on activity start
|
2020-05-24 19:10:56 +08:00 |
|
Daniel Bailey
|
d4f740d64a
|
Fixes #817
Added a unique request code to each of the pending intents used by NoteListWidget.
Signed-off-by: Daniel Bailey <daniel.bailey@grappleIT.co.uk>
|
2020-05-23 17:34:46 +02:00 |
|
Stefan Niedermann
|
7ef59df1cb
|
#832 Move note list widget preferences to database
|
2020-05-23 16:36:10 +02:00 |
|
IF-ACT
|
b4eaefd6d4
|
Fixed sort
|
2020-05-23 21:38:24 +08:00 |
|
IF-ACT
|
fdf0adb5b8
|
Add sorting method to special categories
|
2020-05-23 21:15:17 +08:00 |
|
Stefan Niedermann
|
afce9831a6
|
#832 Move note list widget preferences to database
Create table and migrate existing values
|
2020-05-23 13:57:16 +02:00 |
|
IF-ACT
|
87b3fb03ba
|
Can sort by certern sorting method now
|
2020-05-23 19:40:04 +08:00 |
|
Stefan Niedermann
|
302f988495
|
Revert #817
|
2020-05-23 13:20:51 +02:00 |
|
IF-ACT
|
248233f670
|
Fixed wrong icon on activity start
|
2020-05-23 19:19:26 +08:00 |
|
Stefan Niedermann
|
7729d27b0b
|
Merge branch '814-normalize-database'
|
2020-05-23 13:18:46 +02:00 |
|
Isc
|
116ce2a49a
|
Remove useless foreign key
|
2020-05-23 18:29:40 +08:00 |
|
Isc
|
910f465fc8
|
Bug fixed: incorrect accountID in category table
|
2020-05-23 18:28:29 +08:00 |
|
Isc
|
c045948f81
|
Merge
|
2020-05-23 18:28:01 +08:00 |
|
Isc
|
16aabd8629
|
Merge
|
2020-05-23 17:32:27 +08:00 |
|
Stefan Niedermann
|
e0e0033efa
|
Fix table creation
|
2020-05-23 11:30:45 +02:00 |
|
Stefan Niedermann
|
625ca9ca5f
|
Fix table creation
|
2020-05-23 11:29:16 +02:00 |
|
Stefan Niedermann
|
d69003109d
|
Remove category param from NLW
|
2020-05-23 11:22:01 +02:00 |
|
Stefan Niedermann
|
012800e028
|
Add FOREIGN KEY constraint to CATEGORY_ACCOUNT_ID
|
2020-05-23 10:41:58 +02:00 |
|
Stefan Niedermann
|
b2d07fd520
|
Migrate excerpt
|
2020-05-23 09:49:25 +02:00 |
|
Isc
|
9c8148ebbd
|
Merge latest database
|
2020-05-23 11:42:24 +08:00 |
|
IF-ACT
|
6b457cee94
|
Fixed null exception in All notes, Favourite, and Uncategorized notes
|
2020-05-23 06:28:43 +08:00 |
|
IF-ACT
|
3dab7989ff
|
Add icon and frontend code
|
2020-05-23 05:16:55 +08:00 |
|
Hui-Ouyang16
|
c9da790226
|
overload searchNotes method for supporting choose ordering method
|
2020-05-23 04:11:16 +08:00 |
|
Hui-Ouyang16
|
f36b94e025
|
modify get/modify ordering method from byId to byTitle
|
2020-05-23 03:40:00 +08:00 |
|
Hui-Ouyang16
|
17687b2511
|
Merge branch '814-normalize-database' of https://github.com/stefan-niedermann/nextcloud-notes into 603-sorting-method
|
2020-05-23 03:24:01 +08:00 |
|
Hui-Ouyang16
|
0dc19d0134
|
fixed a bug in junit test
|
2020-05-23 03:11:22 +08:00 |
|
Hui-Ouyang16
|
ab89852b22
|
finish the backend API and corresponding test case for category sorting method
|
2020-05-23 00:20:10 +08:00 |
|
Peter S
|
a6580bcdbc
|
add a new column in category table to store the sorting method, and modify CategorySortingMethod enum class
|
2020-05-22 23:07:54 +08:00 |
|
Stefan Niedermann
|
53bdde1168
|
#786 Support API v1.0 Display dialog to edit title
|
2020-05-20 18:12:17 +02:00 |
|
Stefan Niedermann
|
4000abd733
|
Fix #817 Note list widget should create a note in it's respective category
|
2020-05-20 17:23:39 +02:00 |
|
Stefan Niedermann
|
2c78acd984
|
Fix #754 Move single note widget preferences to database
|
2020-05-20 16:19:18 +02:00 |
|
Stefan Niedermann
|
d9cceb96c8
|
Remove deprecated DBStatus
|
2020-05-20 09:31:49 +02:00 |
|
Stefan Niedermann
|
963b245f85
|
Fix migration paths using hardcoded strings instead of variables (which might change)
|
2020-05-20 09:09:16 +02:00 |
|
Stefan Niedermann
|
ed621c58af
|
Remove SSO Announcment
|
2020-05-20 08:37:07 +02:00 |
|
Peter S
|
d40800c666
|
add test for enum and corresponding methods
|
2020-05-20 00:17:19 +08:00 |
|
Peter S
|
f6b9b8c48e
|
add two sorting methods: lexicographical_asc & modified_desc
|
2020-05-20 00:00:29 +08:00 |
|