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
|
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 |
|
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 |
|
Nextcloud bot
|
56d6e53ebb
|
[tx-robot] updated from transifex
|
2020-05-19 08:27:59 +02:00 |
|
Stefan Niedermann
|
c9dd881ead
|
version bump to 2.12.1
|
2020-05-18 07:51:01 +02:00 |
|
Isc
|
415813b26c
|
Fix CI error
|
2020-05-12 12:19:32 +08:00 |
|
Isc
|
94dce5a20a
|
Add unique over category_account_id and category_title
|
2020-05-12 12:11:57 +08:00 |
|
Isc
|
895f1b0eab
|
Persist the capabilities values in addAccount
|
2020-05-12 02:20:18 +08:00 |
|
Isc
|
b2203285c2
|
Add @NonNull in the constructor for response in the constructor in Capabilities
|
2020-05-12 01:43:37 +08:00 |
|
Isaac-Graham
|
4e53d7ff93
|
Merge branch '814-normalize-database' into master
|
2020-05-12 00:55:35 +08:00 |
|
Nextcloud bot
|
3b2c2a3314
|
[tx-robot] updated from transifex
|
2020-05-11 13:12:45 +02:00 |
|
Stefan Niedermann
|
a11a127f50
|
#174 ➕ Allow to share into exiting note
|
2020-05-11 12:46:48 +02:00 |
|
Stefan Niedermann
|
dfc3943124
|
Merge remote-tracking branch 'origin/share-into-existing-note'
# Conflicts:
# fastlane/metadata/android/en-US/changelogs/2012000.txt
|
2020-05-11 12:42:13 +02:00 |
|
Stefan Niedermann
|
15d69022d2
|
#824 Error 302 when notes app is not installed on server
Added explicit hint in ExceptionDialogFragment
|
2020-05-11 11:51:27 +02:00 |
|
Stefan Niedermann
|
0676b195fb
|
🐞 Fix upgrading from version <= 1.0.1 to a current version
|
2020-05-11 11:47:25 +02:00 |
|
Isc
|
aaf994054e
|
Switch arguments for consistency in NotesDatabase.java
|
2020-05-11 05:33:36 +08:00 |
|
korelstar
|
83c841a1eb
|
fix synchronization (push local changes)
|
2020-05-10 22:29:40 +02:00 |
|
Stefan Niedermann
|
f3c49094a9
|
#174 Allow to share into exiting note
|
2020-05-09 20:41:29 +02:00 |
|
Isc
|
35fafaf557
|
Remove useless group by and order by in NotesDatabase.java
|
2020-05-09 16:26:37 +08:00 |
|
Isc
|
5854b90877
|
Clean up NotesDatabase
|
2020-05-09 14:05:00 +08:00 |
|
Stefan Niedermann
|
cefb6a9df2
|
Fix Pull 2 Refresh in Preview (outdated note)
|
2020-05-08 11:40:05 +02:00 |
|
Isaac_Chen
|
53b9f2df1a
|
1) update searchCategories for maintain; 2) Remove useless paramter 'create' in getCategoryIdByTitle;
|
2020-05-08 02:28:21 +08:00 |
|
Isaac_Chen
|
fc32639f8b
|
Prevent too many SQL query in database when getting notes
|
2020-05-08 00:57:57 +08:00 |
|
Isaac_Chen
|
4dccc3eee0
|
Rename column account id in table category as category_account_id
|
2020-05-07 23:55:05 +08:00 |
|
Isaac_Chen
|
c6fedb1c5c
|
Change Id of table category to category_id and titole to category_title
|
2020-05-07 23:31:26 +08:00 |
|
Isaac_Chen
|
9aba743b3c
|
Remove empty categories
|
2020-05-07 22:53:26 +08:00 |
|
Isaac_Chen
|
46fa52a9a7
|
1) Use subquery in searchNotes(long, CharSequence, String, Boolean); 2) Remove comments with old codes; 3) Merge getCategories(long) and searchCategories(long, String); 4) Abandon recursion in getCategoryIdByTitle(long, String, boolean)
|
2020-05-07 22:14:04 +08:00 |
|
Nextcloud bot
|
463dee551e
|
[tx-robot] updated from transifex
|
2020-05-06 20:26:38 +02:00 |
|
Isaac_Chen
|
313b13d5c4
|
Add some comments for previous pr
|
2020-05-07 01:31:08 +08:00 |
|
Isaac_Chen
|
e02bd35309
|
Final check about normalization
|
2020-05-07 01:27:03 +08:00 |
|
Isaac_Chen
|
4f01955c60
|
Bug fixed: Wrong result in sub-category
|
2020-05-06 20:10:37 +08:00 |
|
Isaac_Chen
|
d036e1d548
|
Add some JavaDoc for modified methods
|
2020-05-06 01:58:26 +08:00 |
|
Isaac_Chen
|
027fbd5236
|
Add more tests for NotesDatabase
|
2020-05-06 01:18:50 +08:00 |
|
Isaac_Chen
|
d7b0352fb5
|
Bug fixed: search Category fails
|
2020-05-06 00:26:44 +08:00 |
|
Isaac_Chen
|
4a23044253
|
Use ? instead of concat in NotesDatabase
|
2020-05-06 00:15:59 +08:00 |
|
Stefan Niedermann
|
04642e6b64
|
Fix shortcuts in dev builds
|
2020-05-05 17:29:53 +02:00 |
|
Stefan Niedermann
|
0713472943
|
Add tip for 302 error
|
2020-05-05 16:58:25 +02:00 |
|
Hui-Ouyang16
|
b0849a5274
|
finished test case and find getCategoryIdsByTitle not fuzzy
|
2020-05-05 22:44:31 +08:00 |
|
Hui-Ouyang16
|
27cec02c19
|
find a bug in getCategories
|
2020-05-05 21:23:55 +08:00 |
|
Isaac_Chen
|
ab0820db6d
|
Use function instead of sqlite statement to move database
|
2020-05-05 19:50:32 +08:00 |
|
Isaac_Chen
|
a1c22a262f
|
Bug fixed: not including accountId in search category
|
2020-05-05 18:52:07 +08:00 |
|
Isaac_Chen
|
39c43f74fd
|
Finish onUpgrade()
|
2020-05-05 18:38:57 +08:00 |
|