Commit Graph

47 Commits

Author SHA1 Message Date
ffc79f5578 Implement changing brush size (saves in preferences) 2017-01-14 18:44:43 +01:00
56a953b07c some small style updates 2017-01-14 12:41:46 +01:00
55c0fea00f Add ability to rotate the canvas (closes #32) 2017-01-09 18:52:20 +01:00
f1db0027e8 change undo arrow color on startup 2017-01-04 18:39:34 +01:00
d181d8933e minor formatting update 2017-01-03 19:19:01 +01:00
9ae9edf20c remember brush and background color when reopening the application (implements #30) 2017-01-03 18:27:57 +01:00
ea7b545c66 add some strings and formatting 2016-12-04 19:31:01 +01:00
e6a1268207 Changed Undo arrow color based on the selected background 2016-12-04 18:03:54 +01:00
f8bd541f9a Separated background color functionality from Clear action 2016-12-04 17:40:13 +01:00
9a90f8db00 Added clear color (implements and closes #6) 2016-12-04 15:57:33 +01:00
c84296bee0 add an Invite friends button 2016-08-21 21:32:36 +02:00
be140f3ddc use our own strings for OK and Cancel 2016-08-21 20:40:24 +02:00
d0d12ba107 some minor pull request edits 2016-07-26 19:10:54 +02:00
b08d925d87 Added clear canvas functionality
Method "clearCanvas" added to class MyCanvas. It will clear the path list and update the canvas status on screen.
2016-07-26 17:56:18 +02:00
28b3cf2ffc use localized strings at dialogs 2016-07-24 18:13:23 +02:00
16185a2e05 add Dark theme 2016-07-24 11:36:57 +02:00
e57c70be3a allow rotating the device 2016-07-11 20:43:45 +02:00
4723e9c041 show a Rate us button to returning users 2016-07-01 14:54:25 +02:00
7201062761 add a Google Plus link in the About section 2016-06-27 23:18:16 +02:00
a6a28a533b add a Facebook image at About section 2016-06-19 13:31:19 +02:00
4c7bf87d45 add one more static variable 2016-06-19 10:19:23 +02:00
8b8324c9dd some refactoring, no functionality change 2016-06-19 10:00:47 +02:00
9a1bc79584 prevent duplicate file saving 2016-06-13 16:34:40 +02:00
765cac5fe1 small function change 2016-06-02 20:23:33 +02:00
99e7655e27 add Licences 2016-06-02 20:12:52 +02:00
4ff11c3fee show the Undo button only if there is something drawn 2016-06-01 20:35:25 +02:00
aa56e863cf update Butterknife to 8.0.1 2016-06-01 17:57:33 +02:00
522e34edfe add About section 2016-06-01 17:48:59 +02:00
5b0eb09278 make a constant static 2016-04-25 23:40:03 +02:00
f41804ee5f check for permissions before saving the file 2016-03-16 13:53:33 +01:00
79ecbac4f0 make sure the newly created image shows up well in the gallery 2016-03-06 16:15:11 +01:00
346b8f8287 allow saving the drawing on external storage 2016-03-06 16:00:20 +01:00
6d5d74a158 implement the sharing functionality 2016-02-26 23:51:42 +01:00
bb16867d8e add a Share button 2016-02-26 23:01:07 +01:00
0aeeac2dda change the package name 2016-02-25 22:00:45 +01:00
3efbed742b correct drawing with different colors 2016-02-15 23:38:44 +01:00
06ed6e2748 add a color picker 2016-02-15 23:04:52 +01:00
92b45d87b0 implement Undo functionality 2016-02-15 22:27:40 +01:00
31ee707919 store the paths in an arraylist 2016-02-15 22:12:04 +01:00
71c8769827 round up the edges 2016-02-15 22:03:17 +01:00
81f9d2238e enable antialiasing 2016-02-15 21:55:54 +01:00
3afc9e53dd invalidate the canvas after every touch event 2016-02-15 21:31:34 +01:00
3af4509b1c draw dots on simple clicking 2016-02-15 21:26:30 +01:00
717a629d09 rename some variables 2016-02-15 18:44:11 +01:00
e921b2bbb1 remove the threshold 2016-02-15 18:19:34 +01:00
89ccb7749f add some basic drawing 2016-02-14 23:18:23 +01:00
89ea039fb1 creating the project 2016-02-14 22:04:02 +01:00