Commit Graph

106 Commits

Author SHA1 Message Date
Lewis Hemens 5ce286d343 Added issues link 2014-03-26 21:00:29 +00:00
Lewis Hemens 2ced90c4a8 Moved new drawing button, updated drive link text 2014-03-26 20:56:48 +00:00
Lewis Hemens fcc1f84ef2 Added credits 2014-03-26 20:55:42 +00:00
Lewis Hemens 8e47da19a4 Import submit button closes dialog 2014-03-26 19:53:06 +00:00
Lewis Hemens 853b57e57c Increased drag latency thresholds 2014-03-26 19:48:41 +00:00
Lewis Hemens 07dc0185fc Added analytics tracking code 2014-03-26 19:47:18 +00:00
Lewis Hemens 70edaeeaba Integrated tinypass snippet 2014-03-26 00:08:16 +00:00
Lewis Hemens b8f5ab2d42 Tweak on drive dialog 2014-03-25 23:49:19 +00:00
Lewis Hemens b42b71e0b6 Updated drive file list items to have IDs and close dialog 2014-03-25 23:46:37 +00:00
Lewis Hemens f54c2ccc51 Tweak text tool input styles 2014-03-25 23:25:28 +00:00
Lewis Hemens 671d527a59 Fixed off the edge of the screen bug 2014-03-25 22:32:44 +00:00
Lewis Hemens 45052b42f8 Add delay to load-from-hash which doesn't always seem to work 2014-03-25 22:19:41 +00:00
Lewis Hemens c31ba0fdd5 Make ASCII draw mode default for mobile, and make X the default freeform value 2014-03-25 22:03:08 +00:00
Lewis Hemens 95e38fc208 Integrated new UI images, new CSS styles and tweaks curtuesy of Sam :) 2014-03-25 21:46:31 +00:00
Lewis Hemens a747f89b71 Added safe request wrapper for mitigating errors on mobile 2014-03-23 22:47:15 +00:00
Lewis Hemens 570057a717 Working file listing and opening UI, hash change handling, minimized unnecessary saving. 2014-03-23 22:12:53 +00:00
Lewis Hemens 864bd859f0 File saving updates 2014-03-23 19:55:46 +00:00
Lewis Hemens 463e5ee631 Tidied up save state button styles 2014-03-23 19:33:17 +00:00
Lewis Hemens da490aa1f6 Saving with URL hashes and automatic looped saving 2014-03-23 19:16:21 +00:00
Lewis Hemens 77e13d624d Partial re-write of drive integration UI 2014-03-23 17:06:40 +00:00
Lewis Hemens 8b27d9813d Partial implementation of text editing function 2014-03-23 13:27:43 +00:00
Lewis Hemens bfec7a220a Fixed bug with releases firing without presses 2014-03-23 12:50:45 +00:00
Lewis Hemens acc2584779 Add freeform input tool for mobile, now at 100% mobile support parity 2014-03-23 12:25:03 +00:00
Lewis Hemens 1ebf356aae Made text tool input hide when leaving the tool 2014-03-23 12:09:25 +00:00
Lewis Hemens b9b46c119e Re-worked text tool for mobile, fixed up redo support 2014-03-23 11:52:12 +00:00
Lewis Hemens 93a927ead5 Implemented state redo function 2014-03-22 22:30:08 +00:00
Lewis Hemens 49ff4a1c19 Added favicon and mobile app capable support 2014-03-22 21:26:46 +00:00
Lewis Hemens d93b3b4905 Fixed interstitial stealing pointer events 2014-03-22 21:06:31 +00:00
Lewis Hemens 809632a0bb Added full logo with loading fade-out effect 2014-03-22 20:39:50 +00:00
Lewis Hemens 0041363c63 New icons, added click effects, export area selects text automatically 2014-03-22 20:12:04 +00:00
Lewis Hemens 7862f2ebe1 Improved dialog box styling and added info dialog for tools 2014-03-22 17:36:52 +00:00
Lewis Hemens dee8731e2f Added new Look and feel with new icons, and fixed some issue with app authentication 2014-03-22 17:05:35 +00:00
Lewis Hemens eaf92f51b0 Added android package check-in 2014-03-17 22:30:03 +00:00
Lewis Hemens 7f48cc7e98 Fixed dirty draw bug for ascii mode 2014-03-10 23:00:50 +00:00
Lewis Hemens 0bc8e55bb3 Made lines default mode on mobile for small performance boost 2014-03-10 22:55:38 +00:00
Lewis Hemens a7386ac4bc Fixed lines mode, added mode dialog so you can switch, removed buggy tooltips from mobile for now. 2014-03-10 22:54:02 +00:00
Lewis Hemens 007aafe54a Added tooltips for the different tools 2014-03-10 22:08:38 +00:00
Lewis Hemens a2d4993a72 Android studio internals 2014-03-10 21:53:53 +00:00
Lewis Hemens a5c63cdfb1 Basic save functionality with editable file names, beginning of work to enable loading of files too 2014-03-03 23:10:15 +00:00
Lewis Hemens 941f2cc96e A very hacky first draft version of the save functionality' 2014-03-02 22:20:20 +00:00
Lewis Hemens d80c309835 Draft of render-as-lines mode, renders the diagram as boxes instead of text 2014-02-25 00:30:25 +00:00
Lewis Hemens e9ede479bc Added compiled JS 2014-02-24 23:51:05 +00:00
Lewis Hemens 6eddf029c5 Removed compiled JS from gitignore so I can push easier 2014-02-24 23:50:13 +00:00
Lewis Hemens 8c302af136 Updated UI style, re-ordered buttons, added dialog close buttons 2014-02-24 23:47:36 +00:00
Lewis Hemens 9d6eabcad4 Added pinch to zoom support for mobile 2014-02-23 21:06:37 +00:00
Lewis Hemens 089e94ab55 GJSLinting 2014-02-23 19:06:09 +00:00
Lewis Hemens b977b8c174 Seperated desktop and mobile input controllers, changed desktop drag mode to be ctrl/meta triggered instread 2014-02-23 18:42:20 +00:00
Lewis Hemens 2b8368d63b Moved dirty bit into the state 2014-02-23 17:13:22 +00:00
Lewis Hemens c36ef787d3 Initial base version of the android app wrapper, built with android studio 2014-02-21 00:10:44 +00:00
Lewis Hemens 92e413357a Added snap to nearest special char for mobile, mobile detection logic, refactoring of standard directions into constants. 2014-02-20 00:10:20 +00:00