Commit Graph

1242 Commits

Author SHA1 Message Date
Agnieszka C e54c88ab33 Fixed text in import dialog (#436) 2021-09-24 18:17:01 +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 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 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
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 26ed93e428 adding some widget handling related improvements 2021-05-21 11:24:55 +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 7c40d6533d adding some widget related null checks 2021-05-13 14:52:54 +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 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 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 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 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
Guillaume 9036537865
Dutch 2021-01-21 23:32:40 +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
tanvirahmod e6e1df7563 Fix item movement issue 2021-01-21 17:17:47 +06:00
tanvirahmod 3fa9bebcb2 Add option to move checklist item all the way top or bottom #370 2021-01-21 16:33:38 +06:00
tibbi a64eabde8e be stricter at parsing jsons 2021-01-19 14:38:29 +01:00
Sérgio Marques 7b2716b64e
Update strings.xml 2021-01-16 14:51:05 +00:00
Tibor Kaputa 571d18192d
Merge pull request #389 from ltGuillaume/patch-1
Dutch
2021-01-10 20:37:22 +01:00
tibbi 852ee0ba42 properly import text files containing checklist items as checklists 2021-01-10 20:33:53 +01:00
tibbi d5fd63e331 adding a slovak translation of the new string 2021-01-10 20:18:03 +01:00
Guillaume 657697c7d8
Dutch 2021-01-10 19:51:24 +01:00
tibbi ebca8ff43d make the checklist cross/check and drag handle a bit smaller 2021-01-10 19:24:50 +01:00
tibbi 74cdea8cfb tweaking some things about checklist item removal 2021-01-10 19:16:23 +01:00
Tibor Kaputa 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
tibbi 0fc35236ff lets actually show an error if opening a file fails 2021-01-10 18:41:06 +01:00
tibbi e24a41d51d adding a crashfix 2021-01-10 18:40:35 +01:00
tanvirahmod 0132c9b157 Refactor code 2021-01-04 21:47:09 +06:00
tanvirahmod 75da88ba33 Implement deleting done checklist items 2021-01-04 18:43:54 +06:00
Guillaume 1b54d7bee0
Dutch 2020-12-27 02:15:41 +01:00
Guillaume a03b8d96c2
Dutch 2020-12-27 01:15:57 +01:00
bac1 8c40f11102
Update strings.xml 2020-12-16 05:59:45 +00:00
bac1 582795f09f
Update strings.xml 2020-12-15 16:18:23 +00:00
Tibor Kaputa a64fdf4e63
Merge pull request #383 from bac1/patch-1
Update strings.xml
2020-12-13 15:52:48 +01:00
Tibor Kaputa f6c47b9e01
Update strings.xml 2020-12-13 15:52:37 +01:00
bac1 9d28c081e0
Update strings.xml 2020-12-13 13:45:52 +00:00
bac1 b22835aab0
Update strings.xml 2020-12-13 13:39:13 +00:00
tibbi 31646ceb17 updating the japanese translation 2020-12-05 21:30:11 +01:00
Tibor Kaputa ce30c81a88
Merge pull request #380 from LuisAlfredo92/patch-1
Update strings.xml
2020-11-25 22:30:43 +01:00
Luis Alfredo Figueroa Bracamontes 00dae1318e
Update strings.xml
I removed a long string because it looked like the old description
2020-11-25 13:30:22 -06:00
Fatih Fırıncı 241d9c5b94
Update strings.xml 2020-11-25 22:20:33 +03:00
Sérgio Marques bd5b9f4cea
Update strings.xml 2020-11-20 22:35:04 +00:00
tibbi 8880b4795e fix #376, properly handle printing hashtags 2020-11-04 21:50:11 +01:00
tibbi 810f10c9aa adding Print support 2020-10-29 16:02:34 +01:00
Tommy He b5b97c0187 Finish the remaining zh-CN translations 2020-10-17 20:44:46 +08:00
tibbi 6b6db9d0a2 moving one more drag and drop related interface in commons 2020-10-11 18:50:49 +02:00
tibbi f67b1bfefe moving some drag and drop related interfaces in Simple Commons 2020-10-11 18:45:03 +02:00
Tibor Kaputa d996644f56
Merge pull request #368 from davidre345/patch-1
Updating galician strings
2020-10-03 20:41:55 +02:00
Tibor Kaputa 58cc927d3c
reverting the short description translation 2020-10-03 20:41:46 +02:00
Emanuele Petriglia 10994c02ab
Escape apostrophe 2020-10-03 13:23:21 +00:00
Emanuele Petriglia 2dc5027ad0
translate app's descriptions in Italian 2020-10-03 13:17:30 +00:00
davidre345 379bdb0217
Updating galician strings 2020-10-02 17:23:37 +02:00
D. Domig 1d46940222
Update German translations 2020-10-01 09:21:12 +02:00
nhy42 1495131411 Updated French string.xml 2020-09-26 18:23:54 +02:00
tibbi 7383691f67 adding a null check 2020-09-26 14:19:30 +02:00
tibbi 670cfa152a removing a useles fragment exception 2020-09-26 14:14:03 +02:00
Tibor Kaputa 60daf014c2
Merge pull request #362 from FatihFIRINCI/patch-9
Update Turkish strings.xml
2020-09-19 17:58:11 +02:00
Fatih Fırıncı 5c60a6472f
Update strings.xml 2020-09-19 18:10:34 +03:00
Guillaume dc9709dd46
Dutch 2020-09-19 17:07:37 +02:00
tibbi 55cbd8feaa adding a new string for showing a character count 2020-09-19 16:30:02 +02:00
tibbi 50281671e4 fix #358, allow creating a new note from the Open Note dialog 2020-09-19 16:23:56 +02:00
Tommy He 77be94654b Updated zh_CN to cover all missing strings. 2020-06-02 21:35:38 +08:00
tibbi e6efa46392 removing the NewAppDialog showing up 2020-05-30 16:32:33 +02:00
tibbi 879c2b34d1 add bigger margins at the settings section labels 2020-05-28 22:04:11 +02:00
tibbi d0dfab6855 adding a crashfix at the Plain Text notes 2020-05-28 21:58:58 +02:00
tibbi a9066ab343 fix #348, never remove the antialiasing flag of checklist items 2020-05-28 21:53:32 +02:00
tibbi c03d7ef5a5 show the widget background at full height 2020-05-28 21:40:22 +02:00
tibbi d64f9d889d apply the new way of setting font size in percentage everywhere 2020-05-28 21:38:43 +02:00
Tibor Kaputa a379f572cb
Merge pull request #346 from samikbanik/Issue_#288
Font size settings changed to percentages
2020-05-28 21:28:01 +02:00
tibbi f7af1f286f updating some icons 2020-05-24 21:28:12 +02:00
Samik Banik 08cbf3083f Font size settings changed to percentages 2020-05-07 15:00:33 +01:00
Vytautas Gumbakis 7a3cbcc377
update strings.xml 2020-04-23 00:21:26 +03:00
tibbi dde2076e08 lets notify the users about the SMS Messenger and Voice Recorder apps 2020-04-20 16:01:18 +02:00
tibbi a942121994 try making the "Show keyboard on startup" more reliable 2020-04-20 15:14:32 +02:00
tibbi b258e60b42 replacing some Left and Right xml tags with Start and End 2020-04-20 14:47:38 +02:00
tibbi b9b9333ef1 adding a hint at the main view, if the note is empty 2020-04-20 13:45:29 +02:00
tibbi ae0ac64278 use rounded corners at the widget background 2020-04-20 13:02:41 +02:00
tibbi 17e41deab4 uncheck the file deleting checkbox at removing a synced note 2020-03-29 22:33:50 +02:00
tibbi eee2d57cd2 properly handle exporting checklist note values 2020-03-29 22:20:45 +02:00
tibbi 3c2daaee9a do not show the Export All Notes menu item to users without Storage access 2020-03-29 22:15:05 +02:00
tibbi 6d06cf0f07 add handling for one time file exporting with scoped storage 2020-03-29 22:06:49 +02:00
tibbi b956dd017f using hte previous way of checking current note type 2020-03-29 21:29:55 +02:00
tibbi 628784c213 do not allow undoing the initial note content setup 2020-03-29 21:26:30 +02:00
tibbi 7550daf5a5 simplify the current note type checker 2020-03-29 21:17:15 +02:00
tibbi 25cb371868 do not require Storage permission at opening a file 2020-03-29 20:57:18 +02:00
tibbi 6774077a1a remove the SDK limitation from Storage permission, we just wont ask new users 2020-03-29 20:50:43 +02:00
tibbi bfaee46fc4 do not require any Storage permission at handling intents 2020-03-29 19:56:11 +02:00
tibbi 46237dae0c show Import Folder only if the app already has Read Storage permission 2020-03-29 19:05:03 +02:00
tibbi f79fb970b3 request the Write Storage permission only on Android below sdk 28 2020-03-29 19:03:51 +02:00
tibbi d4d5dc37b4 clear only background spans of some views, not all 2020-03-29 16:43:16 +02:00
tibbi deb583c647 tweaking some Search related code style, no real functionality change
Also taking some things from Commons
2020-03-29 16:27:21 +02:00
tibbi 9003e55709 removing some unused functions 2020-03-29 16:04:18 +02:00
tibbi 2255027792 removing the grey dividers from settings 2020-03-29 16:04:05 +02:00
Pavol Franek 6733a9f263 Allow opening files as Checklists 2020-03-29 10:40:17 +02:00
Tibor Kaputa 8bdac0e761
Merge pull request #338 from SimpleMobileTools/search
Search
2020-03-25 20:34:09 +01:00
Tibor Kaputa 7d7fa44037
make sure the search items are centered vertically 2020-03-25 20:33:57 +01:00
Pavol Franek 1d9775fac6 fixed review issues 2 2020-03-25 20:01:08 +01:00
Pavol Franek 0e3ae48386 fixed review issues 1 2020-03-25 13:30:16 +01:00
Pavol Franek 6793be0039 fixes 2020-03-25 13:12:22 +01:00
Pavol Franek 8b20ccde0b searching for strings in a given note, then highlighting and looping through the string occurrences with some arrows. 2020-03-24 08:46:59 +01:00
Pavol Franek 716953ec9d WIP - searching for strings in a given note, then highlighting and looping through the string occurrences with some arrows. 2020-03-22 16:36:50 +01:00
tibbi eddbdc8408 updating some app images 2020-03-21 23:22:04 +01:00
spkprs 84fcec7a96
Update strings.xml 2020-03-13 19:53:58 +03:00
Tibor Kaputa 766d769b89
translating one more line 2020-03-13 16:24:42 +01:00
spkprs 9bda0eef7c
Update strings.xml 2020-03-13 16:26:03 +03:00
tibbi ebb7010790 updating Google Play listing, make it more verbose 2020-03-13 13:25:31 +01:00
tibbi 8b7e068e8d updating commons to 5.22.18 2020-03-08 11:24:41 +01:00
Tibor Kaputa 661e5e4049
Merge pull request #333 from ltGuillaume/patch-2
Dutch
2020-03-07 21:20:53 +01:00
Tibor Kaputa 2647768a7a
escaping an apostrophe 2020-03-07 21:19:35 +01:00
Fatih Fırıncı 84ea4397a3
Update strings.xml 2020-03-07 20:09:06 +03:00
Guillaume 4f98e8e181
Dutch 2020-03-07 15:25:46 +01:00
tibbi 1e63d02f00 adding some links in the apps long description 2020-03-06 13:07:10 +01:00
tibbi e771818fd5 set continuation indent size to 8 in Android Studio 2020-03-03 17:08:21 +01:00
tibbi 5c94460924 minor formatting change 2020-03-03 10:54:20 +01:00
Pavol Franek 5c7674744d - fixed style config and code format 2020-03-03 09:47:01 +01:00
Pavol Franek f66c90e495 - updated code style format and removed debug extension 2020-03-02 06:51:30 +01:00
Pavol Franek 7b12650db9 - fixed app crash when gson can not deserialize note
- create checklist notes if user paste note with new line char
2020-03-01 16:53:09 +01:00
Pavol Franek 86714229b4 - wip: app crash when gson can not deserialize note 2020-02-29 10:28:54 +01:00
tibbi 51f1dc67b4 updating app icon 2020-02-16 10:57:20 +01:00
tibbi bffe58aca5 adding greek app translation 2020-02-05 12:48:26 +01:00
tibbi b4b5a181ae moving the font size related settings into Commons 2020-02-05 11:32:10 +01:00
tibbi 0eee2a7de5 updating target SDK to 29, but use requestLegacyExternalStorage 2020-01-30 20:23:35 +01:00
herkul-s 957fc53d5c
adding czech strings 2020-01-18 17:10:19 +01:00
Florian Scholdei 46b19021c4
Small typo 2020-01-12 21:50:54 +01:00
Florian Scholdei 7f0ea4b6de
Adding German strings 2020-01-12 21:45:43 +01:00
tibbi 224ba376cf use white text highlight color at B&W theme 2020-01-03 23:45:25 +01:00
tibbi 9e2429ad73 adding some top margin inside the Open Note dialog 2020-01-03 23:35:03 +01:00
tibbi 923777a5c7 use white color for urls in B&W theme 2020-01-03 23:32:39 +01:00
Luis Alfredo Figueroa Bracamontes 8e9d508d4c
Update string.xml
Some translations
2019-12-31 19:14:14 -06:00
Sérgio Marques 04b50d8b43
Update strings.xml 2019-12-20 22:37:12 +00:00
fricyo 642309f567
Update Translation 2019-12-16 17:41:52 +08:00
zmni 8fc5692679 Update Indonesian translation 2019-12-15 17:07:37 +07:00
tibbi 3384d93329 adding some new items at the release notes 2019-12-08 20:28:39 +01:00
tibbi e7be99c528 apply the selected gravity at checklist items too 2019-12-08 20:16:51 +01:00
Tibor Kaputa 0dc3f4d7f5
Merge pull request #313 from ltGuillaume/patch-2
Dutch
2019-12-08 20:04:40 +01:00
tibbi 0b81d11c9a fix #265, allow reordering checklist items by dragging them 2019-12-08 19:51:27 +01:00
Guillaume c6c0052516
Dutch 2019-12-08 17:54:02 +01:00
tibbi 11155ee12a adding a drag handler at checklist items 2019-12-08 13:03:17 +01:00
tibbi 812f382775 replacing some xml tags with proper RTL tags 2019-12-08 11:52:54 +01:00
tibbi fa63a699b8 implement the undone checklist item moving 2019-12-07 15:32:32 +01:00
tibbi a66d5c0e89 adding some crashfixes 2019-12-07 15:22:32 +01:00
tibbi bf3f02461d adding the settings item for moving undone checklist items 2019-12-07 15:04:40 +01:00
tibbi 970f641854 removing some redundant setting tags 2019-12-07 15:00:49 +01:00
tibbi e13926e6f5 adding an extra check to avoid deleting wrong notes 2019-12-07 13:56:53 +01:00
tibbi 4c98d5201e fix #300, make the note title check at renaming case insensitive 2019-12-07 13:03:29 +01:00
tibbi ded6231dab fix #302, apply the selected text size on checklist items too 2019-12-07 12:50:58 +01:00
tibbi d4d7eecab0 adding a new string related to moving undone checklist items at the top 2019-12-07 12:45:17 +01:00
Sérgio Marques 8a4a0997b9
Update strings.xml 2019-11-18 22:41:47 +00:00
tibbi ef0e2fda13 updating some french strings 2019-11-18 09:19:08 +01:00
Tibor Kaputa 656aa2d8c1
escaping an apostrophe
just adding it here so the code can be compiled, it is removed at copypasting to Google Play
2019-11-11 23:57:09 +01:00
Guillaume 337af94b7f
Dutch
<50 chars
2019-11-11 23:54:34 +01:00
Guillaume 3702e399ee
Dutch 2019-11-11 20:26:58 +01:00
tibbi a60e339066 adding a more descriptive app title to be translated 2019-11-10 18:52:11 +01:00
fricyo ffcdf94fd7
Update Translation 2019-11-03 14:17:08 +08:00
zmni ca182de489 Update indonesian translation 2019-10-30 19:16:42 +07:00
Guillaume b2570c3f00
Dutch 2019-10-28 22:34:03 +01:00
tibbi cba300dcdf show the widget color change button in settings only at 1 widget 2019-10-28 14:02:22 +01:00
tibbi 7fac9e3347 lets show the new FAQ item 2019-10-28 14:01:43 +01:00
tibbi dc3e1d8c48 adding a new string related to customizing widget colors 2019-10-28 12:26:36 +01:00
tibbi 432331304e hide the Customize Widget Color settings button at multiple widgets 2019-10-28 11:45:02 +01:00
tibbi bbc14d4aae fix #298, properly save checklist values at renaming 2019-10-28 11:31:36 +01:00
tibbi e4a8eb67df adding some localized fastlane files 2019-10-16 22:45:19 +02:00
Matheus Victor abc9c5c533 update short description (pt-rBR) 2019-10-01 21:39:34 -03:00
Tibor Kaputa c068e9e02c
reverting the app short description, it is too long 2019-10-01 21:39:38 +02:00
Matheus Victor 22c2ad7b04 update strings pt-rBR 2019-10-01 10:27:13 -03:00
tibbi 55a460572b fix a glitch with note content being trimmed 2019-09-16 22:10:46 +02:00
Sérgio Marques bd9bfd7f18
Update strings.xml 2019-09-07 01:28:00 +01:00
tibbi f19e0ff5d0 change the "Pick a note" dialog title to "Open note" 2019-09-03 11:54:54 +02:00
tibbi 5cc89d4ef3 adding the per-widget saving color in release notes 2019-08-19 23:27:56 +02:00
tibbi 21a5c99315 fix #269, allow using different colors per widget 2019-08-19 23:24:47 +02:00
tibbi 93c6079fa9 lets store the widget text and background colors separately per widget 2019-08-19 23:11:21 +02:00
tibbi b71768a0dc create a new background thread only when needed 2019-08-19 22:38:59 +02:00
tibbi ec7621b988 properly color the top menu items 2019-08-19 22:36:23 +02:00
tibbi afd4ee00b6 update commons to 5.16.12 2019-08-19 22:31:58 +02:00
fricyo 43ea784c32
Update Translation 2019-07-28 18:46:48 +08:00
tibbi b34f95ac58 fixing widget scrolling 2019-07-26 09:44:01 +02:00
tibbi f077c38ff3 adding the bottom navigation bar color changing in Whats New 2019-07-25 11:33:04 +02:00
tibbi c051160368 removing some warnings 2019-07-25 11:26:26 +02:00
tibbi 058e030e64 updating the widget layout style, framelayout has no orientation 2019-07-24 22:50:19 +02:00
tibbi af12e6dd35 Merge branch 'widget_hot_fixes' of https://github.com/herou/Simple-Notes 2019-07-24 22:47:48 +02:00
Guillaume 59b92dbac3
Dutch 2019-07-24 17:53:46 +02:00
tibbi 12361a7496 updating the apps short description 2019-07-24 10:50:14 +02:00
10cents c98539faf9
Update strings.xml 2019-07-20 15:01:23 +00:00
zmni ae4643f356 Create Indonesian translation 2019-06-26 16:34:51 +07:00
Eljo baadf29d34 -fixed, text gets cut on widget #284 2019-06-24 22:35:03 +02:00
motomoto7 af52a5ca85
Ukrainian 2019-06-18 14:22:35 +03:00
tibbi c49e210344 reduce the max file size to import from 10 to 1 mb 2019-06-14 16:49:30 +02:00
motomoto7 95728fdcae
Ukrainian, Update strings.xml 2019-06-14 15:28:15 +03:00
Nikola Trubitsyn 2b34b1a3fc
Update strings.xml 2019-06-11 01:57:10 +03:00
tibbi 61eb1cdfc7 removing values-ua strings 2019-05-21 22:55:50 +02:00
motomoto7 b60c3631fd
Create values-uk/strings.xml
Copied strings from values-ua
2019-05-21 11:37:37 +03:00
motomoto7 943dfe97f3
Create strings.xml
Ukrainian translation
2019-05-07 15:20:38 +03:00
Tibor Kaputa e2c7f46313
Update strings.xml 2019-03-11 22:50:06 +01:00
Cymrodor ad2bb4c7ac
Created Welsh localisation 2019-03-11 20:53:26 +00:00
tibbi b239c7c1a2 fix #264, properly handle notes synced to SD card files 2019-03-09 12:07:19 +01:00
tibbi 7b1e0a5ea0 fix some glitches related to exporting current notes 2019-03-08 23:27:58 +01:00
tibbi 53340c9972 removing a redundant variable 2019-03-08 23:10:28 +01:00
tibbi aa25f23c38 fix some glitches related to notes synced to files 2019-03-08 22:56:35 +01:00
tibbi 853ee3143c updating gradle, kotlin, commons 2019-03-08 21:03:19 +01:00
tibbi ac57d1d7df do not require the faketouch device feature 2019-03-08 21:00:30 +01:00
en2sv 644912e5ce
Update Swedish translation 2019-02-23 20:25:42 +01:00
Fatih Fırıncı f17a9478c4
Update strings.xml 2019-02-17 12:22:29 +00:00
ScratchBuild 530e91edb1 Update Japanese translation 2019-01-29 16:14:09 +09:00
tibbi 3ebc3bce42 hide the notes picker view when we are just customizing widget colors 2019-01-26 15:03:23 +01:00
tibbi a833eb5c0b replacing widget checklist margins with paddings 2019-01-25 23:58:57 +01:00
tibbi 13dbe73709 fix #258, properly update Checklist widgets at updating the note 2019-01-25 23:52:15 +01:00
tibbi 5f73989dad updating commons, gradle and kotlin 2019-01-25 23:39:35 +01:00
karmac 66b56a6c82 Translate to Arabic 2019-01-21 19:10:06 +02:00
Sérgio Marques 8bb513be0a
Update strings.xml 2019-01-09 23:34:09 +00:00
dugi9991 c269e6d1eb Update strings.xml
Updated newly added strings.
2019-01-06 22:16:27 +01:00
tibbi a584c8da17 properly remove the checklists placeholder at adding new items 2018-12-27 15:53:56 +01:00
tibbi 94d020ea3c use the plural version of empty checklist placeholder text 2018-12-27 15:52:20 +01:00
tibbi f153b78b42 fix #247, add an extra check about write permissions when saving note content 2018-12-27 15:41:56 +01:00
tibbi 30fcf9d0f4 fix #251, properly handle exporting notes on SD cards 2018-12-27 10:33:23 +01:00
tibbi 622778e882 allow adding 3 checklist items at once 2018-12-26 23:50:41 +01:00
tibbi 02c73cdec0 fix #249, allow renaming checklist items 2018-12-26 23:34:04 +01:00
tibbi aedf7b7d79 replace checklist item editing with renaming 2018-12-26 23:17:58 +01:00
tibbi 451c7bb19f add a cab button for editing checklist items 2018-12-26 23:10:03 +01:00
tibbi 8bba5eb942 adding a new FAQ item related to disappearing launcher icon 2018-12-26 23:02:52 +01:00
Emanuele Petriglia 57baf73f50
Improve italian translations 2018-12-25 10:44:57 +00:00
fricyo 9a9627fe2a
Update Translation 2018-12-20 16:31:02 +08:00
Guillaume 880cb91ac6
Dutch 2018-12-20 02:48:47 +01:00
Emanuele Petriglia b6a806a375
Improve checklists translations 2018-12-19 20:21:38 +00:00
tibbi 8f5126f02a adding a new string for adding multiple checklist items at once 2018-12-19 20:51:32 +01:00
tibbi 42c14576be properly clean up removed widgets from the database 2018-12-16 21:01:08 +01:00
Guillaume 987ffbaeab
Dutch 2018-12-15 21:24:53 +01:00
Guillaume f980dbb38d
Dutch
Thanks for the checklist feature!
2018-12-15 21:20:38 +01:00
Sérgio Marques c95fe3b68c
Update strings.xml 2018-12-12 22:33:54 +00:00
kniddl 32168b3bf2
Update German strings 2018-12-10 14:33:03 +01:00
tibbi 4c18b24cae adding the new checklist type of note in release notes 2018-12-09 22:43:02 +01:00
tibbi b3203cb822 require just a context to NotesHelper, not whole activity 2018-12-09 21:30:46 +01:00
tibbi 6264edcdca hide some menu buttons at checklist notes 2018-12-09 21:22:12 +01:00
tibbi b921356feb remember last created note type 2018-12-09 21:15:51 +01:00
tibbi 4498428fb5 fix #238, save note text at renaming, if autosave is enabled 2018-12-09 21:03:23 +01:00
tibbi b314acf30c fix #241, check all third party intents at onNewIntent too 2018-12-09 20:57:02 +01:00
tibbi 13dd6164bd get the notes earlier at the importing process 2018-12-09 20:52:23 +01:00
tibbi a66ac61f98 fix some threading issues at importing notes via View intents 2018-12-09 20:31:59 +01:00
tibbi cf12439771 handle checklists at Open Text intent 2018-12-09 20:25:29 +01:00
tibbi b6f8bea868 fix checklist handling at mass folder importing 2018-12-09 20:18:45 +01:00
tibbi 58d488b4a7 trim file extension at opening a checklist file 2018-12-09 20:10:52 +01:00
tibbi 21e2a282b8 do not allow syncing checklist files with the note itself 2018-12-09 20:08:44 +01:00
tibbi ec5977cf9f add handling for exporting and sharing checklist notes 2018-12-09 19:03:06 +01:00
tibbi 3f153822cc update the checklist widget after modifying an item 2018-12-09 18:46:34 +01:00
tibbi eb75c111d3 lower the alpha and add strike through text of done checklist items on widget 2018-12-09 18:38:25 +01:00
tibbi a733d9021e optimizing checklist widget loading 2018-12-09 17:37:31 +01:00
tibbi b8f18f9ae9 adding some checklist widget handling 2018-12-09 17:14:01 +01:00
Emanuele Petriglia 78ccf1a87d
Update italian translation 2018-12-09 16:04:04 +00:00
fricyo 07b2647017
Update Translation 2018-12-09 22:26:05 +08:00
tibbi 3248d942cd properly handle text color changing at the list widget 2018-12-09 12:17:35 +01:00
tibbi 2ebcdcd647 show proper checklist items at the widget config screen 2018-12-09 12:05:09 +01:00
tibbi c35d97d49a use a different view at the widget config screen for checklists 2018-12-09 11:26:14 +01:00
tibbi 378ad17326 tweaking some New Note dialog paddings 2018-12-09 11:02:33 +01:00
tibbi 37eb009349 refresh the checklist if the first item is added 2018-12-09 10:42:48 +01:00
tibbi 334056852a adding a placeholder at empty checklists 2018-12-09 10:40:50 +01:00
tibbi 57450ac5f7 change the way new note types are determined, to a radio button 2018-12-09 10:00:06 +01:00
tibbi 60671c7774 adding new strings related to new note types 2018-12-09 09:48:15 +01:00
tibbi 1d90b76d32 handle deleting checklist items 2018-12-08 23:34:53 +01:00
tibbi ddb5654b9f toggle checklist item checked state on click 2018-12-08 23:04:20 +01:00
tibbi 0babf17c63 adding some cross and check icons to checklist items 2018-12-08 20:45:30 +01:00
tibbi 2d61509590 reduce the alpha and strike thru text of completed tasks 2018-12-08 19:55:20 +01:00
tibbi 441b2d204e handle saving/loading checklist items from the db 2018-12-08 19:36:47 +01:00
tibbi 878221bf80 Merge branch 'master' of github.com:SimpleMobileTools/Simple-Notes 2018-12-08 19:26:06 +01:00
tibbi f34ce020bb display the checklist items on the recycler view 2018-12-08 19:23:49 +01:00
Jeff Huang e437a0780b Update zh-rTW translations. 2018-12-08 08:16:25 +08:00
tibbi c4ab67b2df hide the keyboard at checklist notes 2018-12-07 23:39:45 +01:00
tibbi d021a9d0fd allow adding new items to checklists 2018-12-07 23:37:03 +01:00
tibbi c0acb525ad adding a FAB at the checklist fragment 2018-12-07 23:08:26 +01:00
tibbi 22be4e4ac4 adding a new ChecklistFragment and rename NoteFragment to TextFragment 2018-12-07 22:16:21 +01:00
tibbi 2d36835ebb allow creating notes of a new type, Checklist 2018-12-07 21:55:21 +01:00
tibbi d9993f46cf adding a new string for checklists 2018-12-07 21:41:52 +01:00
tibbi d470bc1d59 fixing a space 2018-11-28 11:18:49 +01:00
fricyo edd555d2c1
Update Translation 2018-11-28 18:16:54 +08:00
en2sv 7636bbf1f9
Update Swedish translation 2018-11-18 20:26:08 +01:00
Sérgio Marques d332263893
Update strings.xml 2018-11-17 15:18:42 +00:00
tibbi fa947fffe5 fix a crash at placing a widget before launching the app once 2018-11-16 23:39:25 +01:00
tibbi 8969a1a426 fix a glitch with disappearing note values 2018-11-16 23:31:11 +01:00
tibbi 0f79bc1697 display Success message at synced notes if set so 2018-11-08 11:59:09 +01:00
tibbi 22f9db423b fix some glitches related to opening third party intents 2018-11-08 11:44:29 +01:00
tibbi 05ee03f351 fix renaming notes exported to files 2018-11-08 11:10:40 +01:00
tibbi ad216cb15d do not show success toast at notes synced with files 2018-11-08 10:51:19 +01:00
tibbi 742fe5d842 couple improvements to widgets and intent handling 2018-11-07 23:46:17 +01:00
tibbi a6b9cbba9b ensure proper note being focused at viewpager 2018-11-07 23:10:05 +01:00
tibbi 27c815ec3f invalidate the options menu at every viewpager refreshing 2018-11-07 22:52:28 +01:00
tibbi d387820ad2 remove our custom executor from running Room queries 2018-11-07 22:41:18 +01:00
tibbi 60bf552984 adding a hack at first app launch to ensure proper database prepopulation 2018-11-07 22:40:08 +01:00
tibbi 213cbd80fe adding widget support too 2018-11-07 21:32:29 +01:00
tibbi 66821397e9 moving another function in Room 2018-11-07 20:39:17 +01:00
tibbi 43896a964a moving more db related functions to Room 2018-11-07 20:12:07 +01:00
tibbi 95ab889045 handle note updating and inserting 2018-11-07 19:57:30 +01:00
tibbi 99ee559836 change the Note ID type to Long 2018-11-07 19:00:06 +01:00
tibbi 885170edfc move some note fetchin related functions in Room 2018-11-07 18:38:27 +01:00
tibbi 32837ebb38 removing a weird helper function 2018-11-07 17:10:00 +01:00
tibbi 54fa5096ee fix a glitch with deleting the default note 2018-11-07 14:01:26 +01:00
tibbi f26ea25a1e use one shared function for updating note title, value, path 2018-11-07 12:58:35 +01:00
tibbi 2fc3d8cba9 insert the initial note at creating the Room database 2018-11-07 12:33:34 +01:00
tibbi d0e731fcb7 create a table for widgets 2018-11-07 12:25:47 +01:00
tibbi e7ff0c6e15 preparing the migration to Room database 2018-11-07 12:18:52 +01:00
tibbi db6642ca9e removing some redundant old DB related things 2018-11-07 11:55:55 +01:00
tibbi 0635dac078 appending package name with .pro 2018-11-07 11:48:09 +01:00
tibbi 435272c8b3 removing Stetho and Upgrade to Pro button 2018-11-07 11:23:54 +01:00
tibbi e8e0d09b20 removing Leak Canary license 2018-11-07 11:18:01 +01:00
tibbi 477b1ffcd4 update commons to 5.3.13 2018-11-07 11:14:40 +01:00
Fatih Fırıncı 85aaf0afc2
Update strings.xml 2018-11-04 22:57:44 +00:00
Jeff Huang ed9d09266a Update zh-rTW translation. 2018-11-04 11:23:07 +08:00
Emanuele Petriglia 32c3db29e0
Update italian translation 2018-10-26 08:50:17 +00:00
tibbi 894d9dadb8 fix #87, add an option at file exporting to keep the note synced with file 2018-10-25 23:42:15 +02:00
tibbi 0d6de330f9 show the Show Hidden Items button at the file picker dialogs 2018-10-25 23:07:10 +02:00
tibbi 1d53171568 adding a new string related to exporting file content 2018-10-25 22:43:18 +02:00
tibbi 29eaf1d0a5 make the Open File dialog radio button paddings a bit smaller 2018-10-25 22:34:17 +02:00
tibbi e5aeb76b65 add a Fragment extension for getting config with shorter code 2018-10-25 21:57:21 +02:00
tibbi 218723865d update widget text color when appropriate 2018-10-25 21:44:33 +02:00
tibbi 3c368db0fe updating Commons with some code updates 2018-10-25 21:09:36 +02:00
Emanuele Petriglia a2215c2b10
Updata italian translation 2018-10-19 15:58:28 +00:00
tibbi 5c1bc40b34 use lowercase m at Incognito mode 2018-10-19 13:24:31 +02:00
tibbi 181527d52b flip Line wrap and Ingocnito mode in settings 2018-10-19 13:21:15 +02:00
tibbi e90a249520 avoid crashing at Undo issues, report the error and do not continue 2018-10-19 12:33:35 +02:00
tibbi 9c5624314b rename personalized learning to incognito mode 2018-10-19 12:19:56 +02:00
tibbi a3f2caba2e adding a new option for disabling personalized learning of keyboards on Oreo 2018-10-19 12:08:36 +02:00
Tibor Kaputa 14c4395b39
Merge pull request #227 from trubitsyn/keyboard-incognito-mode
Disable personalized learning when typing note text
2018-10-19 11:12:17 +02:00
tibbi f7f08931f3 fix keyboard showing at app startup 2018-10-19 11:11:15 +02:00
tibbi e264bad268 updating Commons to 5.1.4, min required Android OS to 5 2018-10-18 17:51:00 +02:00
Nikola Trubitsyn 593a9dc6b1 Set IME_FLAG_NO_PERSONALIZED_LEARNING on note's EditText
Details: https://d.android.com/reference/android/view/inputmethod/EditorInfo.html#IME_FLAG_NO_PERSONALIZED_LEARNING
2018-10-09 23:09:35 +03:00
fricyo f9817c2b59
Update Translation 2018-10-07 17:01:21 +08:00
Emanuele Petriglia 4ea22ee3a3
Update italian translation 2018-10-06 11:48:40 +00:00
Martin Schneider bc57c96b39
Some missing German translations added 2018-09-17 20:16:22 +02:00
Tibor Kaputa 96575ff2d0
Merge pull request #220 from dugi991/master
Updated Croatian translations
2018-09-15 16:52:52 +02:00
Tibor Kaputa 584bcf7f65
Merge pull request #221 from trubitsyn/patch-1
Update values-ru/strings.xml
2018-09-15 16:52:47 +02:00
Sérgio Marques 7500ad83f1
Update strings.xml 2018-09-15 15:29:53 +01:00
Nikola Trubitsyn e361f63d31
Update values-ru/strings.xml 2018-09-15 14:41:36 +03:00
dugi991 7f36359813
Updated Croatian translations
Translated new strings.
2018-09-15 11:30:33 +00:00
tibbi 64e9603f5b adding separate widgets per notes in the release notes 2018-09-13 23:57:40 +02:00
tibbi cc01f380f8 do not show the widget note picker if we are just customizing the colors 2018-09-13 23:07:39 +02:00
tibbi 10a4695062 some cleanup around widgetProvider 2018-09-13 23:02:40 +02:00
tibbi ce7485fa85 make sure the proper note gets opened at a widget click 2018-09-13 22:52:17 +02:00
tibbi 890fc948b9 lets just update all widgets on update 2018-09-13 22:41:35 +02:00
tibbi 501efea07b delete note widgets after deleting a note 2018-09-13 21:19:16 +02:00
tibbi e9ebe65ea6 adding some code related to updating specific widgets only 2018-09-13 21:14:53 +02:00
tibbi 3bd04a6eb6 fixing a table name at a db insertion 2018-09-13 21:03:40 +02:00
tibbi 64953a4e7d store all added note widgets in a database 2018-09-13 16:02:56 +02:00
tibbi ad3c6aecfd creating a widgets table for holding individual widget info 2018-09-13 15:48:58 +02:00
tibbi 350572394c allow selecting a different note at the widget config screen 2018-09-12 22:58:34 +02:00
tibbi 4743db8dc0 add a widget note picker at the config screen, if more notes are available 2018-09-12 20:48:22 +02:00
tibbi f52aa7f245 fix #120, make sure the proper note is shown at clicking a widget 2018-09-12 18:54:10 +02:00
tibbi 67a3a5e811 send the note ID at clicking widget background too 2018-09-12 18:43:16 +02:00