Commit Graph

2075 Commits

Author SHA1 Message Date
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
3c2195127e Update .editorconfig 2021-08-17 09:38:40 +02:00
407c8bf3c9 Update .editorconfig 2021-08-16 23:14:19 +02:00
632b996499 Merge pull request #435 from Aga-C/master
Updated Polish translation
2021-08-15 22:14:28 +02:00
48d7761b1e Updated Polish translation 2021-08-15 12:15:38 +02:00
237335ef73 Merge pull request #433 from MarcAbonce/patch-1
Add lock/unlock strings in Spanish and some typo fixes
2021-07-25 10:19:41 +02:00
b2cfa120a0 Add lock/unlock strings in Spanish and some typo fixes 2021-07-25 07:05:42 +00:00
e2058f399c Merge pull request #432 from eshagh79/patch-1
update persian language
2021-07-20 22:24:32 +02:00
4b9b0ac4af update persian language
add translate for app_long_description and faq_1_text
2021-07-20 23:12:08 +04:30
1bc10224a4 Merge pull request #431 from Claini/patch-1
Updated German translation
2021-07-14 09:44:23 +02:00
e8e55bb3be Updated german translations 2021-07-14 01:46:31 +02:00
4582e274f3 Merge pull request #430 from eshagh79/master
add persian language
2021-07-12 19:45:14 +02:00
40ec5299f8 Create strings.xml 2021-07-12 21:58:09 +04:30
2c84ac66f3 Merge pull request #428 from Aga-C/master
Updated Polish translation
2021-06-20 21:20:11 +02:00
91749f4499 Updated Polish translation 2021-06-20 19:47:10 +02:00
a705939c5d Merge pull request #424 from motomoto7/patch-5
Update strings.xml
2021-06-14 15:31:57 +02:00
84085cdfee Update strings.xml 2021-06-14 16:00:39 +03:00
f882a7e0d8 Merge pull request #419 from ltGuillaume/patch-1
Dutch
2021-05-21 19:54:17 +02:00
8a0c65b13c Dutch 2021-05-21 19:45:08 +02:00
035305017b updating changelog 6.8.0 2021-05-21 11:28:33 +02:00
30fdfa965c update version to 6.8.0 2021-05-21 11:28:27 +02:00
26ed93e428 adding some widget handling related improvements 2021-05-21 11:24:55 +02:00
87d1fba95d updating commons 2021-05-21 11:16:39 +02:00
8e09ac7c99 show the notes content if it gets unlocked 2021-05-21 09:32:41 +02:00
ea22778f1a increasing some spacing at the Note Locked view 2021-05-21 09:19:49 +02:00
fea9063c89 Merge pull request #418 from spkprs/patch-4
Update strings.xml
2021-05-20 23:28:01 +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
340f3420b7 Update strings.xml 2021-05-20 22:54:34 +03:00
ca32224071 show the password warning before every locking 2021-05-20 21:33:31 +02:00
73508db24c adding a warning to locking notes 2021-05-20 21:30:52 +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
4724eebedc padding some note locking related strings 2021-05-20 20:16:46 +02:00
6e67a36139 show more items at the top menus 2021-05-20 20:09:19 +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
240e3b5b29 moving some strings and images into Simple Commons 2021-05-20 11:39:44 +02:00
ee76989837 updating commons and gradle 2021-05-20 11:39:30 +02:00
7c40d6533d adding some widget related null checks 2021-05-13 14:52:54 +02:00
5c27c20680 updating changelog 6.7.1 2021-04-20 23:39:21 +02:00
de29682ea0 update version to 6.7.1 2021-04-20 23:39:14 +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
6ae266ca2b updating commons and kotlin 2021-04-20 23:18:17 +02:00
89273f12a7 updating changelog 6.7.0 2021-03-21 17:45:50 +01:00