fadf9bed7e
Use updated security API
2021-08-24 19:24:55 +03:00
d0a947ddff
Simplify and reformat code
2021-08-22 11:20:12 +03:00
de60443c21
Fix editing previously exported notes not working properly
...
OutputStream for existing files with "content://" path needs to be opened in truncate mode, its description: "If the file already exists and is a regular file and is opened for writing, it will be truncated to length 0."
Streams for files with "/storage" don't seem to be affected by this issue and don't need the truncate mode.
See more at https://developer.android.com/reference/android/os/ParcelFileDescriptor#parseMode(java.lang.String) .
2021-08-22 09:10:11 +01:00
26ed93e428
adding some widget handling related improvements
2021-05-21 11:24:55 +02:00
8e09ac7c99
show the notes content if it gets unlocked
2021-05-21 09:32:41 +02:00
d321868d54
handle password protection at widget creation
2021-05-20 23:24:22 +02:00
0f5456086e
properly handle password protection of menu items
2021-05-20 23:12:19 +02:00
81c6da22d4
avoid showing locked note content without password
2021-05-20 22:48:05 +02:00
ca32224071
show the password warning before every locking
2021-05-20 21:33:31 +02:00
d562df65b3
adding un/locking itself
2021-05-20 21:19:29 +02:00
ae48ce07a3
adding the locking related menu buttons
2021-05-20 20:54:48 +02:00
53182f0507
adding some protection related fields to the Note model
2021-05-20 20:43:38 +02:00
bd4447fa09
fix #416 , do not show a notepicker on startup if we have only 1 note
2021-05-20 20:03:35 +02:00
7a52d3e539
adding a 60% font size too
2021-05-20 19:59:14 +02:00
81aee12259
adding a 90% font size
2021-05-20 13:34:57 +02:00
7c40d6533d
adding some widget related null checks
2021-05-13 14:52:54 +02:00
1072c661d7
avoid trying to sync a note to file, if we have no permission for it
2021-04-20 23:35:48 +02:00
6a623c73be
fix a glitch at syncing notes with files in some cases
2021-04-20 23:19:23 +02:00
a6f84909b3
show a note about reseting synced notes
2021-03-21 17:45:08 +01:00
3dd51a98e4
allow syncing notes to document uri files
2021-03-21 17:14:29 +01:00
7c6bca4fd7
set checklist by default at opening a checklist file
2021-03-21 13:11:01 +01:00
4f1bb56d00
allow syncing note with content uris
2021-03-21 11:50:02 +01:00
386767bd6f
shortening some code
2021-03-21 11:20:57 +01:00
8897c39f6d
fix a glitch at creating notes synced to files
2021-03-21 10:50:44 +01:00
30297e0619
adding a null check
2021-03-21 10:38:09 +01:00
0ba1e0e683
limit the file size at 1 MB at folder import too
2021-03-14 17:34:27 +01:00
31c74b14c7
adding a check for removing broken checklist items
2021-02-20 23:28:13 +01:00
b5f6f421b0
fixing some coloring issues
2021-02-20 22:29:56 +01:00
c3e7895a11
tweaking a string to make it clearer
2021-02-07 23:06:14 +01:00
ed91c9d75a
fix #390 , make sure Undo/Redo works properly
2021-01-21 21:18:10 +01:00
7740a3cfb8
tweaking the way checklist items are moved to the top or bottom
2021-01-21 19:00:31 +01:00
e6e1df7563
Fix item movement issue
2021-01-21 17:17:47 +06:00
3fa9bebcb2
Add option to move checklist item all the way top or bottom #370
2021-01-21 16:33:38 +06:00
a64eabde8e
be stricter at parsing jsons
2021-01-19 14:38:29 +01:00
852ee0ba42
properly import text files containing checklist items as checklists
2021-01-10 20:33:53 +01:00
74cdea8cfb
tweaking some things about checklist item removal
2021-01-10 19:16:23 +01:00
e9b5efa2ce
Merge pull request #388 from tanvir-ahmod/fix_382
...
Fix #382 , Implement deleting done checklist items
2021-01-10 19:07:24 +01:00
0fc35236ff
lets actually show an error if opening a file fails
2021-01-10 18:41:06 +01:00
e24a41d51d
adding a crashfix
2021-01-10 18:40:35 +01:00
0132c9b157
Refactor code
2021-01-04 21:47:09 +06:00
75da88ba33
Implement deleting done checklist items
2021-01-04 18:43:54 +06:00
8880b4795e
fix #376 , properly handle printing hashtags
2020-11-04 21:50:11 +01:00
810f10c9aa
adding Print support
2020-10-29 16:02:34 +01:00
6b6db9d0a2
moving one more drag and drop related interface in commons
2020-10-11 18:50:49 +02:00
f67b1bfefe
moving some drag and drop related interfaces in Simple Commons
2020-10-11 18:45:03 +02:00
7383691f67
adding a null check
2020-09-26 14:19:30 +02:00
670cfa152a
removing a useles fragment exception
2020-09-26 14:14:03 +02:00
50281671e4
fix #358 , allow creating a new note from the Open Note dialog
2020-09-19 16:23:56 +02:00
e6efa46392
removing the NewAppDialog showing up
2020-05-30 16:32:33 +02:00
879c2b34d1
add bigger margins at the settings section labels
2020-05-28 22:04:11 +02:00