1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00
Commit graph

4562 commits

Author SHA1 Message Date
Konstantin
fc151f3743 update test.json 2019-03-25 22:08:43 +03:00
Konstantin
872b81ecac add convert from one content type to another 2019-03-25 22:08:27 +03:00
Konstantin
64b34639b2 add content model 2019-03-25 22:06:49 +03:00
Konstantin
d54fb27b47 add icon edit 2019-03-25 20:24:05 +03:00
Konstantin
65314d2ec6 rename layout + remove warnings 2019-03-25 20:10:41 +03:00
Ivanov Konstantin
1f2cce5da8 add edit block toolbar + add clicks + send action to viewmodel 2019-03-24 16:52:15 +03:00
Ivanov Konstantin
73bf9498ab add edit block toolbar 2019-03-24 15:59:05 +03:00
Ivanov Konstantin
712ef7b6ed add on blocks click lustener 2019-03-24 14:56:40 +03:00
Ivanov Konstantin
d0febf7578 move res from app to feature_editor 2019-03-24 14:49:50 +03:00
Ivanov Konstantin
3b100a13f2 on getPermittedTypes return all types 2019-03-24 14:41:19 +03:00
Ivanov Konstantin
23e2a109dd rename editor toolbar -> text style toolbar 2019-03-24 14:34:04 +03:00
Ivanov Konstantin
de711fc186 update getPermittedTypes to return all types except initial one + update tests 2019-03-24 14:11:50 +03:00
Ivanov Konstantin
664998a228 fix name 2019-03-24 13:47:33 +03:00
Ivanov Konstantin
f61b2a180c add block content type converter + test 2019-03-24 13:45:20 +03:00
Evgenii Kozlov
0394e6205e Merge branch 'feature_render_blocks_with_header_content_types' into 'develop'
Feature render blocks with header content types

See merge request ra3orbladez/anytype.io.mobile!7
2019-03-24 09:09:14 +00:00
Ubu
8fd6467a15 Added view holder for code snippet. 2019-03-24 11:30:52 +03:00
Ubu
7241c1d312 Added view holder for checkbox block. 2019-03-23 19:35:11 +03:00
Ubu
fe562b9221 Added holder for block of quote type. 2019-03-23 19:27:59 +03:00
Ubu
a214f3cffc Added holder to adapter for rendering h1, h2, h3 header blocks. 2019-03-23 19:13:00 +03:00
Konstantin Ivanov
326ea574bf Merge branch 'new_editor' into 'develop'
New editor merge to develop

See merge request ra3orbladez/anytype.io.mobile!6
2019-03-23 13:55:24 +00:00
Konstantin Ivanov
cc4afc313e Merge branch 'move_unwrap_to_data' into 'new_editor'
Move unwrap to data

See merge request ra3orbladez/anytype.io.mobile!4
2019-03-23 13:46:04 +00:00
Ivanov Konstantin
c5018aab96 show editable blocks in recycler 2019-03-23 16:29:55 +03:00
Konstantin
7c7401ad05 add view contract + viewmodel 2019-03-23 12:32:29 +03:00
Konstantin
f1428c8671 PR fixes 2019-03-21 21:08:00 +03:00
Konstantin
8e56782a18 Move unwrap to data + add block model 2019-03-20 21:36:13 +03:00
Konstantin
2510b61d6a set fun unwrap private 2019-03-20 19:24:03 +03:00
Konstantin
b7cd5ad7f3 remove usless json 2019-03-19 22:28:43 +03:00
Konstantin
9ad6216f15 add unwrap fun 2019-03-19 22:21:16 +03:00
Konstantin
938a0f018d parse json with Gson 2019-03-19 22:20:47 +03:00
Konstantin
ce9ef47a0b add gson 2019-03-19 22:19:59 +03:00
Ivanov Konstantin
e198e6e656 add feature_editor module and move editor logic inside 2019-03-18 23:01:48 +03:00
Ivanov Konstantin
81747aa96e remove usless 2019-03-18 23:01:09 +03:00
Ivanov Konstantin
2b715bc151 remove uslless code 2019-03-18 23:00:40 +03:00
Konstantin
6aa37132e5 add Block model + test json 2019-03-14 21:22:23 +03:00
Konstantin
8be0902297 lot of fixes 2019-03-14 20:53:41 +03:00
Konstantin
24292fbad3 Merge commit 'c13fcdb92e' into new_editor
# Conflicts:
#	app/src/main/java/com/agileburo/anytype/MainActivity.kt
#	app/src/main/res/layout/activity_main.xml
#	settings.gradle
2019-03-14 20:39:33 +03:00
Konstantin
65bba33944 add block model 2019-03-14 20:17:14 +03:00
Ubu
74dd7d39ca Added content data type. 2019-03-11 14:05:23 +03:00
Ubu
c3d5667451 Added font. 2019-03-10 23:19:19 +03:00
Ubu
f6599ffcd8 Switched to SpannableStringBuilder 2019-03-10 22:59:12 +03:00
Ubu
448d57d21d Added code block span. 2019-03-10 16:50:55 +03:00
Ubu
202030da9b Added underline span. 2019-03-10 16:16:53 +03:00
Ubu
5c70e62c99 Renaming. 2019-03-10 15:11:36 +03:00
Ivanov Konstantin
4239b1da18 diff fixes 2019-03-10 14:46:44 +03:00
Ivanov Konstantin
cfa5193b90 show usage of editor toolbar + editor text watcher 2019-03-10 14:27:05 +03:00
Ivanov Konstantin
1a2ba32bc2 add editor text watcher 2019-03-10 14:26:13 +03:00
Ivanov Konstantin
d099c75604 EditorToolbar init commit 2019-03-10 14:25:41 +03:00
Ivanov Konstantin
0616a71c6e editor init commit 2019-03-09 18:59:28 +03:00
Konstantin
c1023ca7de test editor 2019-03-06 22:02:25 +03:00
Evgenii Kozlov
9c16c763e5 Merge branch 'feature/new_modules' into 'develop'
Feature/new modules merge

See merge request ra3orbladez/anytype.io.mobile!3
2019-02-24 17:21:13 +00:00