Commit Graph

591 Commits

Author SHA1 Message Date
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
tibbi a5ff23fdb3 properly tell if a note has unsaved changes after device rotation 2018-09-12 15:57:12 +02:00
tibbi 4612ce53ec fix #219, show a dialog about unsaved changes at exiting when appropriate 2018-09-12 15:44:23 +02:00
tibbi 24797f1c41 adding a new string about unsaved changes 2018-09-12 15:02:28 +02:00
tibbi 96b9f2e206 fix #210, keep note text on device rotation with autosave disabled 2018-09-11 20:55:53 +02:00
tibbi 6ef08ae411 fix #216, reduce the widget text padding 2018-09-11 13:24:05 +02:00
tibbi d6067001ff updating commons, sdk, kotlin 2018-09-11 13:14:44 +02:00
tibbi c9becb9359 fix #211, use the note title as the subject at Share 2018-08-10 20:33:12 +02:00
tibbi c822645240 fix #214, do not show the note picker at rotating the device 2018-08-10 20:25:54 +02:00
tibbi 11ef37fe54 update commons to 4.6.5 2018-08-10 20:23:00 +02:00
Gozzwip dadf215fe0
adding translations 2018-07-20 19:14:33 +05:00
tibbi 8efb97dbd0 adding undo/redo in release notes 2018-07-17 23:53:28 +02:00
tibbi d47226edf2 toggle undo/redo menu button visibility as required 2018-07-17 21:23:37 +02:00
tibbi 2c3a6937a7 adding the undo/redo functionality 2018-07-17 21:09:53 +02:00
tibbi 48f31b8d83 always notify the given activity of text change 2018-07-17 19:59:40 +02:00
tibbi bc6cb492ef adding undo/redo menu items 2018-07-17 17:49:41 +02:00
tibbi 4355a79d74 fix #200, allow sharing text after device rotating 2018-07-17 16:30:36 +02:00
tibbi 88761e6c72 add the check for showing the widget unavailability dialog 2018-07-17 16:02:57 +02:00
tibbi 5b89fec26f adding a Purchase Simple Thank You settings button 2018-07-17 15:55:17 +02:00
tibbi de43be8c15 update commons to 4.4.27 2018-07-17 15:51:13 +02:00
en2sv 1cfabf011f
Update Swedish translation 2018-07-08 20:20:01 +02:00
Tibor Kaputa 123a17c58d
reverting the comment translations 2018-06-22 08:55:16 +02:00
Ailm Coll 08badc68bd
PT-BR translation update [2018.06.21]
Local resource file strings.xml
2018-06-21 23:09:46 -03:00
gregory678 ed5669ba83
PL translation update [2018.06.18] 2018-06-18 21:26:11 +02:00
tibbi 9aec25fdd5 reverting some german translations 2018-06-05 09:24:23 +02:00
Jonas Schubert 5c722664e0 Updated german translations 2018-06-04 22:29:16 +02:00
fricyo 7c9efaca72
Update Translation 2018-06-04 17:48:05 +08:00
Sérgio Marques dcd4fcdfd7
Update strings.xml 2018-05-21 13:43:59 +01:00
Fatih Fırıncı d8048a74b9
Update strings.xml 2018-05-17 20:02:08 +03:00
tibbi a1cb714581 removing the old ic_launcher_foreground file 2018-05-17 15:55:40 +02:00
tibbi f00ae5de18 add correct note title to all notes at importing a folder 2018-05-17 11:39:49 +02:00
tibbi e5dba29899 avoid importing actual folders at Import folder 2018-05-17 11:21:16 +02:00
tibbi 912635c42b adding colored launcher icons 2018-05-17 10:56:36 +02:00
tibbi abbf666df5 split Settings into subsections 2018-05-17 10:21:32 +02:00
tibbi 72968c6995 add a settings button for customizing widget colors without recreating 2018-05-17 09:59:27 +02:00
tibbi 26c19f7aaa update strings url to https 2018-05-16 23:11:25 +02:00
Nikola Trubitsyn 99d82a9005 Fix a wrong import that occasionally had same IDs 2018-05-08 11:05:19 +03:00
Nikola Trubitsyn 37cb35c6fc Use "Folder" title instead of "Filename" 2018-05-08 10:55:55 +03:00
Nikola Trubitsyn a39fde4c11 Add Import Folder option 2018-05-08 10:43:37 +03:00
Nikola Trubitsyn 6f43408660 Add import_folder string resource 2018-05-08 09:03:54 +03:00
tibbi 43276584df fixing the turkish translation 2018-04-13 14:03:41 +02:00
tibbi 86f7dfe0c2 tweak some side margins at exporting dialogs 2018-04-05 22:03:11 +02:00
tibbi 5ca8290c97 move the function for getting note value in the note model itself 2018-04-05 21:55:03 +02:00
tibbi 696858e2bc fix #136, make sure swiftkey arrows work well 2018-04-05 20:10:07 +02:00
tibbi 153fd81150 update commons to 3.18.9 2018-04-05 15:47:07 +02:00
tibbi f14bc3d1e4 updating some lithuanian strings 2018-04-04 09:38:07 +02:00
Kompiuterių meistras +37060040020 5d35866f7f
Update strings.xml 2018-04-04 01:35:28 +03:00
Unknown fe72b85654 Croatian translation
App completely translated to Croatian language.
2018-03-30 00:14:25 +02:00
julianaito 627052e098 Updated and made some fixes to the French translation 2018-03-12 13:36:32 +01:00
Tibor Kaputa d1e3784d92
tweaking some spacing 2018-03-05 09:03:31 +01:00
fricyo acdc01944f
Creat the translation of Chinese(TW) 2018-03-05 14:00:37 +08:00
tibbi 1665de156a fix #173, check invalid characters at filenames 2018-02-22 23:42:04 +01:00