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
Hui-Ouyang16
0dc19d0134
fixed a bug in junit test
2020-05-23 03:11:22 +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
81389d847a
Remove random test for fixed test is good enough
2020-05-12 18:26:31 +08: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
43f88a2387
Fix CI error
2020-05-12 03:01:22 +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
af22d0022d
version bump to 2.12.0
2020-05-11 12:48:35 +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
29d23f4d9d
Remove random
2020-05-11 14:40:17 +08:00
Isc
916a5fef7b
Remove useless random in SearchableBaseNoteFragmentTest
2020-05-11 05:40:18 +08: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
Peter S
9107c54058
fulfill all tests to reach full coverage for modified methods
2020-05-08 23:10:21 +08:00
Stefan Niedermann
cefb6a9df2
Fix Pull 2 Refresh in Preview (outdated note)
2020-05-08 11:40:05 +02:00
Hui-Ouyang16
6415e8d220
add coverage enable for testing coverages
2020-05-08 03:38:34 +08:00
Peter S
68c565a0c6
update test_12_getCategoryIdByTitle
2020-05-08 03:30:14 +08:00
Isaac_Chen
855ea87836
Update test_12_getCategoryIdByTitle()
2020-05-08 03:14:51 +08:00
Peter S
9d7566be2a
minor update
2020-05-08 02:54:28 +08:00
Peter S
15e9ff36f1
Merge branch 'master' of https://github.com/Isaac-Graham/nextcloud-notes
2020-05-08 02:36:24 +08:00
Peter S
4e777bff70
clean up useless tests, add new tests for changes
2020-05-08 02:34:09 +08:00
Isaac_Chen
53b9f2df1a
1) update searchCategories for maintain; 2) Remove useless paramter 'create' in getCategoryIdByTitle;
2020-05-08 02:28:21 +08:00
Peter S
5f655d608a
Add one more test to reach full coverage for the test method
2020-05-08 01:28:51 +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
6889989c3e
Merge branch 'master' of https://github.com/Isaac-Graham/nextcloud-notes
2020-05-06 14:44:37 +08:00
Peter S
98d7187d55
Remove invalid tests
2020-05-06 14:38:42 +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
e800b60340
finised countOccurrences test case
2020-05-05 22:11:30 +08:00
Peter S
0cb5398b68
add test for countOccurrences
2020-05-05 21:35:34 +08:00
Hui-Ouyang16
27cec02c19
find a bug in getCategories
2020-05-05 21:23:55 +08:00
Peter S
f3b55e1d9c
Finish all the tests for Issue - 814, but need more validations
2020-05-05 20:47:17 +08:00
Hui-Ouyang16
baaceeb02d
fixed the reflection problems
2020-05-05 19:52:53 +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
Hui-Ouyang16
4d1ed6bbde
find some bugs in NotesDatabase and add some test template
2020-05-05 04:52:48 +08:00
Hui-Ouyang16
cc2aaed5eb
finished chinese character test case
2020-05-05 03:25:20 +08:00
Isc
789b2e20d1
Bug fixed: move where before group by
2020-05-05 02:51:01 +08:00
Isc
76204e39db
Bug fixed: Missing account id in geCategories
2020-05-05 02:37:10 +08:00
Hui-Ouyang16
c52be90511
finish multiple test case and find a bug in getCategories
2020-05-05 02:26:43 +08:00
Hui-Ouyang16
57f88551e1
upload some multiple test case
2020-05-05 01:57:19 +08:00
Hui-Ouyang16
06a4a6fa01
finish all signle test case
2020-05-05 01:23:39 +08:00
Peter S
13c20ae4ac
provide a demo of searchCategories
2020-05-05 01:05:56 +08:00
Isc
1ef76f8237
Bug fixed: No matched category will runtime error in searchNotes(long, CharSequeence, String, Boolean)
2020-05-05 00:07:55 +08:00
Hui-Ouyang16
89f98a7678
refactor some test case and find a bug in searchNotes
2020-05-04 23:52:11 +08:00
Peter S
1be99b1349
create more test methods
2020-05-04 22:52:58 +08:00
Hui-Ouyang16
94e23a8f5b
fixed the timezone problem
2020-05-04 22:01:18 +08:00
Peter S
261c7cd7a0
add a first test method: testAddDeleteNote
2020-05-04 21:45:57 +08:00
Peter S
e1e37740e1
add an instrumented test to test NotesDatabase.java
2020-05-04 19:46:39 +08:00
Isaac_Chen
ecde100310
Add somt test TODO
2020-05-04 13:26:54 +08:00
Isaac_Chen
e0467e8916
Normalize database. Extract Category from Notes. Need to be tested
2020-05-04 04:02:41 +08:00
Stefan Niedermann
97c3e858b3
Fix #797 Change the name of the app in the description
2020-05-02 18:13:17 +02:00
Stefan Niedermann
42bec4b57f
Support ETags for capabilities endpoint
2020-05-02 18:06:12 +02:00
Stefan Niedermann
68f8f7b7f7
#762 Branding
...
Toolbar
2020-05-02 16:29:32 +02:00
Stefan Niedermann
1391bedd6b
#762 Branding
...
Make a setting
2020-05-02 00:30:53 +02:00
Stefan Niedermann
a30ab4cb25
#762 Branding
...
Make a setting
2020-05-01 23:38:20 +02:00
Stefan Niedermann
e26a6b2f8b
#762 Branding
...
Apply new theme colors on Pull 2 refresh
2020-05-01 22:44:18 +02:00
Stefan Niedermann
f5aad3ac98
#762 Branding
...
Apply new theme colors on Pull 2 refresh
2020-05-01 22:41:08 +02:00
Stefan Niedermann
674621b11e
#762 Branding
...
Drawer header
2020-05-01 22:33:39 +02:00
Stefan Niedermann
e908abf9b8
#762 Branding
...
TextInputLayout in category chooser
2020-05-01 22:02:34 +02:00
Stefan Niedermann
994f2b9736
#762 Branding
...
TextInputLayout in category chooser
2020-05-01 21:52:58 +02:00
Stefan Niedermann
22b226fab9
#762 Branding
...
Preferences
2020-05-01 21:47:02 +02:00
Stefan Niedermann
9522387646
#762 Branding
2020-05-01 21:37:45 +02:00
Niedermann IT-Dienstleistungen
8d882d2d0a
Merge branch 'master' into support-multiple-api-levels
2020-05-01 14:14:16 +02:00
Stefan Niedermann
7a0c8170c3
pull2refresh: Synchronize *after* capabilities have been refreshed
2020-05-01 12:12:46 +02:00
Stefan Niedermann
3c8a9bc163
Merge remote-tracking branch 'origin/support-multiple-api-levels' into support-multiple-api-levels
2020-05-01 11:59:53 +02:00
Stefan Niedermann
bc1b887761
Remove cache for NotesClient
...
https://github.com/stefan-niedermann/nextcloud-notes/pull/791#discussion_r418417678
2020-05-01 11:59:48 +02:00
Nextcloud bot
8834205a4a
[tx-robot] updated from transifex
2020-05-01 11:56:59 +02:00
Isc
e413287dc0
Add some todo to modify database
2020-04-28 22:37:42 +08:00
korelstar
7f1e2d50e5
fix API v1 path and rename classes
2020-04-24 23:07:29 +02:00
korelstar
940a4f4d56
fix API version save to DB
2020-04-24 23:06:40 +02:00
korelstar
b9c401db3b
fix capabilities parsing
2020-04-24 20:38:12 +02:00
Stefan Niedermann
2f52c20921
version bump to 2.11.13
2020-04-24 14:59:19 +02:00
Nextcloud bot
c480086f89
[tx-robot] updated from transifex
2020-04-24 14:57:02 +02:00
Mike Chester Wang
e0c292bafd
Update SearchableBaseNoteFragment.java
2020-04-23 23:58:03 +08:00
Mike Chester Wang
5bfb3ee70a
804: Fixed prev and submit button in search
...
While doing searching, if the content is changed, the search result will NOT change. So if prev and submit are clicked, it may not give the correct respond.
2020-04-23 23:56:35 +08:00
Stefan Niedermann
071ee8228c
Only compare major versions of API
2020-04-22 13:55:37 +02:00
Stefan Niedermann
ee680f37d9
version bump to 2.11.12
2020-04-22 13:07:46 +02:00
Nextcloud bot
2ead387350
[tx-robot] updated from transifex
2020-04-22 12:26:56 +02:00
Isaac_Chen
d3cfecebe8
Two main midifications: 1) Move delay to the top of class SearchableBaseNoteFragment; 2) If there is only one char in the search pattern, search it immediately without delay
2020-04-22 12:23:29 +02:00
Isaac_Chen
c975c07b97
Enhancement for 769: Currently, If the search string changes too frequently, there will be many search tasks running. We add a delay in this commit to prevent this. If the search string does not change in $delay ms, then the search task will start.
2020-04-22 12:23:29 +02:00
Isaac_Chen
3b5124e0b2
Make up for the missing condition judgment in last commit
2020-04-22 12:23:29 +02:00
Isaac_Chen
20388c2e7b
Bug fix: 769. The main reason is that the complexity of countOccurrences is O(mn^2), which is too large. So that the main thread may be frozen for a long time. We use a O(m+n) implementation
2020-04-22 12:23:29 +02:00
Stefan Niedermann
f07605d3a6
Initial support for instrumented tests
2020-04-18 23:23:38 +02:00
Stefan Niedermann
d724623e28
Fix #796 Changing the word "odd"
2020-04-17 10:21:28 +02:00
Stefan Niedermann
e3e8b5614a
Fix WorkManager cancellation
2020-04-16 12:04:01 +02:00
Stefan Niedermann
6e7fca6e71
Merge branch 'master' into support-multiple-api-levels
2020-04-16 11:52:38 +02:00
Stefan Niedermann
252d4c239c
Merge remote-tracking branch 'origin/master'
2020-04-16 11:50:00 +02:00
Stefan Niedermann
12ee76d0e1
version bump to 2.11.10
2020-04-16 11:49:53 +02:00
Nextcloud bot
041bf2e822
[tx-robot] updated from transifex
2020-04-16 11:49:08 +02:00
Stefan Niedermann
5ecaa4f702
version bump to 2.11.9
2020-04-16 11:41:28 +02:00
Stefan Niedermann
361cea6781
Merge master
2020-04-16 11:33:32 +02:00
Stefan Niedermann
dab2d3cc8f
Merge branch 'master' into support-multiple-api-levels
2020-04-16 11:32:59 +02:00
Stefan Niedermann
e1cc30c347
Add more tips for TokenMismatchException
2020-04-16 11:32:44 +02:00
Stefan Niedermann
a300e3a96a
Merge remote-tracking branch 'origin/master'
2020-04-16 11:26:47 +02:00
Stefan Niedermann
30adfc6295
Invalidate API cache on TokenMismatchException
2020-04-16 11:26:38 +02:00
dependabot-preview[bot]
1450ae1daf
Bump preference from 1.1.0 to 1.1.1
...
Bumps preference from 1.1.0 to 1.1.1.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-16 09:30:38 +02:00
Stefan Niedermann
027f787003
Fix TokenMismatchException after deleting and readding an account
2020-04-16 08:11:39 +02:00
Stefan Niedermann
4df11459d5
Merge branch 'master' into support-multiple-api-levels
...
# Conflicts:
# app/src/main/java/it/niedermann/owncloud/notes/persistence/NotesClient.java
# app/src/main/java/it/niedermann/owncloud/notes/persistence/NotesDatabase.java
2020-04-16 08:10:25 +02:00
Stefan Niedermann
807c17a6ca
Fix TokenMismatchException after deleting and readding an account
2020-04-16 08:08:10 +02:00
Stefan Niedermann
353a5a553b
Merge branch 'master' into support-multiple-api-levels
2020-04-15 16:11:30 +02:00
Nextcloud bot
35ad855d48
[tx-robot] updated from transifex
2020-04-15 16:11:09 +02:00
Stefan Niedermann
0b5039f647
#768 Support API v1.0
...
Update supported API levels after each sync
2020-04-15 14:55:41 +02:00
Stefan Niedermann
fb6d0ab605
#768 Support API v1.0
...
Handle exceptions when importing an account more gracefully
2020-04-15 14:29:33 +02:00
Stefan Niedermann
45224fea12
#768 Support API v1.0
...
Added Capabilities#toString()
2020-04-15 14:18:54 +02:00
Stefan Niedermann
f0cd34d292
#768 Support API v1.0
...
Fetch capabilities when adding a new account
2020-04-15 13:55:36 +02:00
Valdnet
d5f4780dab
Correction of the description
...
Word correction "hesitate".
2020-04-15 12:40:51 +02:00
Stefan Niedermann
25d9b35a10
#768 Support API v1.0
...
Try to find highest supported API version and fallback to API version 0.2
2020-04-15 12:06:26 +02:00
Stefan Niedermann
e1c0774d3b
Merge branch 'master' into support-multiple-api-levels
2020-04-15 11:15:54 +02:00
Stefan Niedermann
468ff07394
Fix #790 Change the message description
2020-04-15 11:08:00 +02:00
Stefan Niedermann
8bf6b65598
#768 Support API v1.0 and #762 Theming
2020-04-15 11:07:21 +02:00
Stefan Niedermann
7c7f1b27a7
#786 Support API v1.0
2020-04-15 00:07:01 +02:00
Stefan Niedermann
fcacdef1e6
Upgrade database and add entries for API_VERSION and brand
2020-04-14 22:29:33 +02:00
Stefan Niedermann
924fdfb00b
Added some final modifiers
2020-04-14 21:47:29 +02:00
Stefan Niedermann
675936a513
Remove testing exception
2020-04-14 21:45:32 +02:00
Stefan Niedermann
70e75ae343
Refactor margins
2020-04-14 21:44:37 +02:00
Stefan Niedermann
02f9a7aa2e
Use RecyclerView for tips
2020-04-14 21:44:37 +02:00
Stefan Niedermann
00ee9375c3
Display hints and tips on sync errors
2020-04-14 21:44:37 +02:00
Stefan Niedermann
2a121479d0
Add TokenMismatchException to catchable exceptions on sync
2020-04-14 17:57:27 +02:00
Stefan Niedermann
915b950c68
Increase minSdk to match the Nextcloud Android app which is a requirement for using this app
2020-04-14 17:47:26 +02:00