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

253 commits

Author SHA1 Message Date
ubu
698eb96e3b experimenting 2020-06-03 19:34:57 +02:00
Evgenii Kozlov
905c05b2dc
Inconsistent behavior when merging two highlight blocks (#489) 2020-06-03 11:44:38 +02:00
Evgenii Kozlov
b7760ca3c5
Should preserve text style while splitting (#487) 2020-06-03 10:36:25 +02:00
Evgenii Kozlov
570c642a4d
Should focus and open keyboard when creating headers or highlight block (#486) 2020-06-02 13:37:47 +02:00
Evgenii Kozlov
98367451ff
Feature/copy paste inside anytype (#473) 2020-06-01 17:04:43 +03:00
Evgenii Kozlov
c964f71b4e
Turning text blocks into code snippet block (#470) 2020-05-26 16:21:46 +03:00
Evgenii Kozlov
26c3335a3c
Race conditions on split and merge (#463) 2020-05-26 16:18:44 +03:00
Evgenii Kozlov
17ea7bb8cf
Feature/undo redo in context menu (#462) 2020-05-25 19:48:21 +03:00
Konstantin Ivanov
a89142b47a
#427 Video block selected + long click (#459) 2020-05-25 16:31:30 +03:00
Evgenii Kozlov
de71d1a8c5
Regression | Should convert empty list block to paragraph on enter-pressed event (#456) 2020-05-25 15:27:10 +03:00
Evgenii Kozlov
2e367fef9c
Clipboard basic pasting (#447) 2020-05-25 13:22:39 +03:00
Konstantin Ivanov
4bc58b11df
#428: Media blocks read mode (#453)
* #428: listener type

* #428: add Selectable and Permission

* #428: remove bookmarks read edit

* #428: update file blocks

* #428: fixes

* #428: fixes

* #428: fix file indents

* #428: update picture blocks

* #428: rename layout

* #428: video block update

* #428: use ext function for indents

* #428: remove legacy

* #428: bookmark update

* #428: todo + tests

* #428: fix tests

* #428: fix tests

* revert ci

Co-authored-by: Evgenii Kozlov <ubuphobos@gmail.com>
2020-05-23 19:56:34 +03:00
Evgenii Kozlov
3ce9f69471
Fix/load profile picture from local http server (#444) 2020-05-19 14:36:29 +02:00
Konstantin Ivanov
dc6b9113dd
add live data for errors + hide keyboard (#443) 2020-05-18 18:00:49 +03:00
Evgenii Kozlov
1b25b27713
Fix | Select-all in multi-select mode should not delete document 2020-05-18 12:38:21 +02:00
Konstantin Ivanov
827e738528
New bookmark block design (#420)
* bookmark error & placeholder

* remove double func

* add new bookmark layout

* bookmark logic

* #422: add Payload for command

* #422: add setupBookmark in pageviewmodel

* #422: add error state

* #422: remove legacy

* #422: bookmarks design

* #422: text image error

* #422: update selectable mode for bookmarks

* #422: update selectable state

* #422: bookmarks clicks + selected + edit/read mode

* #422: update clicks

* #422: fixes

* #422: design

* #422: fix name

* #422: bookmark action bar

* #422: fixes

* #422: remove legacy

* #422: pr fixes

* #422: fix tests

* start tests

* #422: pr fixes

* #422: turn off tests
2020-05-18 10:55:56 +03:00
Evgenii Kozlov
5d415a1bc8
Should persist home dashboard document order (#433) 2020-05-14 15:10:59 +02:00
Evgenii Kozlov
ad9b4905d1
Middleware | Integrate 0.9.0 (#417) 2020-05-13 19:41:37 +02:00
Konstantin Ivanov
045a02141d
#372: Fix emoji (#419)
* #372: parse pirat flag emoji

* #372: roll back

* #372: temporary emoji fix

* #372: filter emoji

* #372: code style
2020-05-12 13:13:01 +03:00
Konstantin Ivanov
ff2a5185fd
#409 Block Code (#418)
* #409: add code block

* #409: update block code

* #409: block code action bar

* #409: Read mode for code block

* #409: fix package

* #409: update bg when selected

* #409: fix font

* #409: design fix

* start tests

* #409: tests off
2020-05-12 13:08:26 +03:00
Evgenii Kozlov
f67533adb9
Fix/application start issues (#415) 2020-05-08 10:42:25 +02:00
Konstantin Ivanov
cd8cc5f446
#411 Alignment (#416)
* #411: middle and domain models align property

* #411: add alignable intarface, implement by paragraph, add to payloads

* #411: add update alignment use case

* #411: style toolbar clicks

* #411: add event setAlignment

* #411: align block view

* #411: fix mapper

* #411: alignment event

* #411: update models

* #411: update tests

* #411: set alignment bullable + tests

* #411: set headers alignable

* #411: set align only for alignable blocks

* #411: pr fixes

* #411: start tests

* #411: fix tests

* #411: pr fixes
2020-05-08 09:47:05 +03:00
ubu
543a4929cc one more test 2020-05-05 17:03:09 +02:00
ubu
5fa000e0d5 added test 2020-05-05 16:58:00 +02:00
ubu
3622d02f48 fixes 2020-05-05 16:22:05 +02:00
ubu
526da03b1c fixed tests 2020-05-05 14:35:05 +02:00
ubu
9f88a27cae fixes 2020-05-05 13:24:07 +02:00
ubu
5012826d2f added click listener to multi-select turn-into button 2020-05-01 22:49:10 +02:00
Evgenii Kozlov
5617476f28
Feature/multi select mode basics (#406) 2020-05-01 22:37:14 +02:00
Evgenii Kozlov
31d29f6fd1
Browse bookmark in device browser (#397) 2020-04-27 18:33:42 +02:00
Evgenii Kozlov
946083afee
Hot fix: incorrect target id for turn-into operations (#401) 2020-04-27 14:17:37 +02:00
Evgenii Kozlov
6ce6cb5823
Inner document link's title and emoji issues (#399) 2020-04-26 03:36:06 +02:00
Evgenii Kozlov
606a096358
Should close keyboard after document archiving (#398) 2020-04-25 17:21:59 +02:00
Evgenii Kozlov
022daf05fd
Should hide archived documents from home dashboard screen (#396) 2020-04-25 16:15:08 +02:00
Evgenii Kozlov
81160c82bb
Editor | From action toolbar to single-block turn-into bottom sheet (#393) 2020-04-25 15:01:52 +02:00
Konstantin Ivanov
6cd11796fa
#367 Block action bar, checkbox, paragraph (#382)
* #367: add action toolbars for text blocks

* #367: add long click listeners to view holders + fix bug with block content in listener

* #367: update action bars

* #367: before pr fixes

* #367: update block on long click

* #367: add block render method

* #367: headers action bars update

* #367: update numbered, task etc

* #367: fix bullet block

* #367: set editText read only

* #367: fix text color

* #367: pr fixes

* #367: pr fixes
2020-04-25 15:41:04 +03:00
Evgenii Kozlov
0d0d04e130
Block merge | Carriage position issues (#383) 2020-04-21 21:55:47 +02:00
Evgenii Kozlov
0a6b8a407b
Styling toolbar | Whole block styling scenario (#381) 2020-04-21 18:48:46 +02:00
Evgenii Kozlov
2fc0b4a314
Redesign | block-style-toolbar-markup-scenario (#377) 2020-04-20 22:14:08 +02:00
ubu
bf6714691d hot fix. constraint layout flow attrs issue + test fixes 2020-04-20 21:23:27 +02:00
Konstantin Ivanov
5cb4bf9c4c
367 Block action bar, part 1 (#378)
* #367: add action icons

* #367: add action bar view

* #367: class Mark as Parcelable, Mark.param as String?

* #367: blockView, add parcelable

* #367: update Parcelize

* #367: block action toolbar + layout

* #367: fix name

* #367: update versions

* #367: show action bar fragment + listener

* #367: block adapter on long click

* #367: add custom long click listener

* #367: add custom long click listener to paragraph block

* #367: dismiss action bar

* #367: update page fragment on back pressed

* #367: update clicks + hide keybard

* #367: add animation

* #367: add divider

* #367: update kotlin

* #367: fix else

* #367: sample app

* #367: fix linking conflict

* #367: pr fixes

* #367: update method
2020-04-20 19:40:23 +02:00
Evgenii Kozlov
0ff89bcf87
Switch to block details for page's title and icon rendering (#363) 2020-04-10 19:44:29 +02:00
Evgenii Kozlov
a71878c76e
Bookmark UX fixes (#360) 2020-04-08 20:52:16 +02:00
ubu
7bed1ad9ce Hot fix for page view model testing 2020-04-07 19:22:30 +02:00
Evgenii Kozlov
53ad127c0a
Create the block when user taps under all types of non-empty blocks (#359) 2020-04-07 17:05:56 +02:00
Evgenii Kozlov
baf5b9751c
Duplicate action should transfer the carriage to a new block (#358) 2020-04-07 13:01:11 +02:00
Evgenii Kozlov
43826d6e34
Fix CI: Duplicate platform classes issue caused by emoji-java library (#357) 2020-04-07 12:42:34 +02:00
Evgenii Kozlov
d38d490430
Update middleware to 0.5.0 (#354) 2020-04-07 11:01:56 +02:00
Evgenii Kozlov
dbdce727f7
Enable hot keys for different editor patterns (#332) 2020-04-06 17:16:42 +02:00
Konstantin Ivanov
da936e9abd
# Navigation to desktop from any page on bottom-swipe gesture (#344)
* #316: navigate to dashboard after swipe bottom
* #316: add pop back stack + update navigation library
* #316: update Changelog

Co-authored-by: ubu <ubuphobos@gmail.com>
2020-04-06 13:15:58 +02:00