Commit Graph

55 Commits

Author SHA1 Message Date
ad3c6aecfd creating a widgets table for holding individual widget info 2018-09-13 15:48:58 +02:00
a5ff23fdb3 properly tell if a note has unsaved changes after device rotation 2018-09-12 15:57:12 +02:00
4612ce53ec fix #219, show a dialog about unsaved changes at exiting when appropriate 2018-09-12 15:44:23 +02:00
96b9f2e206 fix #210, keep note text on device rotation with autosave disabled 2018-09-11 20:55:53 +02:00
d47226edf2 toggle undo/redo menu button visibility as required 2018-07-17 21:23:37 +02:00
2c3a6937a7 adding the undo/redo functionality 2018-07-17 21:09:53 +02:00
48f31b8d83 always notify the given activity of text change 2018-07-17 19:59:40 +02:00
5ca8290c97 move the function for getting note value in the note model itself 2018-04-05 21:55:03 +02:00
696858e2bc fix #136, make sure swiftkey arrows work well 2018-04-05 20:10:07 +02:00
187e7888d2 avoid saving text if current notes view is null 2018-02-22 22:48:57 +01:00
3b4d89ce97 fix #160, allow disabling line wrap 2018-01-26 22:54:18 +01:00
7f15b8c07a properly remove the notes text change listener 2018-01-26 20:27:36 +01:00
f698d784de lets be smarter about displaying the Save button when autosave is off 2018-01-26 20:09:43 +01:00
b59649dfea fix #133, add an option to disable autosave 2018-01-26 18:52:51 +01:00
be4d06f04c fix #109, allow exporting all notes at once 2018-01-26 18:15:19 +01:00
4cd1dfc4f9 minor tweaks to the word count code style 2017-11-21 12:20:09 +01:00
d2fb9240fa Fix missing import
refs #141
2017-11-20 22:58:36 +01:00
0c3bd3a828 Cleanup comments & add id to new relative layout
refs #141
2017-11-20 22:52:14 +01:00
e763f05ec8 Add optional Word Count to Note
- Setting included (default: deactived)
- Translation for en/de

refs #40
2017-11-20 22:39:01 +01:00
b0362dfa1a properly handle orientation changes 2017-11-20 11:18:55 +01:00
bff373afac update SDK to 27 and Commons 2017-11-10 15:28:22 +01:00
ba2a9af7fb fix #112, keep cursor position at Resume 2017-09-23 10:45:31 +02:00
8adaa00967 fix #111, add a toggle for showing keyboard at startup 2017-09-23 10:28:39 +02:00
7de615fecc Allow to use monospaced font 2017-09-19 18:57:33 +03:00
8ed2901389 couple code style updates 2017-09-18 20:00:39 +02:00
09b96a45e8 make sure the cursor is visible at starting the app 2017-06-22 21:05:51 +02:00
80378cd18e adding a null check 2017-06-22 21:00:08 +02:00
cad1cee0a2 Allow to choose whether to put cursor to end of note 2017-06-19 01:35:52 +03:00
80edf02089 Implement appending text received from external application 2017-06-18 22:05:02 +03:00
5ec40cbd9e move the cursor to the end of note 2017-06-14 22:26:25 +02:00
a9e466406c Fix #88 2017-06-13 22:28:59 +03:00
8148107ed4 remove the text change listener for making links clickable, can cause bugs 2017-03-30 23:28:52 +02:00
5db4ed8b92 change "Save as file" to "Export as file" to make it clear its not synced 2017-03-19 00:02:36 +01:00
05ea84c743 move a context extension for getting text gravity into a private function 2017-03-10 00:15:44 +01:00
df353031ae show proper file note text on widgets 2017-03-10 00:11:57 +01:00
c5db35da8d couple corrections to note saving 2017-03-09 21:25:03 +01:00
5ed43bb870 add some renaming related stuff 2017-03-08 23:21:40 +01:00
13d09de4be display success toast at saving notes 2017-03-08 22:22:59 +01:00
b2dec578f8 fetch the proper file content for file types 2017-03-08 22:13:39 +01:00
c5fc3d2bd5 save note to file at pause, if its a file note 2017-03-08 22:05:21 +01:00
6585cf0b2f store the note value in db only if its not linked to a file 2017-03-08 21:49:45 +01:00
db26e22067 fix #68, invalid share error message 2017-03-06 22:12:12 +01:00
79285a197c fix #69, weird behaviour at renaming note 2017-03-06 22:07:24 +01:00
a05056c9f9 fix #61, make links and emails clickable if selected so 2017-03-06 21:01:56 +01:00
01a6067f96 fix #70, do not trim the text before saving 2017-03-06 19:31:42 +01:00
08bf07f7f4 create a config context extension 2017-01-15 11:29:04 +01:00
02e005ec37 update some colors 2017-01-06 21:27:12 +01:00
f31d649f28 move DBHelper in helpers folder 2017-01-06 20:09:30 +01:00
0932fb3816 remove the cursor extensions 2017-01-06 20:00:10 +01:00
f4b0a0e691 moving a couple files in Helpers folder 2017-01-06 19:44:49 +01:00