Commit Graph

1128 Commits

Author SHA1 Message Date
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 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 c565896a73 updating the pt-BR strings 2021-09-26 22:57:22 +02: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 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 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
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 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 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
Agnieszka C 48d7761b1e Updated Polish translation 2021-08-15 12:15:38 +02:00
Marc Abonce Seguin b2cfa120a0
Add lock/unlock strings in Spanish and some typo fixes 2021-07-25 07:05:42 +00:00
Eshagh 4b9b0ac4af
update persian language
add translate for app_long_description and faq_1_text
2021-07-20 23:12:08 +04:30
Claini e8e55bb3be Updated german translations 2021-07-14 01:46:31 +02:00
Eshagh 40ec5299f8
Create strings.xml 2021-07-12 21:58:09 +04:30
Agnieszka C 91749f4499 Updated Polish translation 2021-06-20 19:47:10 +02:00
motomoto7 84085cdfee
Update strings.xml 2021-06-14 16:00:39 +03:00
Guillaume 8a0c65b13c
Dutch 2021-05-21 19:45:08 +02:00
tibbi 30fdfa965c update version to 6.8.0 2021-05-21 11:28:27 +02:00
tibbi 26ed93e428 adding some widget handling related improvements 2021-05-21 11:24:55 +02:00
tibbi 87d1fba95d updating commons 2021-05-21 11:16:39 +02:00
tibbi 8e09ac7c99 show the notes content if it gets unlocked 2021-05-21 09:32:41 +02:00
tibbi ea22778f1a increasing some spacing at the Note Locked view 2021-05-21 09:19:49 +02:00
Tibor Kaputa fea9063c89
Merge pull request #418 from spkprs/patch-4
Update strings.xml
2021-05-20 23:28:01 +02:00
tibbi d321868d54 handle password protection at widget creation 2021-05-20 23:24:22 +02:00
tibbi 0f5456086e properly handle password protection of menu items 2021-05-20 23:12:19 +02:00
tibbi 81c6da22d4 avoid showing locked note content without password 2021-05-20 22:48:05 +02:00
spkprs 340f3420b7
Update strings.xml 2021-05-20 22:54:34 +03:00
tibbi ca32224071 show the password warning before every locking 2021-05-20 21:33:31 +02:00
tibbi 73508db24c adding a warning to locking notes 2021-05-20 21:30:52 +02:00
tibbi d562df65b3 adding un/locking itself 2021-05-20 21:19:29 +02:00
tibbi ae48ce07a3 adding the locking related menu buttons 2021-05-20 20:54:48 +02:00
tibbi 53182f0507 adding some protection related fields to the Note model 2021-05-20 20:43:38 +02:00
tibbi 4724eebedc padding some note locking related strings 2021-05-20 20:16:46 +02:00
tibbi 6e67a36139 show more items at the top menus 2021-05-20 20:09:19 +02:00
tibbi bd4447fa09 fix #416, do not show a notepicker on startup if we have only 1 note 2021-05-20 20:03:35 +02:00
tibbi 7a52d3e539 adding a 60% font size too 2021-05-20 19:59:14 +02:00
tibbi 81aee12259 adding a 90% font size 2021-05-20 13:34:57 +02:00
tibbi 240e3b5b29 moving some strings and images into Simple Commons 2021-05-20 11:39:44 +02:00
tibbi ee76989837 updating commons and gradle 2021-05-20 11:39:30 +02:00
tibbi 7c40d6533d adding some widget related null checks 2021-05-13 14:52:54 +02:00
tibbi de29682ea0 update version to 6.7.1 2021-04-20 23:39:14 +02:00
tibbi 1072c661d7 avoid trying to sync a note to file, if we have no permission for it 2021-04-20 23:35:48 +02:00
tibbi 6a623c73be fix a glitch at syncing notes with files in some cases 2021-04-20 23:19:23 +02:00
tibbi 6ae266ca2b updating commons and kotlin 2021-04-20 23:18:17 +02:00
tibbi 58597c94b7 update version to 6.7.0 2021-03-21 17:45:15 +01:00
tibbi a6f84909b3 show a note about reseting synced notes 2021-03-21 17:45:08 +01:00
tibbi 3dd51a98e4 allow syncing notes to document uri files 2021-03-21 17:14:29 +01:00
tibbi 7c6bca4fd7 set checklist by default at opening a checklist file 2021-03-21 13:11:01 +01:00
tibbi 4f1bb56d00 allow syncing note with content uris 2021-03-21 11:50:02 +01:00
tibbi 386767bd6f shortening some code 2021-03-21 11:20:57 +01:00
tibbi f3b14460df updating target SDK to 30, remove Storage permission from newer devices 2021-03-21 11:08:42 +01:00
tibbi 8897c39f6d fix a glitch at creating notes synced to files 2021-03-21 10:50:44 +01:00
tibbi 4564c6a561 updating kotling and commons 2021-03-21 10:41:45 +01:00
tibbi 30297e0619 adding a null check 2021-03-21 10:38:09 +01:00
tibbi 0ba1e0e683 limit the file size at 1 MB at folder import too 2021-03-14 17:34:27 +01:00
Sérgio Marques 9cc4fc15d7
Update strings.xml 2021-02-28 19:35:23 +00:00
tibbi d2d782f653 update version to 6.6.2 2021-02-21 00:03:01 +01:00
tibbi 31c74b14c7 adding a check for removing broken checklist items 2021-02-20 23:28:13 +01:00
tibbi b5f6f421b0 fixing some coloring issues 2021-02-20 22:29:56 +01:00
tibbi b267ef3a7e updating kotlin and commons 2021-02-20 22:10:03 +01:00
tibbi c3e7895a11 tweaking a string to make it clearer 2021-02-07 23:06:14 +01:00
Rafael f37b7aba1e Change the wording of the checklist sorting option 2021-02-07 19:39:02 +01:00
Tibor Kaputa ea2ba92e16
Merge pull request #400 from spkprs/patch-3
Update strings.xml
2021-02-02 09:38:24 +01:00
spkprs fd1a6fe8a5
Update strings.xml 2021-02-02 01:56:52 +02:00
GithubUser699 a99a180346
Updated german translations 2021-02-01 23:23:09 +00:00
Nekromanser 1ff2f94fac
Create strings.xml
Adding finnish strings.
2021-01-31 19:24:20 +02:00
Fatih Fırıncı 0bf2917c24
Update strings.xml 2021-01-30 11:38:28 +03:00
tibbi 0125541abe update version to 6.6.1 2021-01-22 11:58:52 +01:00
Guillaume 9036537865
Dutch 2021-01-21 23:32:40 +01:00
tibbi 466fd29faa update commons to 5.33.8 2021-01-21 22:36:14 +01:00
tibbi ed91c9d75a fix #390, make sure Undo/Redo works properly 2021-01-21 21:18:10 +01:00
tibbi 82f47f13fa make the checklist cross and check a bit smaller 2021-01-21 19:02:28 +01:00
tibbi 7740a3cfb8 tweaking the way checklist items are moved to the top or bottom 2021-01-21 19:00:31 +01:00