![]() * 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> |
||
---|---|---|
.githooks | ||
.github | ||
.idea | ||
analytics | ||
app | ||
clipboard | ||
core-models | ||
core-ui | ||
core-utils | ||
data | ||
device | ||
docs | ||
domain | ||
gradle/wrapper | ||
library-emojifier | ||
library-page-icon-picker-widget | ||
library-syntax-highlighter | ||
middleware | ||
persistence | ||
presentation | ||
protocol | ||
sample | ||
scripts | ||
test | ||
ui-settings | ||
.gitignore | ||
build.gradle | ||
CHANGELOG.md | ||
dependencies.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
lint.gradle | ||
Makefile | ||
middleware.sh | ||
middleware2.sh | ||
PerfTests.md | ||
README.md | ||
release.sh | ||
settings.gradle | ||
versioning.gradle |
Anytype.io - Mobile
Build project
Prerequisites
-
Download
anytype/anytype-android
(private) repository from Github -
Create
github.properties
file in root project folder:
gpr.usr=GITHUB_USER_ID
gpr.key=GITHUB_PERSONAL_ACCESS_TOKEN
Your Github ID can be found here. As to your personal Github access token, you can generate it in Developer settings
in your profile settings on Github.
- Create
apikeys.properties
file in root project folder:
amplitude.debug="AMPLITUDE_DEBUG_KEY"
amplitude.release="AMPLITUDE_RELEASE_KEY"
Then build project.
IDE setup (optional)
Based on your IDE setup, you might experience problems while accessing/importing auto-generated Kotlin classes from protocol
module. These classes are currently declared in very large files, which IDE might not process as expected. If this is your case, go to your Android Studio Help section, select Edit Custom Properties option. There you should set idea.max.intellisense.filesize
property as follows:
idea.max.intellisense.filesize=3500
Setup your Firebase account for Anytype
We're using Firebase App Distribution + Firebase Crashlytics. We have two separate projects: one for debug
builds (which we distribute mostly for our Q&A team), another one for release
builds.
Install the latest Anytype Android release:
From Google Play.
Or download an apk for your device architecture from our website.
Join our community & telegram channels
Follow what community writes about our Android client.
Join our Android Testers telegram channel.
Useful links
Anytype Android app dependencies.
Conventions
PR naming:
{APP AREA} | {NATURE OF CHANGE: Fix, Enhancement, Feature, Design, Documentation} | {CONCISE DESCRIPTION OF WHAT HAS BEEN DONE}
App area can be App
, Editor
, Sets
, Relations
, Auth
, Settings
, Analytics
, Tech
(CI, DI, scripting, etc.), etc.
Example: Editor | Fix | Show meaningful message when failed to open file by an existing application
Git branch naming
{TASK_ID or TASK_NUMBER}-ConciseDescription