Skip to content

Commit

Permalink
Bump to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maestromac committed Mar 30, 2020
1 parent 0c73c5d commit d5ff696
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 8 deletions.
60 changes: 54 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:**
Expand All @@ -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:**
Expand All @@ -27,22 +73,24 @@

- 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)
- Chrome share only shares Dev.to [\#5](https://github.com/thepracticaldev/DEV-Android/issues/5)

**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)*
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d5ff696

Please sign in to comment.