Compare commits
27
Commits
v1.6
..
v1618051461
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c293f4cac | ||
|
|
91e5d3736f | ||
|
|
e11dee220f | ||
|
|
fcebf916d2 | ||
|
|
73cc1a7297 | ||
|
|
798f112498 | ||
|
|
38b5e7dc65 | ||
|
|
2799a48f2b | ||
|
|
ad5edae6cd | ||
|
|
9cb02f0272 | ||
|
|
6d24fd9336 | ||
|
|
a3a7b78c96 | ||
|
|
e995286068 | ||
|
|
65fb6d9b7e | ||
|
|
eb02d1efad | ||
|
|
f8d3e1eefb | ||
|
|
218b8fa843 | ||
|
|
9f94af6239 | ||
|
|
d3584ac40e | ||
|
|
90bdb289d0 | ||
|
|
78a08750a2 | ||
|
|
baba851e97 | ||
|
|
2a03783623 | ||
|
|
9f2a4438b1 | ||
|
|
5ee5287ffa | ||
|
|
29547c2c94 | ||
|
|
4846c870fa |
+1
-13
@@ -47,15 +47,8 @@ You can directly import this project into IntellIJ/Android Studio.
|
||||
|
||||
You'll have to:
|
||||
|
||||
- Configure fabric and add your `apiKey` and `apiSecret` in the `fabric.properties` file.
|
||||
- Create a firebase project and add the `google-services.json` to the `app/` folder.
|
||||
- Define some parameters either in `~/.gradle/gradle.properties` or as gradle parameters (see the examples)
|
||||
|
||||
- mercuryApiKey: A [Mercury](https://mercury.postlight.com/web-parser/) web parser api key for the internal browser
|
||||
- feedbackEmail: An email to receive users feedback.
|
||||
- sourceUrl: an url to the source code, used in the settings. **It can be empty.**
|
||||
- trackerUrl: an url to the tracker, used in the settings. **It can be empty.**
|
||||
- githubToken: a github token used to report issues from within the app. [Details here](https://github.com/heinrichreimer/android-issue-reporter#how-to-create-a-bot-key). **It can be empty.**
|
||||
- appLoginUrl, appLoginUsername and appLoginPassword: url, username and password of a selfoss instance. **These are only used for tests. They can be empty if you don't test API calls.**
|
||||
|
||||
### Examples:
|
||||
@@ -65,15 +58,10 @@ You'll have to:
|
||||
appLoginUrl="URL" # It can be empty.
|
||||
appLoginUsername="LOGIN" # It can be empty.
|
||||
appLoginPassword="PASS" # It can be empty.
|
||||
mercuryApiKey="LONGAPIKEY"
|
||||
feedbackEmail="EMAIL"
|
||||
sourceUrl="URLSOURCE" # It can be empty.
|
||||
trackerUrl="URLTRACKER" # It can be empty.
|
||||
githubToken="GITHUBTOKEN" # It can be empty or use https://github.com/heinrichreimer/android-issue-reporter#how-to-create-a-bot-key to generate one
|
||||
```
|
||||
|
||||
#### As gradle parameters
|
||||
|
||||
```
|
||||
./gradlew .... -P appLoginUrl="URL" -P appLoginUsername="LOGIN" -P appLoginPassword="PASS" -P mercuryApiKey="LONGAPIKEY" -P feedbackEmail="EMAIL" -P sourceUrl="URLSOURCE" -P trackerUrl="URLTRACKER" -P githubToken="GITHUBTOKEN"
|
||||
./gradlew .... -P appLoginUrl="URL" -P appLoginUsername="LOGIN" -P appLoginPassword="PASS"
|
||||
```
|
||||
|
500 Internal Server Error
Gitea Version: 1.28.0+dev-210-gd87d26d735 | ||||