diff --git a/CHANGELOG.md b/CHANGELOG.md index d721e2f..8c81a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,50 @@ -# Change Log +# Changelog + +## [1.2.1](https://github.com/thepracticaldev/DEV-Android/tree/1.2.1) (2020-03-30) + +[Full Changelog](https://github.com/thepracticaldev/DEV-Android/compare/1.2...1.2.1) + +**Fixed bugs:** + +- Copy URL broken & Android share dialog [\#58](https://github.com/thepracticaldev/DEV-Android/issues/58) +- Stuck on Offline page upon start [\#36](https://github.com/thepracticaldev/DEV-Android/issues/36) +- Unable to upload profile image in android mobile app [\#33](https://github.com/thepracticaldev/DEV-Android/issues/33) +- The App does not load user profile or articles [\#24](https://github.com/thepracticaldev/DEV-Android/issues/24) +- Choose File option does not work [\#18](https://github.com/thepracticaldev/DEV-Android/issues/18) + +**Closed issues:** + +- upgrade pip 20.0.1 [\#65](https://github.com/thepracticaldev/DEV-Android/issues/65) +- App looses state when external link is open or when its sent to background [\#48](https://github.com/thepracticaldev/DEV-Android/issues/48) +- Adding Detekt [\#45](https://github.com/thepracticaldev/DEV-Android/issues/45) +- Does Dev share API? [\#38](https://github.com/thepracticaldev/DEV-Android/issues/38) +- Clear back history on tapping home link [\#35](https://github.com/thepracticaldev/DEV-Android/issues/35) +- Unable to upload profile image in android mobile app [\#32](https://github.com/thepracticaldev/DEV-Android/issues/32) +- Unable to upload profile image in android mobile app [\#31](https://github.com/thepracticaldev/DEV-Android/issues/31) + +**Merged pull requests:** + +- Upgrade Gradle and runtime dependencies [\#64](https://github.com/thepracticaldev/DEV-Android/pull/64) ([msfjarvis](https://github.com/msfjarvis)) +- Delete removed custom gradle task `clean` from README. [\#59](https://github.com/thepracticaldev/DEV-Android/pull/59) ([VarunBarad](https://github.com/VarunBarad)) +- The binding should not be passed around [\#57](https://github.com/thepracticaldev/DEV-Android/pull/57) ([sierisimo](https://github.com/sierisimo)) +- Adding 'when' to substitute if [\#56](https://github.com/thepracticaldev/DEV-Android/pull/56) ([sierisimo](https://github.com/sierisimo)) +- The 'clean' task is already present [\#55](https://github.com/thepracticaldev/DEV-Android/pull/55) ([sierisimo](https://github.com/sierisimo)) +- Updating versions to latest [\#54](https://github.com/thepracticaldev/DEV-Android/pull/54) ([sierisimo](https://github.com/sierisimo)) +- Add a bridge between WebView JavaScript and native Android code. [\#53](https://github.com/thepracticaldev/DEV-Android/pull/53) ([VarunBarad](https://github.com/VarunBarad)) +- Bug/save webview state retain history [\#52](https://github.com/thepracticaldev/DEV-Android/pull/52) ([sduduzog](https://github.com/sduduzog)) +- Refactor and clean-up build [\#50](https://github.com/thepracticaldev/DEV-Android/pull/50) ([jmfayard](https://github.com/jmfayard)) +- Add detekt static analysis [\#47](https://github.com/thepracticaldev/DEV-Android/pull/47) ([xuhaibahmad](https://github.com/xuhaibahmad)) +- Update Android Gradle plugin to 3.5.0 [\#46](https://github.com/thepracticaldev/DEV-Android/pull/46) ([friederbluemle](https://github.com/friederbluemle)) +- Dependencies management with Gradle buildSrcVersions [\#44](https://github.com/thepracticaldev/DEV-Android/pull/44) ([jmfayard](https://github.com/jmfayard)) +- Uprev AGP from 3.4.1 to 3.4.2 [\#43](https://github.com/thepracticaldev/DEV-Android/pull/43) ([msfjarvis](https://github.com/msfjarvis)) +- Dependency upgrades [\#42](https://github.com/thepracticaldev/DEV-Android/pull/42) ([msfjarvis](https://github.com/msfjarvis)) +- Migrate to Gradle Kotlin DSL [\#41](https://github.com/thepracticaldev/DEV-Android/pull/41) ([dbaelz](https://github.com/dbaelz)) +- Moving code into JDK8 [\#40](https://github.com/thepracticaldev/DEV-Android/pull/40) ([sierisimo](https://github.com/sierisimo)) +- Clear history when returning to home [\#39](https://github.com/thepracticaldev/DEV-Android/pull/39) ([robertoissc](https://github.com/robertoissc)) +- fix: Fixes issue to launch file chooser every time [\#34](https://github.com/thepracticaldev/DEV-Android/pull/34) ([subbramanil](https://github.com/subbramanil)) ## [1.2](https://github.com/thepracticaldev/DEV-Android/tree/1.2) (2019-05-30) + [Full Changelog](https://github.com/thepracticaldev/DEV-Android/compare/1.1...1.2) **Closed issues:** @@ -11,11 +55,13 @@ **Merged pull requests:** - Fix Android lint warnings [\#30](https://github.com/thepracticaldev/DEV-Android/pull/30) ([robertoissc](https://github.com/robertoissc)) -- Codestyle and dependency upgrades [\#28](https://github.com/thepracticaldev/DEV-Android/pull/28) ([MSF-Jarvis](https://github.com/MSF-Jarvis)) +- Codestyle and dependency upgrades [\#28](https://github.com/thepracticaldev/DEV-Android/pull/28) ([msfjarvis](https://github.com/msfjarvis)) - Feature/Moving `main url` out of `strings.xml` [\#27](https://github.com/thepracticaldev/DEV-Android/pull/27) ([VarunBarad](https://github.com/VarunBarad)) -- Codestyle cleanup [\#22](https://github.com/thepracticaldev/DEV-Android/pull/22) ([MSF-Jarvis](https://github.com/MSF-Jarvis)) +- fix: Choose File Option Not Working Issue [\#26](https://github.com/thepracticaldev/DEV-Android/pull/26) ([subbramanil](https://github.com/subbramanil)) +- Codestyle cleanup [\#22](https://github.com/thepracticaldev/DEV-Android/pull/22) ([msfjarvis](https://github.com/msfjarvis)) ## [1.1](https://github.com/thepracticaldev/DEV-Android/tree/1.1) (2019-04-30) + [Full Changelog](https://github.com/thepracticaldev/DEV-Android/compare/1.0...1.1) **Fixed bugs:** @@ -27,12 +73,15 @@ - Fix sign in issue [\#21](https://github.com/thepracticaldev/DEV-Android/pull/21) ([maestromac](https://github.com/maestromac)) - Set adaptive icon background to black and update readme [\#19](https://github.com/thepracticaldev/DEV-Android/pull/19) ([jhw866](https://github.com/jhw866)) -- Update dependencies [\#16](https://github.com/thepracticaldev/DEV-Android/pull/16) ([MSF-Jarvis](https://github.com/MSF-Jarvis)) +- Update dependencies [\#16](https://github.com/thepracticaldev/DEV-Android/pull/16) ([msfjarvis](https://github.com/msfjarvis)) - Refactored to AndroidX [\#15](https://github.com/thepracticaldev/DEV-Android/pull/15) ([tujson](https://github.com/tujson)) - Update README [\#9](https://github.com/thepracticaldev/DEV-Android/pull/9) ([maestromac](https://github.com/maestromac)) - Code of Conduct [\#8](https://github.com/thepracticaldev/DEV-Android/pull/8) ([jessleenyc](https://github.com/jessleenyc)) ## [1.0](https://github.com/thepracticaldev/DEV-Android/tree/1.0) (2019-04-18) + +[Full Changelog](https://github.com/thepracticaldev/DEV-Android/compare/c5252691c5d8befa7555399e7dbec2ec36209db3...1.0) + **Closed issues:** - Interested to contribute on the following project [\#6](https://github.com/thepracticaldev/DEV-Android/issues/6) @@ -40,9 +89,8 @@ **Merged pull requests:** -- fix: Choose File Option Not Working Issue [\#26](https://github.com/thepracticaldev/DEV-Android/pull/26) ([subbramanil](https://github.com/subbramanil)) - Create base architecture [\#7](https://github.com/thepracticaldev/DEV-Android/pull/7) ([luchfilip](https://github.com/luchfilip)) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/gradle.properties b/gradle.properties index 5fb113d..8e04b77 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,8 +4,8 @@ android.targetSdkVersion=28 android.compileSdkVersion=28 android.minSdkVersion=18 android.applicationId=to.dev.dev_android -android.versionCode=4 -android.versionName=1.2 +android.versionCode=5 +android.versionName=1.2.1 # Keep in sync with buildSrc/build.gradle.kts