diff --git a/browse/src/main/res/menu/menu_browse_extension.xml b/browse/src/main/res/menu/menu_browse_extension.xml index 323b0eac5..fa652036b 100644 --- a/browse/src/main/res/menu/menu_browse_extension.xml +++ b/browse/src/main/res/menu/menu_browse_extension.xml @@ -2,15 +2,18 @@ - + + + + diff --git a/data/objectbox-models/default.json b/data/objectbox-models/default.json deleted file mode 100644 index 1344b19c9..000000000 --- a/data/objectbox-models/default.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "_note1": "KEEP THIS FILE! Check it into a version control system (VCS) like git.", - "_note2": "ObjectBox manages crucial IDs for your object model. See docs for details.", - "_note3": "If you have VCS merge conflicts, you must resolve them according to ObjectBox docs.", - "entities": [ - { - "id": "1:3882697123829827748", - "lastPropertyId": "15:3113908618782441744", - "name": "Entry", - "properties": [ - { - "id": "1:1223011883950511545", - "name": "id", - "type": 9 - }, - { - "id": "2:4347326190804756851", - "name": "parentId", - "type": 9 - }, - { - "id": "3:7394315921821522740", - "name": "type", - "type": 9 - }, - { - "id": "4:2122327965343440670", - "name": "name", - "type": 9 - }, - { - "id": "5:6398282798871526378", - "name": "path", - "type": 9 - }, - { - "id": "6:4856535057389882282", - "name": "mimeType", - "type": 9 - }, - { - "id": "7:5452033148610775403", - "name": "modified", - "type": 6, - "flags": 2 - }, - { - "id": "8:478363957192962053", - "name": "isOffline", - "type": 1, - "flags": 4 - }, - { - "id": "9:8089499220230382909", - "name": "offlineStatus", - "type": 9 - }, - { - "id": "10:5614290258979964827", - "name": "boxId", - "type": 6, - "flags": 1 - }, - { - "id": "11:2931623948301518676", - "name": "isUpload", - "type": 1, - "flags": 4 - }, - { - "id": "12:7704753326571321060", - "name": "properties", - "type": 9 - }, - { - "id": "13:8937782131764470873", - "name": "isExtension", - "type": 1, - "flags": 4 - }, - { - "id": "14:1311266378212477817", - "name": "totalCount", - "type": 5, - "flags": 4 - }, - { - "id": "15:3113908618782441744", - "name": "isTotalEntry", - "type": 1, - "flags": 4 - } - ], - "relations": [] - } - ], - "lastEntityId": "1:3882697123829827748", - "lastIndexId": "0:0", - "lastRelationId": "0:0", - "lastSequenceId": "0:0", - "modelVersion": 5, - "modelVersionParserMinimum": 5, - "retiredEntityUids": [], - "retiredIndexUids": [], - "retiredPropertyUids": [], - "retiredRelationUids": [], - "version": 1 -} \ No newline at end of file