Skip to content

Commit

Permalink
Merge pull request #2907 from nextcloud/fixAndroid4x
Browse files Browse the repository at this point in the history
fix android 4.x
  • Loading branch information
tobiasKaminsky authored Aug 21, 2018
2 parents 6458998 + 15f6579 commit c18ed12
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 40 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 3.2.2 (August, 21, 2018)
fix crash on Android 4.x

## 3.2.2 (August, 20, 2018)
Simple Signup

## 3.2.1 (June, 11, 2018)
Enhanced file detail/sharing screen for mail-shares
Fix local sorting and file selection
Fix local filtering
Fix back navigation on privacy screen
Fix bug on searching
Fix crash on sorting
Fix wrong menu highlighting
various bug fixes

## 3.2.1 (June, 10, 2018)
- Enhanced file detail/sharing screen for mail-shares
- Fix local sorting and file selection
Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ repositories {
// semantic versioning for version code
def versionMajor = 3
def versionMinor = 2
def versionPatch = 2
def versionPatch = 3
def versionBuild = 99 // 0-49=Alpha / 50-98=RC / 99=stable

android {
Expand Down Expand Up @@ -89,7 +89,6 @@ android {
testInstrumentationRunnerArgument "TEST_SERVER_URL", "\"$System.env.OCTEST_SERVER_BASE_URL\""

multiDexEnabled true
vectorDrawables.useSupportLibrary = true

versionCode versionMajor * 10000000 + versionMinor * 10000 + versionPatch * 100 + versionBuild

Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30020199.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 3.2.1 (June, 11, 2018)
Enhanced file detail/sharing screen for mail-shares
Fix local sorting and file selection
Fix local filtering
Fix back navigation on privacy screen
Fix bug on searching
Fix crash on sorting
Fix wrong menu highlighting
various bug fixes
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30020299.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## 3.2.2 (August, 20, 2018)
Simple Signup
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30020399.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## 3.2.2 (August, 21, 2018)
fix crash on Android 4.x
Binary file added src/main/res/drawable-hdpi/first_run_files.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/res/drawable-hdpi/first_run_talk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 0 additions & 11 deletions src/main/res/drawable/first_run_files.xml

This file was deleted.

11 changes: 0 additions & 11 deletions src/main/res/drawable/first_run_groupware.xml

This file was deleted.

16 changes: 0 additions & 16 deletions src/main/res/drawable/first_run_talk.xml

This file was deleted.

0 comments on commit c18ed12

Please sign in to comment.