Tibor Kaputa
8d8ab9554d
Merge pull request #453 from Aga-C/change-undo-redo-visibility
...
Changed undo/redo visibility behavior (#427 )
2021-09-28 23:32:41 +02:00
Tibor Kaputa
e1ac84533d
Update MainActivity.kt
2021-09-28 23:32:16 +02:00
tibbi
b6aee24122
adding one more new string for plural checklists
2021-09-28 23:29:17 +02:00
Tibor Kaputa
450c411976
Merge pull request #455 from Aga-C/add-checklist-top
...
Added new checklist items at the top (#439 )
2021-09-28 23:26:56 +02:00
Tibor Kaputa
e8edc45b94
Merge branch 'master' into add-checklist-top
2021-09-28 23:22:11 +02:00
tibbi
981e7f626c
updating kotlin, commons, gradle
2021-09-28 23:21:15 +02:00
Agnieszka C
d9a5fce48b
Added new checklist items at the top ( #439 )
2021-09-28 20:18:52 +02:00
tibbi
1ed43e85e5
Merge branch 'master' of github.com:SimpleMobileTools/Simple-Notes
2021-09-26 22:57:32 +02:00
tibbi
c565896a73
updating the pt-BR strings
2021-09-26 22:57:22 +02:00
Tibor Kaputa
306d937485
Merge pull request #454 from lnux-usr/patch-1
...
Updates in pt-br translation
2021-09-26 22:53:52 +02:00
lnux-usr
290611a476
Updates in pt-br translation
2021-09-26 17:43:53 -03:00
Agnieszka C
ed1603afad
Changed undo/redo visibility behavior ( #427 )
2021-09-26 19:16:59 +02:00
Agnieszka C
e93fb03484
Merge branch 'master' into fix-import-dialog
2021-09-24 19:03:03 +02:00
Agnieszka C
e54c88ab33
Fixed text in import dialog ( #436 )
2021-09-24 18:17:01 +02:00
tibbi
dd70cfe9a9
updating changelog
6.8.2
2021-09-13 21:28:22 +02:00
tibbi
4f33b6482c
update version to 6.8.2
2021-09-13 21:28:15 +02:00
Tibor Kaputa
a33e418391
Merge pull request #445 from qwertyfinger/fix/google-drive-export
...
Fix error when exporting notes to Google Drive
2021-09-13 21:19:07 +02:00
tibbi
9a53d8aca4
updating commons
2021-09-13 21:18:58 +02:00
Andrii Chubko
ab0d7a5666
Don't update note info if export failed
2021-09-13 05:18:45 +03:00
Andrii Chubko
cbba53b798
Fix error when exporting notes to Google Drive
...
Use "rwt" mode instead of "wt" as the "wt" seems to not work with Google Drive.
See this: https://github.com/itinance/react-native-fs/pull/837#issuecomment-776677509
2021-09-13 05:07:56 +03:00
Tibor Kaputa
578e845e1d
Merge pull request #442 from qwertyfinger/fix-biometric-permanent-lock
...
Remove note protection if biometric id is no longer available
2021-09-08 09:54:06 +02:00
Tibor Kaputa
e099ba62a6
Update WidgetConfigureActivity.kt
2021-09-08 09:53:38 +02:00
Tibor Kaputa
99abbdabcc
Update MainActivity.kt
2021-09-08 09:53:22 +02:00
Tibor Kaputa
ff7e114264
Update Note.kt
2021-09-08 09:53:04 +02:00
Andrii Chubko
5e5576a0e0
Remove one-line if expressions
2021-08-27 20:24:36 +03:00
Andrii Chubko
a2faa7107f
Remove note protection if biometric id is no longer available
...
This check is done to avoid user not being able to unlock the note if he removes biometric id from phone settings.
2021-08-27 14:50:43 +01:00
Andrii Chubko
e9131cabe5
Update commons library version
2021-08-27 13:08:22 +01:00
Andrii Chubko
0bc5673e82
Remove unnecessary permission
2021-08-27 13:08:02 +01:00
tibbi
a66c723a38
add the biometric permission
2021-08-24 19:25:15 +02:00
Tibor Kaputa
63f9af4c60
Merge pull request #441 from qwertyfinger/feature/biometric-lock-api30
...
Add support for locking with biometric ID
2021-08-24 19:23:48 +02:00
Andrii Chubko
c72b7bd9bd
Set correct commons dependency
2021-08-24 20:05:28 +03:00
Andrii Chubko
fadf9bed7e
Use updated security API
2021-08-24 19:24:55 +03:00
Andrii Chubko
bd28e3e4a1
Use updated commons library
2021-08-24 13:36:23 +01:00
tibbi
9542b196a5
updating changelog
6.8.1
2021-08-23 18:00:57 +02:00
tibbi
fc99c1fadd
update version to 6.8.1
2021-08-23 18:00:51 +02:00
tibbi
780bc7ae50
updating commons
2021-08-23 17:58:35 +02:00
tibbi
7cc69ab55b
updating commons and gradle
2021-08-23 17:45:19 +02:00
tibbi
d31a0d8ec7
Merge branch 'master' of github.com:SimpleMobileTools/Simple-Notes
2021-08-23 12:22:31 +02:00
tibbi
f456e12a5d
updating commons and constraintlayout
2021-08-23 12:22:20 +02:00
Tibor Kaputa
0c37e3e176
Merge pull request #437 from qwertyfinger/fix/editing-exported-note-bug
...
Fix editing previously exported notes not working properly
2021-08-22 20:08:45 +02:00
Tibor Kaputa
27071c0020
Merge pull request #438 from ludo77340/patch-1
...
Update strings.xml
2021-08-22 20:01:44 +02:00
Tibor Kaputa
a9ebbaae1d
escaping an apostrophe
2021-08-22 20:01:35 +02:00
ludo77340
42e7577032
Update strings.xml
...
Translate into French the items that were not.
2021-08-22 18:03:24 +02:00
Andrii Chubko
d0a947ddff
Simplify and reformat code
2021-08-22 11:20:12 +03:00
Andrii Chubko
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
Tibor Kaputa
3c2195127e
Update .editorconfig
2021-08-17 09:38:40 +02:00
Tibor Kaputa
407c8bf3c9
Update .editorconfig
2021-08-16 23:14:19 +02:00
Tibor Kaputa
632b996499
Merge pull request #435 from Aga-C/master
...
Updated Polish translation
2021-08-15 22:14:28 +02:00
Agnieszka C
48d7761b1e
Updated Polish translation
2021-08-15 12:15:38 +02:00
Tibor Kaputa
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