parent
21eff5a4ab
commit
31f7f93ad1
35
README.md
35
README.md
|
@ -16,8 +16,6 @@
|
||||||
- Focused on reliability and stability.
|
- Focused on reliability and stability.
|
||||||
- Bare-bones feature set.
|
- Bare-bones feature set.
|
||||||
|
|
||||||
##### _*Google play only with automatic crash reporting enabled_
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Feature list
|
### Feature list
|
||||||
|
@ -28,7 +26,8 @@
|
||||||
- Message bubbles, supporting text, replies and edits
|
- Message bubbles, supporting text, replies and edits
|
||||||
- Push notifications (DMs always notify, Rooms notify once)
|
- Push notifications (DMs always notify, Rooms notify once)
|
||||||
- Importing of E2E room keys from Element clients
|
- Importing of E2E room keys from Element clients
|
||||||
- [UnifiedPush](https://unifiedpush.org/)
|
- [UnifiedPush](https://unifiedpush.org/)
|
||||||
|
- FOSS variant
|
||||||
|
|
||||||
### Planned
|
### Planned
|
||||||
|
|
||||||
|
@ -57,4 +56,34 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
### Building
|
||||||
|
|
||||||
|
|
||||||
|
##### Debug `.apk`
|
||||||
|
|
||||||
|
```bash
|
||||||
|
./gradlew assembleDebug
|
||||||
|
```
|
||||||
|
|
||||||
|
##### Release (signed with debug key) `.apk`
|
||||||
|
|
||||||
|
```bash
|
||||||
|
./gradlew assembleRelease
|
||||||
|
```
|
||||||
|
|
||||||
|
##### Unsigned release `.apk`
|
||||||
|
|
||||||
|
```bash
|
||||||
|
./gradlew assembleRelease -Punsigned
|
||||||
|
```
|
||||||
|
|
||||||
|
##### Unsigned release (FOSS) `.apk`
|
||||||
|
|
||||||
|
```bash
|
||||||
|
./gradlew assembleRelease -Punsigned -Pfoss
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
#### Join the conversation @ https://matrix.to/#/#small-talk:iswell.cool
|
#### Join the conversation @ https://matrix.to/#/#small-talk:iswell.cool
|
||||||
|
|
Loading…
Reference in New Issue