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

489 commits

Author SHA1 Message Date
Evgenii Kozlov
620d1fa34b
DROID-616 App | Refactoring | Remove legacy from core block models (#3082) 2023-04-11 19:07:53 +02:00
Konstantin Ivanov
326599d065
DROID-1030 Collection | Enhancement | Order of objects (#3036)
* DROID-1030 objectOrders model, added to data view content

* DROID-1030 grid order

* DROID-1030 gallery order

* DROID-1030 list order

* DROID-1030 get object order by view id

* DROID-1030 refactoring

* DROID-1030 update old tests

* DROID-1030 object order tests by view
2023-03-23 13:38:30 +01:00
Evgenii Kozlov
56243a870e
DROID-1095 Widgets | Enhancement | Add-below actions for widgets (#3030) 2023-03-21 19:10:26 +01:00
Konstantin Ivanov
feab2d0a3e
DROID-1043 Editor | Enhancement | Inline collection block (#3020)
* DROID-1043 data view block, isCollection param + mapping to views

* DROID-1043 data view holders + design

* DROID-1043 dv collection change, diff

* DROID-1043 collection block icon

* DROID-1043 inline block click

* DROID-1043 update fun name

* DROID-1043 blockDataviewIsCollectionSet event
2023-03-20 10:32:06 +01:00
Evgenii Kozlov
2ebb75c791
DROID-1064 Protocol | Enhancement | MW 0.26.0-rc2 (#3006) 2023-03-13 19:17:17 +01:00
Konstantin Ivanov
c5866bdf39
DROID-986 | Collections | Enhancement | Main tasks (#2978)
* DROID-986 Tech | Integrate MW New Infrastructure (#2941)

* DROID-986 proto + version

* DROID-986 proto

* DROID-986 version

* DROID-986 add collection

* DROID-986 Collections | Enhancement | New object state integration (#2940)

* DROID-962 P2P | Add mdns and update protobufs for new infra

* DROID-869 protos from branch feature/collections

* DROID-986 proto fix

* DROID-986 proto + version

* DROID-986 proto

* DROID-986 version

* DROID-986 add collection

* DROID-986 migrate from set to collection

* DROID-986 integrate collections

* DROID-986 legacy

* DROID-986 update extension

* DROID-986 legacy

* DROID-986 remove legacy relations from dv, update logic with storeOfRelations

* DROID-986 new collections and sets reducer + state model

* DROID-986 code style

* DROID-986 removed relations param from dataView model

* DROID-986 refactoring

* DROID-986 legacy

* DROID-986 add new reducer to viewModel

* DROID-986 rename relationsIndex to relationLinks

* DROID-986 rename param

* DROID-986 collection di

* DROID-986 data view subscription

* DROID-986 object state model

* DROID-986 convertToCollection useCase

* DROID-986 integrate convertToCollection

* DROID-986 subscription, collection id

* DROID-986 viewmodel, refactoring with new reducer

* DROID-986 legacy reducer

* DROID-986 objectState model

* DROID-986 extencions

* DROID-986 view model update

* DROID-986 fixes

* DROID-986 tests fix

* DROID-986 pr fix

* DROID-986 Revert "DROID-962 P2P | Add mdns and update protobufs for new infra"

This reverts commit c91d5ec30bee2564c440d1ee1978e29b9cd1e01e.

* DROID-986 move reduce function to the next pr

* DROID-986 Revert "DROID-986 migrate from set to collection"

This reverts commit 015fac32763071a3ee1004b0b49e9453ad1a4dcb.

* Revert "DROID-986 Revert "DROID-986 migrate from set to collection""

This reverts commit 4ed4ccb0721be6dfa8bae86f2486e629cd7e4992.

* DROID-986 Revert "DROID-986 integrate collections"

This reverts commit b5d6dad25f72f65a3b4981e8aac15f7458a05b73.

# Conflicts:
#	app/src/main/java/com/anytypeio/anytype/ui/widgets/collection/CollectionViewModel.kt

* DROID-986 pr fix

* DROID-986 pr fix

* DROID-986 pr fix

---------

Co-authored-by: mcrakhman <rakhmanov.m@gmail.com>

* DROID-986 Collections | Event reducer (#2945)

* DROID-923 Collections | Enhancement | Empty states (#2954)

* DROID-923 update design

* DROID-923 legacy

* DROID-923 set view + tests

* DROID-923 set + collections view state, tests

* DROID-923 reducer update

* DROID-923 update collection/set design

* DROID-923 design fix

* DROID-923 addToCollection mw event

* DROID-923 add object to collection

* DROID-923 dataViewInfo

* DROID-923 remove legacy param

* DROID-923 collection integrate

* DROID-923 move tests to another pr

* DROID-923 pr fix

* DROID-923 fixes

* DROID-923 Collections | Empty states, tests (#2956)

* DROID-208 Collections | Loading state (#2958)

* DROID-208 loading state

* DROID-208 fix binding

* DROID-983 Collections | Integrate ObjectState model (#2966)

* DROID-983 migrate to objectState

* DROID-983 moving to object state model

* DROID-983 di fix

* DROID-983 legacy

* DROID-983 don't merge

* DROID-983 fixes

* DROID-983 di + clean viewer

* DROID-983 refactoring

* DROID-962 P2P | Add mdns and update protobufs for new infra (#2918)

* DROID-984 Collections | Enhancement | Ability to Change SET Type to COLLECTION Type (#2977)

* DROID-984 set type menu

* DROID-984 setQueryToSet useCase

* DROID-984 fabric

* DROID-984 don't start subscription, when context is empty

* DROID-984 convertToCollection + fix navigation

* DROID-984 set menu

* DROID-984 object relations refactoring

* DROID-984 refactoring

* DROID-984 code style

* DROID-923 Collections | COLLECTION and SET types in object type lists (#2983)

* DROID-923 disable view and settings in case no objects

* DROID-923 button design

* DROID-923 wrong filter

* DROID-923 collections and sets on types list

* DROID-923 set back

* DROID-1049 MW | New infrastructure latest  (#2985)

* DROID-1049 MW | New infrastructure latest (#2994)

* DROID-1057 MW | Integrate 0.26.0-rc1 (#2996)

* DROID-1057 proto

* DROID-1057 mw version

* DROID-1057 MW | Integrate 0.26.0-rc1 (#2997)

* DROID-984 Collections | Enhancement | Ability to Change SET Type to COLLECTION Type + TESTS (#2999)

* DROID-984 catch subscribtion errors

* DROID-984 add possibility to open collections from widgets

* DROID-984 legacy

* DROID-984 fix tests

* DROID-984 fix view title design

* DROID-984 tests, rename

* DROID-984 subscription refactoring

* DROID-984 rename param in test

* DROID-984 collection test

* DROID-984 test fixes

* DROID-984 fix dataViewKeys

* DROID-984 update tests

* DROID-984 collection state fixes

* DROID-984 collections tests

* DROID-984 set tests

* DROID-984 tests

* DROID-984 reduce fun

* DROID-984 set reducer tests

* DROID-984 tests

* DROID-984 relation add, test

* DROID-984 legacy filter

* DROID-984 test fix

* DROID-984 cell click test

* DROID-984 update tests

* DROID-984 set restrictions test

* DROID-984 viewer delete test

* DROID-984 zero data view test, legacy

* DROID-984 set navigation test

* DROID-984 mock data view filters

* DROID-984 set by relation test

* DROID-984 fix tests

* DROID-984 set mock

* DROID-984 add default advance time

* DROID-984 stub header

* DROID-984 tests setup

* DROID-984 toasts as sharedFlow

* DROID-984 legacy useCase

* DROID-984 refactoring

* ci start

* ci off

---------

Co-authored-by: mcrakhman <rakhmanov.m@gmail.com>
2023-03-13 10:16:37 +01:00
Evgenii Kozlov
4806d0b501
DROID-1000 Widgets | Enhancement | Showing widget type picker based on source layout (#2946) 2023-02-22 12:59:58 +01:00
Mikhail
1556cd4bdf
DROID-955 Editor | Feature | Add 4 types of collection screens and bottom navigation (#2932) 2023-02-20 22:11:39 +03:00
Konstantin Ivanov
5e6ce3faaf DROID-968 Sets | Fix | Handle 'dataViewRelationDelete' event (#2930)
* DROID-968 delete relation from data view

* DROID-968 refactoring

* DROID-968 data view relation delete event + test
2023-02-14 21:51:29 +01:00
Allan Quatermain
8e6abb2f36
DROID-798 Library | Enhancement | Types editing implemented (#2923)
DROID-798 Library | Enhancement | Types editing implemented
2023-02-14 20:25:24 +03:00
Allan Quatermain
19908ada9b
DROID-799 Library | Enhancement | Implemented emoji icon selection for type creation (#2915)
DROID-799 Library | Enhancement | Implemented emoji icon selection for type creation
2023-02-14 13:35:01 +03:00
Evgenii Kozlov
de68de90aa
DROID-971 Protocol | Enhancement | Refact use-case for opening object without subscribing to its subsequent changes (#2922) 2023-02-13 18:04:20 +01:00
Evgenii Kozlov
3a5c8f75a1
DROID-935 Widgets | Enhancement | Allow changing existing widget's layout type (#2907) 2023-02-09 14:20:47 +01:00
Allan Quatermain
0573d3461e
DROID-799 Library | Enhancement | Types creation implemented (#2909)
DROID-799 Library | Enhancement | Types creation implemented
2023-02-09 14:27:40 +03:00
Allan Quatermain
b3f6835056
DROID-944 Library | Enhancement | Implemented installing and uninstalling types and relations (#2898)
DROID-944 Library | Enhancement | Implemented installing and uninstalling types and relations
2023-02-09 13:24:20 +03:00
Konstantin Ivanov
948b5ade22
DROID-609 Sets | Enhancement | Viewer atomic changes (#2866)
* DROID-609 updateView event, fields

* DROID-609 legacy

* DROID-609 set, update fields in state

* DROID-609 code style

* DROID-609 add test

* DROID-609 view update commands

* DROID-609 fix commands proto

* DROID-609 data view update commands, data + mw

* DROID-609 add param to command

* DROID-609 update data view use case update

* DROID-609 data view update use case, invoke

* DROID-609 fix after mw update

* DROID-609 data view commands, data module

* DROID-609 fix tests

* DROID-609 filters legacy

* DROID-609 add id param to filter model

* DROID-609 legacy

* DROID-609 legacy

* DROID-609 legacy

* DROID-609 param id added to sort model

* DROID-609 show toast command

* DROID-609 update events

* DROID-609 sorts logic

* DROID-609 filters and relations commands

* DROID-609 update data view use case

* DROID-609 sorts view fixes

* DROID-609 fix commands

* DROID-609 mw commands

* DROID-609 rename

* DROID-609 rename

* DROID-609 fix tests

* DROID-609 test fix

* DROID-609 fix test

* DROID-609 pr fixes

* DROID-609 pr fix

* DROID-609 ci start

* DROID-609 ci off

* DROID-609 pr fix
2023-01-30 08:30:29 +01:00
Konstantin Ivanov
87a2b73e8a
DROID-885 Set | Enhancement | Change source logic (#2869)
* DROID-885 remove source from data view model + fix tests

* DROID-885 update from SetSource Event to blockDataviewTargetObjectIdSet

* DROID-885 fix tests

* DROID-885 SetTargetObjectId event

* DROID-885 get set of from set details + test

* DROID-885 inline set, deleted source view state

* DROID-885 editor blockView setTargetObjectId, event

* DROID-885 fix test + stub

* DROID-885 stub added

* DROID-885 test

* DROID-885 rename

* DROID-885 pr fix
2023-01-27 16:33:20 +01:00
Konstantin Ivanov
d670823b7a
DRAFT-718 Editor | Enhancement | Inline set block (#2864)
* DROID-718 Editor | Enhancement | Inline set block (#2813)

* DROID-718 data view blocks, xml

* DROID-718 add content description

* DROID-718 data view holders

* DROID-718 add holders to editor adapter

* DROID-718 blockview, data view

* DROID-718 block data view, mapping

* DROID-718 target object id

* DROID-718 target object id mapping

* DROID-718 design fix

* DROID-718 fix

* DROID-718 add default value

* DROID-718 fixes

* DROID-718 rename

* DROID-718 pr fix

* DROID-794 Editor | Enhancement | Inline set, open source icon (#2830)

* DROID-794 open source icon added

* DROID-794 fix toast

* DROID-794 refactoring

* DROID-718 Editor | Enhancement | Set View, fixes (#2834)

* DROID-718 rename Inline set -> Set View

* DROID-718 set view blocks ui fixes

* DROID-718 legacy

* DROID-718 legacy

* DROID-718 pr fix

* DROID-718 Editor | Fix | Rename to inline sets (#2863)

* test fix
2023-01-25 14:42:49 +01:00
Konstantin Ivanov
d94b07a338
DROID-609 Sets | Protocol | Atomic view changes (#2862)
* DROID-609 event blockDataviewViewUpdate + mapping

* DROID-609 list extensions

* DROID-609 updates mapping

* DROID-609 reduce updateView event

* DROID-609 updateView event model

* DROID-609 update lists extensions + tests

* DROID-609 UpdateView event mapping

* DROID-609 tests

* DROID-609 data view stubs

* DROID-609 pr fix
2023-01-25 13:27:20 +01:00
Evgenii Kozlov
8d38f94b13
DROID-735 Widgets | Enhancement | Foundations + basic API (#2792) 2022-12-30 15:09:22 +03:00
Evgenii Kozlov
ca535bbd46
DROID-366 Tech | Enhancement | Support object view result + New Interactor (#2790) 2022-12-28 21:11:35 +03:00
Mikhail
802e686b0a
DROID-649 Tech | Enhancement | Get rid of dependencies.gradle (#2778) 2022-12-25 20:53:47 +03:00
Konstantin Ivanov
ce45c8f997
DROID-719 Tech | MW 0.24.1 (#2773)
* DROID-719 update protos

* DROID-719 update mw version

* DROID-719 smartbloc type widget, added

* DROID-719 ci

* Update check.yml
2022-12-22 08:55:51 +01:00
Mikhail
164e0eff61
DROID-515 Editor | Fix | Fix ff video buttons (#2769)
* DROID-515 App | Tech | Update dependencies

* DROID-515 Editor | Fix | Fix ff video buttons

* DROID-453 Editor | Fix | Unmerge
2022-12-19 20:14:51 +03:00
Konstantin Ivanov
4ac2255dd4
DROID-642 Editor | Suggest marketplace relations for user (#2764)
* DROID-642 legacy relationList useCase

* DROID-642 legacy useCases

* DROID-642 legacy object relations store

* DROID-642 di

* DROID-642 search relations by workspace id

* DROID-642 if else fix

* DROID-642 fix, invoking the wrong method leeded to the loop

* DROID-642 fix relation blocks binding

* DROID-642 navigation fixed

* DROID-642 fix tests
2022-12-16 08:48:01 +01:00
Mikhail
216a4f7e79
DROID-698 Project | Tech | Add dependencies and auto config subprojects (#2759) 2022-12-13 09:43:31 +03:00
Konstantin Ivanov
a71e8ec55c
DROID-418 Tech | Enhancement | CreateObject commands refactoring (#2749)
* DROID-418 createDocument, legacy useCase

* DROID-418 objectCreate and blockLinkCreateWithObject commands refactoring

* DROID-418 data module refactoring

* DROID-418 refactoring, data + middleware modules

* DROID-418 legacy useCases

* DROID-418 update DI

* DROID-418 tests

* DROID-418 internal flags model

* DROID-418 command

* DROID-418 view model factorys

* DROID-418 viewmodels, update with new use cases

* DROID-418 mapping

* DROID-418 middleware, fixes

* DROID-418 createBlockLinkWithObject useCase

* DROID-418 createObject use case

* DROID-418 createObjectAsMentionOrLink useCase

* DROID-418 createDataViewObject refactoring

* DROID-418 create object tests, in progress

* DROID-418 after merge fixes

* DROID-418 add type

* DROID-418 createObject use case tests

* DROID-418 createObjectAsMentionOrLink tests

* DROID-418 createBlockLinkWithObject useCase tests

* DROID-418 ci

* DROID-418 ci off
2022-12-12 10:05:57 +01:00
Mikhail
652d7dd224
DROID-200 Editor | Tech | Enable proguard / R8 (#2756) 2022-12-12 11:06:20 +03:00
Evgenii Kozlov
bd0edf0d05
DROID-641 Types | Feature | Introduce my types and marketplace types + allow installing select type into the current markeplace (#2748) 2022-12-07 20:22:37 +03:00
Evgenii Kozlov
19018e5fbb
DROID-598 Relations | Refactoring | Fixes related to relation options (tags and statuses) (#2741)
* DROID-598 fixed option creation flow
* DROID-598 switched to relation.name + fixed tests
* DROID-598 fixed flow for creating statuses and tags filters
* DROID-598 test fixes
* DROID-598 removing legacy
* DROID-598 removed legacy
2022-12-05 19:15:49 +03:00
Evgenii Kozlov
ef6eeac53c
DROID-496 Sets | Enhancement | Creating object in sets aggregated by relations (#2731) 2022-12-01 14:13:41 +03:00
Mikhail
e2ac0e6076
DROID-449 App | Tech | Add debug tree menu (#2730)
DROID-449 App | Tech | Add debug tree menu
2022-11-30 23:17:39 +03:00
Mikhail
548f3b0039
DROID-449 Research settings of app to add debug (#2725)
DROID-449 App | Tech | Add debug screen
2022-11-30 15:44:40 +03:00
Konstantin Ivanov
258c05183f
DROID-384 Editor | Enhancement | Simple table, row and column actions, part 2 (#2716)
* DROID-384 move column command

* DROID-384 table use cases

* DROID-384 move column use case

* DROID-384 move use cases

* DROID-384 use cases

* DROID-384 table use cases di

* DROID-384 fix use cases

* DROID-384 column, rows menu items actions

* DROID-384 table cell fixes

* DROID-384 fix tests

* DROID-384 fix tests

* DROID-384 table block tab

* DROID-384 table extensions

* DROID-384 table menu actions

* DROID-384 update table menu

* DROID-384 tests

* DROID-384 test

* DROID-384 test

* DROID-384 tests on moving columns and rows

* DROID-384 merge fix

* DROID-384 remove copy action

* DROID-384 ci

* DROID-384 ci off

* DROID-384 doc fix

Co-authored-by: konstantiniiv <ki@anytype.io>
2022-11-30 12:47:29 +01:00
Evgenii Kozlov
0f9a42e985
DROID-598 Relations | Refactoring | Filtering logic fixes (#2728) 2022-11-29 14:49:55 +03:00
Evgenii Kozlov
e10d35e6b8
DROID-655 Relations | Refactoring | Implement fallback logic for default object type ID when updating Android app (#2726) 2022-11-28 19:23:27 +03:00
Evgenii Kozlov
98d3e9d53f
DROID-639 Decluttering | Enhancement | Filter object types by account workspace when populating global object types stores (#2721) 2022-11-24 21:06:21 +03:00
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
Evgenii Kozlov
00dc75d62e
DROID-284 Editor | Enhancement | Ignore html when copying Anytype content to third-party mobile apps (#2707) 2022-11-16 19:52:01 +03:00
Mikhail
29347ffb4a
DROID-69 Tech | Feature | Add feature toggles and make logs more concise (#2699) 2022-11-10 17:20:20 +03: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
Evgenii Kozlov
46ceb1ef41
DROID-434 Sets | Enhancement | Allow possibility to change data view source after its initial setup (#2692) 2022-10-27 15:28:26 +03:00
Evgenii Kozlov
dd30b3e234 DROID-580 Sets | Fix | Incorrect subscription id from subscription channel breaks subscription index (#2683) 2022-10-27 00:07:41 +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
edde39e76a
DROID-316 Set | Delete records from active viewer (#2589)
* DROID-316 delete records event

* DROID-316 delete records extension + test

Co-authored-by: konstantiniiv <ki@anytype.io>
2022-09-12 11:16:11 +02: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