Skip to content

Commit

Permalink
Merge pull request #207 from amardeshbd/develop
Browse files Browse the repository at this point in the history
Minor release
  • Loading branch information
hossain-khan authored Aug 9, 2020
2 parents 9a6661f + a0e20d1 commit fe85228
Show file tree
Hide file tree
Showing 16 changed files with 171,898 additions and 53,626 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,19 @@ Android client app for https://github.com/2020PB/police-brutality (Repository co
<img src="https://raw.githubusercontent.com/amardeshbd/android-police-brutality-incidents/develop/resources/poster/github-repository-social-preview.png" width="50%">
</p>

### Early BETA Testing 🚧
If you want to try the app as it is being developed, you can get the latest Android buid via Firebase:
* Firebase App Distribution - Subscribe to new updates via email. Use this [open-beta testing](https://appdistribution.firebase.dev/i/5d2cb8359305f7e7) process. The invite email will be sent on next release, not immediately.
## Google Play Submission Update
[![rejected](https://user-images.githubusercontent.com/99822/89718591-c2cc3380-d98d-11ea-9c6c-643b3daa694d.png)](https://github.com/amardeshbd/android-police-brutality-incidents/releases)

After being under review for [over a month](https://github.com/amardeshbd/android-police-brutality-incidents/issues/204), unfortunately Google has rejected the applications due to following Google Play policy violation.

* Sensitive Events policy - Specifically, we don't allow apps that lack reasonable sensitivity towards or capitalize on a natural disaster, atrocity, conflict, death, or other tragic event.
* Bullying and Harassment policy - We don't allow apps that contain or facilitate threats, harassment, or bullying.

> NOTE: App will be available in Google Play in few days after it's reviewed and approved.
So, if you are still interested to try this app, then [**download the APK** from latest release](https://github.com/amardeshbd/android-police-brutality-incidents/releases) and sideload the application. Alternatively you can sign up for beta testing subscription and get latest updates via Firebase App Distribution.

### BETA Testing 🚧
If you want to try the app as it is being developed, you can get the latest Android buid via Firebase:
* Firebase App Distribution - Subscribe to new updates via email. Use this [open-beta testing](https://appdistribution.firebase.dev/i/5d2cb8359305f7e7) process.

## Objective

Expand Down
1 change: 1 addition & 0 deletions android-app/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions android-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ buildscript {
targetSdkVersion = 29

// App dependencies
androidXHiltVersion = '1.0.0-alpha01'
appCompatVersion = '1.1.0'
androidXHiltVersion = '1.0.0-alpha02' // https://developer.android.com/jetpack/androidx/releases/hilt
appCompatVersion = '1.2.0'
cardViewVersion = '1.0.0'
constraintLayoutVersion = '2.0.0-beta8'
constraintLayoutVersion = '2.0.0-rc1'
coreTestingVersion = '2.0.0'
espressoVersion = '3.1.1'
firebaseAnalyticsVersion = '17.4.3'
firebaseAnalyticsVersion = '17.4.4'
firebaseCrashlyticsGradle = '2.1.1'
firebaseCrashlyticsVersion = '17.1.1'
fragmentVersion = '1.2.4'
Expand All @@ -24,11 +24,11 @@ buildscript {
junitVersion = '4.13'
kotlinVersion = '1.3.72'
ktlintVersion = '0.33.0'
ktxVersion = '1.3.0'
ktxVersion = '1.3.1'
lifecycleVersion = '2.2.0'
materialVersion = '1.2.0-beta01' // https://github.com/material-components/material-components-android/releases
mockitoVersion = '3.3.3'
navigationVersion = '2.2.2'
navigationVersion = '2.3.0'
okhttpVersion = '4.7.2' // https://github.com/square/okhttp/blob/master/CHANGELOG.md
preferenceVersion = '1.1.1'
recyclerViewVersion = '1.1.0'
Expand All @@ -38,7 +38,7 @@ buildscript {
testExtJunit = '1.1.0'
truthVersion = '0.42'
viewPagerVersion = '1.0.0'
workVersion = '2.3.4'
workVersion = '2.4.0'
}

repositories {
Expand Down
14,618 changes: 9,888 additions & 4,730 deletions resources/api-data-snapshot/all-locations-git-tracked.json

Large diffs are not rendered by default.

27,329 changes: 19,464 additions & 7,865 deletions resources/api-data-snapshot/all-locations-v2-git-tracked.json

Large diffs are not rendered by default.

165,938 changes: 130,294 additions & 35,644 deletions ...ces/api-data-snapshot/incidents-api.846policebrutality.com-git-tracked-with-evidence.json

Large diffs are not rendered by default.

Loading

0 comments on commit fe85228

Please sign in to comment.