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

329 commits

Author SHA1 Message Date
Evgenii Kozlov
36fe52e5ad
DROID-607 Relations & types and options | Refactoring | Everything-is-an-object refactoring (#2720)
* DROID-439 App | Relations refactoring, use SearchObjects for object types (#2592)
* DROID-446 Objects | Enhancement | Store relation links and process its updates (#2597)
* DROID-456 Tech | Remove deprecated API for creating object types (#2601)
* DROID-455 Object types | Enhancement Get object type list from ObjectSearch on Global search screen (#2602)
* DROID-459 Sets | Refactoring | Use relations links instead of relations for building search params to get data view data (#2603)
* DROID-458 Objects | Refactoring | Integrate new api for creating objets (#2604)
* DROID-464 Relations | Refactoring | New API for creating a relation from scratch - for data view or for an object (#2605)
* DROID-467 Relations | Refactoring | New API for creating options - for tags and statuses (#2607)
* DROID-470 Relations | Refactoring | New API for removing any relation from an object or from a data view (#2608)
* DROID-460 Tech | Object relations list (#2610)
* DROID-486 Sets | Refactoring | Displaying and controlling visibility of data view relations (#2611)
* DROID-500 Relations | Refactoring | Extend API of ObjectStore to be able to get a relation by its id (#2619)
* DROID-459 Sets | Fix | Get relations from store by id and not by key (#2618)
* DROID-489 Tech | Relations as object, add relationKey to relation connected screens (#2622)
* DROID-490 Sets | Refactoring | Displaying relation values for current object in bottom sheet cells (#2629)
* DROID-505 Relations | Refactoring | New interface for relations store (#2633)
* DROID-509 Relations | Refactoring | Bind new relations store with subscription container (#2635)
* DROID-507 Tech | MW , migration + relation links (#2636)
* DROID-507 Tech | MW , migration + relation links, fixes (#2637)
* DROID-517 Sets | Fix | Provide correct keys for data view search-and-subscribe query (#2641)
* DROID-409 Relations | Refactoring | Use relation key instead of id when creating new relation (#2642)
* DROID-521 Sets & Objects | Refactoring | Add relation to a data view or to an object from existing relations (#2644)
* DROID-522 Relations | Refactoring | Add objects to relations with object format (#2645)
* DROID-523 Object types | Refactoring | Implement global store for object types (#2646)
* DROID-527 Object types | Refactoring | Integrate global store for object types (#2647)
* DROID-531 Relations | Refactoring | Parse tag and status relations values (#2649)
* DROID-535 Tech | Integrate new MW lib with migration fixes (#2653)
* DROID-535 Tech | MW integration fixes (#2660)
* DROID-559 Relations | Refactoring | Parse tag and status values in editor (#2662)
* DROID-560 Relations | Refactoring | Integrate new lib with fixes (#2663)
* DROID-561 Relations | Refactoring | Parsing tag and status values in dv (#2665)
* DROID-562 Dashboard | Refactoring | Use store of object types as object type provider for favorites tab on dashboard (#2667)
* DROID-567 Relations | Refactoring | Suggest available options to populate a relation (#2671)
* DROID-604 Relations | Refactoring | Use details from Object.CreateRelation.Response to populate relation store (#2705)
* DROID-603 Relations | Refactoring | Creating relation options + Deleting relation from object (#2706)
* DROID-619 Relations | Refactoring | Migrate data view sorts and filters to the new relation-as-object paradigm (#2711)
* DROID-622 Relations | Tech | Update MW to 0.24.0-rc1 (#2714)
* DROID-598 Sets | Refactoring | Provide relation format for date filters (#2715)
* DROID-625 Protocol | Enhancement | Integrate v0.24.0-rc2 (#2718)
2022-11-24 18:11:19 +03:00
Konstantin Ivanov
3d1bbb73da
DROID-384 Editor | Enhancement | Simple table, add row and column actions, part 1 (#2712)
* DROID-384 row and column models added to table view

* DROID-384 fix tests

* DROID-384 fix tests after refactoring

* DROID-384 editor table delegate added

* DROID-384 cell diff util

* DROID-384 table diff util

* DROID-384 column, row models refactoring

* DROID-384 cells extension refactoring

* DROID-384 table widget items

* DROID-384 get column and row tabs items

* DROID-384 tests

* DROID-384 create table column use case

* DROID-384 code style + ci

* DROID-384 ci off

* DROID-384 kdoc

Co-authored-by: konstantiniiv <ki@anytype.io>
2022-11-23 12:03:04 +01:00
Konstantin Ivanov
9306f5d5aa
DROID-612 Editor | Link to object block, default as text style (#2704)
* DROID-612 test setup fix

* DROID-612 fix model

* DROID-612 code style fix

* DROID-612 add test

Co-authored-by: konstantiniiv <ki@anytype.io>
2022-11-15 17:26:53 +01:00
Konstantin Ivanov
8831bdcc05
DROID-606 Editor | Simple table, cell menu options (#2702)
* DROID-606 cells clear style logic

* DROID-606 show color toolbar

* DROID-606 on draw over cells selection divider

* DROID-606 table block diff util

* DROID-606 table block holder refactoring

* DROID-606 code style

* DROID-606 update tests

* DROID-606 cells diff util

* DROID-606 legacy

* DROID-606 cells adapter refactoring

* DROID-606 cell holder refactoring

* DROID-606 cell holder, background color

* DROID-606 rename xml

* DROID-606 update binding

* DROID-606 cell selection + show menus

* DROID-606 cell menu design

* DROID-606 other and color toolbars

* DROID-606 cell menu icon

* DROID-606 fix test

* DROID-606 color fix

Co-authored-by: konstantiniiv <ki@anytype.io>
2022-11-14 13:19:31 +01:00
Konstantin Ivanov
72fa7d39f2
DROID-133 Tech | Simple tables, api (#2700)
Co-authored-by: konstantiniiv <ki@anytype.io>
2022-11-09 11:48:16 +01:00
Konstantin Ivanov
b30d60f4df
DROID-122 Editor | Enhancement | Simple tables, cell menu, cells selecting (#2696)
* DROID-132 cell selection state + logic + tests

* DROID-132 added cell border, cell rect classes

* DROID-132 refactoring

* DROID-132 refactoring

* DROID-132 cell selection decoration

* DROID-132 remove legacy

* DROID-132 table block holder, add selection decoration

* DROID-132 delete legacy clicks

* DROID-132 cell model update

* DROID-132 simple table widget events

* DROID-132 editor table mode

* DROID-132 table cell extension

* DROID-132 legacy classes

* DROID-132 delete legacy

* DROID-132 update cell clicks

* DROID-132 cells extensions

* DROID-132 update item decorations

* DROID-132 cell selection top toolbar

* DROID-132 select cells, show widget

* DROID-132 clear content command

* DROID-132 clear content use case

* DROID-132 menu item click

* DROID-132 table delegate

* DROID-132 fixes

* DROID-132 refactoring

* DROID-132 fix hide simple widget event

* DROID-132 refactoring

* DROID-132 test fixes

* DROID-132 fix tests

* DROID-132 turn off buttons

* DROID-122 delete legacy delegate

* DROID-122 table block diff util

* DROID-122 add selected cells to table view model

* DROID-122 rename param

* DROID-122 add selection state to table block holder

* DROID-122 delete

* DROID-122 mapping

* DROID-122 rename funcs

* DROID-122 fix tests

* DROID-122 update selection logic

* DROID-122 pr fix

* DROID-122 code style

* DROID-122 pr fixes

Co-authored-by: konstantiniiv <ki@anytype.io>
2022-11-09 10:47:09 +01:00
Mikhail
8cf9117cb6
DROID-497 Editor | Feature | Add link to self from object or set to another object (#2668) 2022-10-24 22:14:19 +03:00
Konstantin Ivanov
394b68e716
DROID-479 Editor | Redesign | Link-to-object appearance as card (#2643)
* DROID-479 card no icon, xml

* DROID-479 card, medium icon xml

* DROID-479 rename xml

* DROID-479 card, small icon, cover, xml

* DROID-479 medium icon, cover, xml

* DROID-479 new holders

* DROID-479 icon background

* DROID-479 mapping to card styles

* DROID-479 medium icon + cover, xml

* DROID-479 update object icon widget

* DROID-479 cards design

* DROID-479 link to object, holders

* DROID-479 update layout name

* DROID-479 show medium icon only for non-task layouts

* DROID-479 fallback to small icon

* DROID-479 tests fix

* DROID-479 decorations, text or card

* DROID-479 tests

* DROID-479 fixes

* DROID-479 fix

* DROID-479 ci

* DROID-479 ci off

Co-authored-by: konstantiniiv <ki@anytype.io>
2022-10-13 13:00:02 +02:00
Mikhail
0955626045
DROID-498 Tech | Upgrade | Update kotlin to 1.7.10 (#2632) 2022-10-04 20:37:43 +03:00
Evgenii Kozlov
6e62f23fac
DROID-184 Sets | Enhancement | Sets should switch to search-and-subscribe mechanism instead of using old data-view-records API (#2582) 2022-09-18 18:01:13 +03:00
Konstantin Ivanov
a2a979a5ce
DROID-417 Set | Empty source state (#2583)
* DROID-417 legacy

* DROID-417 icon text widget refactoring

* DROID-417 update icon widget

* DROID-417 relation holder source

* DROID-417 render source as featured relation

* DROID-417 blockDataViewSetSource command

* DROID-417 blockDataViewSetSource command, data + middle layer

* DROID-417 use case + di

* DROID-417 source set + render no source state

* DROID-417 type change screen, update title

* DROID-417 clicks + command

* DROID-417 add event updateStructure and addBlock to set events reducer

* DROID-417 add clicks on set source relations

* DROID-417 start select source screen

* DROID-417 header + divider visibility

* DROID-417 icon replace

* DROID-417 button new update

* DROID-417 move featured relation subscription to onStart

* DROID-417 fix tests

* DROID-417 design + clicks

* DROID-417 code style

* DROID-417 holder source

* DROID-417 add extension mapping to object view

* DROID-417 add is selected state for object type view

* DROID-417 sort types by selected

* DROID-417 pr fix

* DROID-417 rename view

* DROID-417 pr fix

* DROID-417 do not map empty objects

* DROID-417 ci

* DROID-417 ci

* DROID-417 ci off

Co-authored-by: konstantiniiv <ki@anytype.io>
2022-09-07 22:38:49 +02:00
Konstantin Ivanov
8506d0f129
DROID-416 Editor | Enhancement | Creating set from draft object (#2580)
* DROID-304 object to set service command

* DROID-304 object to set command, domain, data, middleware layers

* DROID-304 object to set use case + di + add to editor

* DROID-304 test fix

* DROID-304 isSetIncluded as param to use case

* DROID-304 legacy

* DROID-304 type change, add set icon

* DROID-304 open set with popUpTo to dashboard, in case draft set

* DROID-304 create set in case of draft object

* DROID-416 code style

* DROID-416 test fix

* DROID-416 ci

* DROID-416 fix back stack logic for draft objects

* DROID-416 pr fix

* DROID-416 ci off

Co-authored-by: konstantiniiv <ki@anytype.io>
2022-09-05 10:15:45 +02:00
Evgenii Kozlov
9e6c0bf30b DROID-343 Protocol | Enhancement | Integrate internal flags (#2563) 2022-08-31 17:24:08 +03:00
Mikhail
2acfccb6e2
DROID-81 Editor | Enhancement | Share files (#2568) 2022-08-30 11:15:19 +03:00
Evgenii Kozlov
8c5ddd67ac
DROID-318 Tech | Enhancement | MW 0.22.1 (#2538) 2022-08-18 17:49:57 +03:00
Evgenii Kozlov
1381c727be
DROID-302 Relations | Enhancement | UX for reloading object content + new design for quick actions based on relation format (url, phone, email) (#2515) 2022-08-15 23:55:02 +03:00
Evgenii Kozlov
bc5c940731
DROID-232 Sets | Enhancement | Pre-populate records with data taken from filters when creating new record (#2517) 2022-08-15 23:11:06 +03:00
Konstantin Ivanov
1ffcd74767 DROID-241 Editor | Simple tables, paste content into cells (#2471)
* DROID-241 update di

* DROID-241 send text update command on cell text change

* DROID-241 update adapter listeners

* DROID-241 paste and copy

* DROID-241 add isPartOfBlock param to paste command

* DROID-241 update di

* DROID-241 added payloads, update states

* DROID-241 todo

* DROID-241 di fix

* DROID-241 fix arguments for paste

* DROID-241 use dispatcher for paste use case

* DROID-241 update di

* DROID-241 argument update

* DROID-241 text update logic

* DROID-241 rename

Co-authored-by: konstantiniiv <ki@anytype.io>
2022-08-09 16:08:54 +03:00
Evgenii Kozlov
e1707d461a
DROID-263 Tech | Documentation | Deprecate obsolete APIs (#2474) 2022-08-04 17:49:05 +03:00
Evgenii Kozlov
ba61faf7e8
DROID-187 App | Fix | Blockingly await account restoration when app is resumed after being killed by the Android OS (#2447) 2022-07-28 22:05:37 +03:00
Konstantin Ivanov
743bb29730
Editor | Feature | Simple Tables (#2427)
* Editor | Feature | Simple tables, prototype (#2325)

* core model

* table view model

* view holders

* table view holders layouts

* table adapters

* add table block to block adapter

* map core table model to view

* stub table block

* fixes

* fixed row hight

* update middleware

* fix

* add createTable command to data and middleware modules

* add createTable use case

* add table row & table column layouts to block model

* update create table use case

* add table create to orchestrator

* add create table item to slash menu

* delete stubbing

* update create table usecase

* update proto

* add create table use case to tests

* fix use case

* add stubs for table blocks

* set default row, column size

* create table use case di

* set id to stub blocks

* table view

* map table block to view + test

* layout types: table row, table column

* table block model + mapping

* remove legacy

* rename table to table view holder

* table holders + row adapter

* tableviewholder setup

* add block test to table view

* table block layout

* add table item to slash menu

* test fix

* api update

* add restriction duplicate

* render table block with empty and text cells

* row view use diff cells

* tests on mapping table block to views

* table text cells + empty cells

* table row adapter diff update

* use paragraph block in table cells

* fix tests

* table rows mapping

* table row, cell holders

* table cell, row adapters

* layouts update

* code style

* add fill table row use case

* text + click listeners

* listener type, table row empty cell

* merge fixes

* add fill table row intent to editor

* set focus to cell text

* remember focus on emty cell clicked

* fix problem when horizontal layout has limited width

* prevent crash on text cell focus

* legacy

* add table view library

* table block listener

* table block adapter

* table block holders

* table block layouts

* integrate table blocl

* fix tests

* fix table view dep

* use list of cells instead rows

* update tests

* code style

* code style

* clear text in cells when cell is null

* legacy

* legacy

* revert local lib

* fix lib version

* pr fixes

* pr fixes

* pr fixes

* pr fix

* pr fixes

Co-authored-by: konstantiniiv <ki@anytype.io>

* Editor | Feature | Simple tables, part 2  (#2400)

* move text input widget into parent layout

* table cells adapter diff util + tests

* cells diffutil should return payload model

* set column header to 0

* table block update test

* create diff util in table block adapter

* do not show corner view

* update listeners in holders

* text cell layout update

* update cell container to frame layout

* on update empty to text cell, check mode

* clear empty cells on bind

* update diffUtil + tests

* added column header item

* set column header items

* create and bind column header items

* use recyler with grid layout

* update table cell mapping + model

* remove tableview lib from core-ui

* add row_id + colum_id to cells

* fix tests

* import

* update table cells diff util

* update cell adapter + holders

* update mw

* add height, row height + width to cell model

* fix test

* delete test

* table block design

* set support touch helper for cell holder

* update cells payload logic

* table holder fixes

* fix test

* pr fixes

Co-authored-by: konstantiniiv <ki@anytype.io>

* Editor | Feature | Simple tables, cells as text views (#2411)

* move text input widget into parent layout

* table cells adapter diff util + tests

* cells diffutil should return payload model

* set column header to 0

* table block update test

* create diff util in table block adapter

* do not show corner view

* update listeners in holders

* text cell layout update

* update cell container to frame layout

* on update empty to text cell, check mode

* clear empty cells on bind

* update diffUtil + tests

* added column header item

* set column header items

* create and bind column header items

* use recyler with grid layout

* update table cell mapping + model

* remove tableview lib from core-ui

* add row_id + colum_id to cells

* fix tests

* import

* update table cells diff util

* update cell adapter + holders

* update mw

* add height, row height + width to cell model

* fix test

* delete test

* table block design

* set support touch helper for cell holder

* update cells payload logic

* table holder fixes

* fix test

* pr fixes

* text cell design

* use grid as layout manager and add payloads for table block

* added background and selection for table block

* table block selection logic

* update table cells diff util

* click listeners in table cells + save table id

* table cells listeners

* refactoring table cell as text view

* fix tests

* fix merge conflict

* pr fixes

Co-authored-by: konstantiniiv <ki@anytype.io>

* Editor | Feature | Simple tables, create from slash filter (#2415)

* DROID-126
slash item simple table design

* DROID-126
update slash item model

* DROID-126
added max row and column number

* DROID-126
create table with entered rows and columns

* DROID-126
update table item with rows and columns

* DROID-126
tests

* DROID-126
pr fix

Co-authored-by: konstantiniiv <ki@anytype.io>

* Editor | Feature | Simple tables, edit cell text value (#2413)

* DROID-172
set text value di

* DROID-172
set block text fragment + view model

* DROID-172
added input action logic for text blockls

* DROID-172
input action listener fix

* DROID-172
clicks + commands on set block text value screen

* DROID-172
code style fix

* DROID-172
pr fix

* DROID-172
pr fix

* DROID-172
fix

* DROID-172
input action fixes

Co-authored-by: konstantiniiv <ki@anytype.io>

* Editor | Feature | Simple tables, cell/column/row menu, part 1 (#2417)

* DROID-131
icons

* DROID-131
simple table widget

* DROID-131
simple table widget adapters

* DROID-131
simpla table widget models + delegate

* DROID-131
include widget in editor view model

* DROID-131
add widget to editor fragment + view model logic

* DROID-131
fix tests

* DROID-131
pr fixes

Co-authored-by: konstantiniiv <ki@anytype.io>

* Editor | Feature | Simple tables, empty cell clicked (#2420)

* DROID-114
empty cell clicked

* DROID-114
doc

* DROID-114
open cell value modal after fill table row command

* DROID-114
pr fixes

Co-authored-by: konstantiniiv <ki@anytype.io>

* Editor | Feature | Simple Tables, cells selection state (#2425)

* DROID-131
dismiss listener

* DROID-131
add cell borders to diff util

* DROID-131
apply borders to selected cell

* DROID-131
update cell settings model + render

* DROID-131
update cell listeners

* DROID-131
apply and dismiss cells borders

* DROID-131
apply and dismiss cell borders in view model

* DROID-131
clicks

* DROID-131
update tests

* DROID-131 click params update

* DROID-131 table click in mode select

* DROID-131 naming

* DROID-131 pr fix

Co-authored-by: konstantiniiv <ki@anytype.io>

* Editor | Feature | Simple Table, design (#2429)

* DROID-180 fixes

* DROID-180 table vertical divider

* DROID-180 table horizontal divider

* DROID-180 update table block holder

* DROID-180 refactoring

* DROID-180 divider fixes

* DROID-180 add space cell

* DROID-180 update table cell diff util

* DROID-180 table block adapter + holders

* DROID-180 table block design fix

* DROID-180 add space item to table

* DROID-180 fix

* DROID-180 add space cell to tests

* DROID-180 add offset to horizontal item divider

* DROID-180 vertical divider update

* DROID-180 add isHeader to table row

* DROID-180 delete legacy

* DROID-180 update cell background + isheader logic

* DROID-180 fix

* DROID-180 design fix

* DROID-180 pr fix

* DROID-180 back to list adapter

Co-authored-by: konstantiniiv <ki@anytype.io>

* ci

* fix tests

* ci off

Co-authored-by: konstantiniiv <ki@anytype.io>
2022-07-26 10:52:54 +02:00
Evgenii Kozlov
234de6d854
DROID-196 Types | Enhancement | Remove Bookmark type from suggestions when 1) changing object type 2) creating link to object 3) setting default type in settings (#2433) 2022-07-25 21:08:29 +03:00
Evgenii Kozlov
4d4f94b33c
Sets | Create bookmark via set + browse a bookmark from set of bookmarks (#2428) 2022-07-22 12:12:37 +03:00
Mikhail
de8161bb3f
Editor | Enhancement | Add plus button action to editor (#2353)
* Editor | Enhancement | Add plus button action to editor
2022-06-28 17:32:37 +03:00
Sergey Boishtyan
62f96685be
Editor | Enhancement | Add Callout set icon logic (#2372) 2022-06-21 13:21:36 +03:00
Sergey Boishtyan
440a396e59
Editor | Feature | Handle Callout click at Slash menu (#2360) 2022-06-16 18:24:25 +03:00
Sergey Boishtyan
f89bfb6146
Editor | Enhancement | Support new link appearance api (#2329) 2022-06-10 18:32:21 +03:00
Evgenii Kozlov
318900033c
App | Fix | Setup and save config after create new account (#2327) 2022-06-10 11:13:16 +03:00
Sergey Boishtyan
4be7110b6c
Tech | Enhancement | MW 0.19.1 (#2319)
* Tech | Enhancement | Middleware 0.19.1
* Tech | Fix | Flaky test
2022-06-06 13:00:02 +03:00
Mikhail
ee2f1069a0
Editor | Enhancement | Relations sorted in ascending order & fix order when create from scratch (#2312)
Co-authored-by: Mikhail Iudin <mayudin@anytype.io>
2022-05-31 12:40:58 +03:00
Evgenii Kozlov
06e9d65b9f
Tech | Refactoring | MW 0.9.0 with Protocol refactoring + Auth refactoring (#2242) 2022-05-26 14:58:51 +03:00
Sergey Boishtyan
5ae081342b
Editor | Fix | Update slash menu colors palette (#2273) 2022-05-18 13:27:45 +03:00
Sergey Boishtyan
a2d2189376
Tech | Fix | Failing CI script (#2248)
* Tech | Fix | MockDataFactory migration

* Tech | Fix | change task for triggering tests in kotlin modules
2022-05-10 13:33:08 +03:00
Sergey Boishtyan
b43ca677b8
Tech | Fix | Delete .gitignore in modules (#2247) 2022-05-10 12:23:06 +03:00
Sergey Boishtyan
51996ff726
Tech | Fix | Delete MockDataFactory.kt copy-paste (#2244) 2022-05-09 19:48:16 +03:00
Sergey Boishtyan
6206f68dea
Tech | Fix | Delete flavors (#2243) 2022-05-09 18:36:28 +03:00
Konstantin Ivanov
9eeea1e722
Editor | Feature | Code block, design and clicks (#2231)
* code block update

* code block, holder design

* block list extension + tests

* only background style menu for text blocks

* code block fixes

* update gradle

* rename fun

* back android 7 fix

Co-authored-by: konstantiniiv <ki@anytype.io>
2022-05-05 09:25:52 +03:00
Evgenii Kozlov
7327375bff
App | New naming | Rename "keychain phrase" to "recovery phrase" (#2216) 2022-05-02 12:46:07 +03:00
Evgenii Kozlov
54643294bd
Objects & Sets | Feature | Introduce templates (#2212) 2022-04-29 16:46:21 +03:00
Mikhail
a78dc6ffd3
Editor | Feature | Duplicate an object (#2195)
Co-authored-by: Mikhail Iudin <mayudin@anytype.io>
2022-04-28 11:40:01 +03:00
Mikhail
d41be27bbb
App | Tech | Dagger Component instead of Subcomponent PoC (#2180)
Co-authored-by: Mikhail Iudin <mayudin@anytype.io>
2022-04-21 16:25:53 +03:00
Evgenii Kozlov
b135475188
Protocol | API for templates (#2200) 2022-04-20 18:26:46 +03:00
Evgenii Kozlov
31770e9c5c
Sets | New flow for created record (#2192) 2022-04-20 14:54:46 +03:00
Evgenii Kozlov
29e55a0779
Protocol | Api for creating objects with template (#2190) 2022-04-19 16:06:20 +03:00
Konstantin Ivanov
e33f483ed1
Editor | Feature | Copy blocks view action menu (#2187)
* added block id param to mw mapping

* add copy icon to action toolbar

* paste blocks logic

* add ids to mapping to mvblocks

* code style

* send children ids on copy

* added test on copy

* ci

* fix icon color

* ci

* ci off

Co-authored-by: konstantiniiv <ki@anytype.io>
2022-04-18 20:29:07 +03:00
Mikhail
9ff3233747
CU-2a1ah8b_Theme-selector (#2178)
App | Feature | Add possibility to change night mode
2022-04-12 17:08:08 +03:00
Evgenii Kozlov
38185eaba5
App | Feature | Delete account (#2157) 2022-04-11 15:46:18 +03:00
Evgenii Kozlov
bb9dbcbc71
App | Fix | About-app screen should display anytype user id instead of profile object id (#2172) 2022-04-07 12:51:21 +03:00
Konstantin Ivanov
bc027f815c
App | Refactoring | Block, background color (#2166)
Co-authored-by: konstantiniiv <ki@anytype.io>
2022-04-05 23:14:17 +03:00
Evgenii Kozlov
1e130241ff
Feature | Setting cover from Unsplash (without loading state) (#2141) 2022-03-21 21:07:31 +03:00