Commit Graph

74 Commits

Author SHA1 Message Date
houxg
50e5f91b0a fix compile error 2016-12-16 15:56:42 +08:00
houxg
1e6b7663f9 modify condition to be compatible with SENSITIVE ACE 2016-12-16 15:55:40 +08:00
houxg
9d263e12a9 fix condition of xml-like code detection 2016-12-15 19:31:43 +08:00
houxg
d3c5fc55dd identify code type, add “brush:html” for xml like code 2016-12-15 14:56:13 +08:00
houxg
6e557f398d to be compatible with desktop app, remove the <code> element which is the only child of <pre> 2016-12-15 13:27:21 +08:00
houxg
899d647028 add brush class to avoid code missing in desk app 2016-12-15 10:43:58 +08:00
houxg
73ee654862 remove tag’s attributes 2016-12-13 16:14:57 +08:00
houxg
5feb20ee0e add simple html importer 2016-12-12 16:19:32 +08:00
houxg
042dc56b91 Merge branch 'feature/note_item_with_parsed_html' into develop 2016-12-12 11:21:46 +08:00
houxg
79e20c86c2 display parsed content of note 2016-12-12 11:20:18 +08:00
houxg
a2a375d25b fix trigger save draft when click save without doing anything 2016-12-08 18:17:25 +08:00
xingxing
77062387ed Fix not show content in EditorFragment 2016-12-08 11:16:11 +08:00
houxg
fd4f473dee code refactor: remove context param 2016-12-05 19:12:51 +08:00
houxg
a18f7d09a3 show notes in card view 2016-12-05 18:24:26 +08:00
houxg
6376f40a7d increase version number
- support tag
- bugs fixs
1.1.0
2016-12-01 11:37:31 +08:00
houxg
0bf08b087a add travis config 2016-12-01 11:22:02 +08:00
houxg
057843e7f9 add icon for notebook list’s item 2016-11-30 16:11:22 +08:00
houxg
5b51f14b79 add selectable background 2016-11-30 15:15:05 +08:00
houxg
9beba839c1 support show notes by tag 2016-11-30 14:40:29 +08:00
houxg
f22da5f40f fix migration bug 2016-11-30 12:48:37 +08:00
houxg
3452c26a11 fix empty tag issue 2016-11-30 12:29:50 +08:00
houxg
f8bfbf5098 handle database upgradation 2016-11-29 18:09:11 +08:00
houxg
c577dc2670 Merge branch 'develop' into feature/support_tag
# Conflicts:
#	app/src/main/java/org/houxg/leamonax/ui/edit/NoteEditActivity.java
2016-11-29 16:12:25 +08:00
houxg
3deb2529ad improve update procedure, fix some crash issue 2016-11-29 14:21:42 +08:00
houxg
0fde58233e fix crash when create new note but no notebook exist 2016-11-29 14:20:10 +08:00
houxg
74a378f9ce add auto complete feature for entering tag 2016-11-29 13:28:33 +08:00
houxg
3b7981ff84 support tag feature
- use a wrapper to wrap note and tags
- handling tags as string
2016-11-28 14:23:28 +08:00
houxg
31fc055340 Merge pull request #2 from xingstarx/develop
Fix time parse error
2016-11-27 23:59:20 +08:00
xingxing
2e1551a7f0 Remove unused import code 2016-11-27 15:55:11 +08:00
xingxing
6e1cf1b6c8 Fix time parse error, that ExceptionInInitializerError
use https://github.com/dlew/joda-time-android library
2016-11-27 13:14:03 +08:00
xingxing
39ece65ec2 Fix build error 2016-11-26 10:28:07 +08:00
houxg
a3a2363299 temporary commit about support tag 2016-11-25 18:24:41 +08:00
houxg
263ba44b59 code refactoring: extract common code for generate http body 2016-11-25 14:37:04 +08:00
houxg
fe1e6360e1 add TimeFormatTest; improve time parser 2016-11-25 11:10:19 +08:00
houxg
6a2c587dd7 increase version number 1.0.1 2016-11-24 16:35:09 +08:00
houxg
f8f36569c6 support highlight title 2016-11-24 16:25:51 +08:00
houxg
496a3aabe5 hide action panel first 2016-11-24 15:54:18 +08:00
houxg
3f85cbe759 apply different format bar for RichText/Markdown 2016-11-24 15:47:18 +08:00
houxg
c8b5006e5e support search by title 2016-11-24 14:03:32 +08:00
houxg
5cd27a4a13 code refactoring
- extract DashDividerDecoration class
- keep showing app name on main activity’s title
- show notebook’s title on list item
2016-11-24 14:01:57 +08:00
houxg
6d5dbeade8 extract navigation layout 2016-11-24 12:08:29 +08:00
houxg
3300744eed fix layout issue 2016-11-23 17:04:09 +08:00
houxg
2391225079 support generate random notes for debugging 2016-11-23 16:58:04 +08:00
houxg
d83bc39083 code refactoring: extract the data loading from NoteAdapter, do the binding only 2016-11-23 16:57:20 +08:00
houxg
0937b558b1 notify success 2016-11-23 14:56:26 +08:00
houxg
252dcdbfc0 fix restore issue 2016-11-23 14:51:04 +08:00
houxg
c2e14f42e9 support sign up; extract strings 2016-11-23 14:08:59 +08:00
houxg
580b61f1b7 Fix incorrect layout 2016-11-23 11:12:11 +08:00
houxg
d74155f01e Create README.md 1.0 2016-11-22 17:54:59 +08:00
houxg
33e1deae53 upload image 2016-11-22 17:53:06 +08:00