Skip to content

Commit d5ff696

Browse files
committed
Bump to 1.2.1
1 parent 0c73c5d commit d5ff696

File tree

2 files changed

+56
-8
lines changed

2 files changed

+56
-8
lines changed

CHANGELOG.md

+54-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,50 @@
1-
# Change Log
1+
# Changelog
2+
3+
## [1.2.1](https://github.com/thepracticaldev/DEV-Android/tree/1.2.1) (2020-03-30)
4+
5+
[Full Changelog](https://github.com/thepracticaldev/DEV-Android/compare/1.2...1.2.1)
6+
7+
**Fixed bugs:**
8+
9+
- Copy URL broken & Android share dialog [\#58](https://github.com/thepracticaldev/DEV-Android/issues/58)
10+
- Stuck on Offline page upon start [\#36](https://github.com/thepracticaldev/DEV-Android/issues/36)
11+
- Unable to upload profile image in android mobile app [\#33](https://github.com/thepracticaldev/DEV-Android/issues/33)
12+
- The App does not load user profile or articles [\#24](https://github.com/thepracticaldev/DEV-Android/issues/24)
13+
- Choose File option does not work [\#18](https://github.com/thepracticaldev/DEV-Android/issues/18)
14+
15+
**Closed issues:**
16+
17+
- upgrade pip 20.0.1 [\#65](https://github.com/thepracticaldev/DEV-Android/issues/65)
18+
- App looses state when external link is open or when its sent to background [\#48](https://github.com/thepracticaldev/DEV-Android/issues/48)
19+
- Adding Detekt [\#45](https://github.com/thepracticaldev/DEV-Android/issues/45)
20+
- Does Dev share API? [\#38](https://github.com/thepracticaldev/DEV-Android/issues/38)
21+
- Clear back history on tapping home link [\#35](https://github.com/thepracticaldev/DEV-Android/issues/35)
22+
- Unable to upload profile image in android mobile app [\#32](https://github.com/thepracticaldev/DEV-Android/issues/32)
23+
- Unable to upload profile image in android mobile app [\#31](https://github.com/thepracticaldev/DEV-Android/issues/31)
24+
25+
**Merged pull requests:**
26+
27+
- Upgrade Gradle and runtime dependencies [\#64](https://github.com/thepracticaldev/DEV-Android/pull/64) ([msfjarvis](https://github.com/msfjarvis))
28+
- Delete removed custom gradle task `clean` from README. [\#59](https://github.com/thepracticaldev/DEV-Android/pull/59) ([VarunBarad](https://github.com/VarunBarad))
29+
- The binding should not be passed around [\#57](https://github.com/thepracticaldev/DEV-Android/pull/57) ([sierisimo](https://github.com/sierisimo))
30+
- Adding 'when' to substitute if [\#56](https://github.com/thepracticaldev/DEV-Android/pull/56) ([sierisimo](https://github.com/sierisimo))
31+
- The 'clean' task is already present [\#55](https://github.com/thepracticaldev/DEV-Android/pull/55) ([sierisimo](https://github.com/sierisimo))
32+
- Updating versions to latest [\#54](https://github.com/thepracticaldev/DEV-Android/pull/54) ([sierisimo](https://github.com/sierisimo))
33+
- Add a bridge between WebView JavaScript and native Android code. [\#53](https://github.com/thepracticaldev/DEV-Android/pull/53) ([VarunBarad](https://github.com/VarunBarad))
34+
- Bug/save webview state retain history [\#52](https://github.com/thepracticaldev/DEV-Android/pull/52) ([sduduzog](https://github.com/sduduzog))
35+
- Refactor and clean-up build [\#50](https://github.com/thepracticaldev/DEV-Android/pull/50) ([jmfayard](https://github.com/jmfayard))
36+
- Add detekt static analysis [\#47](https://github.com/thepracticaldev/DEV-Android/pull/47) ([xuhaibahmad](https://github.com/xuhaibahmad))
37+
- Update Android Gradle plugin to 3.5.0 [\#46](https://github.com/thepracticaldev/DEV-Android/pull/46) ([friederbluemle](https://github.com/friederbluemle))
38+
- Dependencies management with Gradle buildSrcVersions [\#44](https://github.com/thepracticaldev/DEV-Android/pull/44) ([jmfayard](https://github.com/jmfayard))
39+
- Uprev AGP from 3.4.1 to 3.4.2 [\#43](https://github.com/thepracticaldev/DEV-Android/pull/43) ([msfjarvis](https://github.com/msfjarvis))
40+
- Dependency upgrades [\#42](https://github.com/thepracticaldev/DEV-Android/pull/42) ([msfjarvis](https://github.com/msfjarvis))
41+
- Migrate to Gradle Kotlin DSL [\#41](https://github.com/thepracticaldev/DEV-Android/pull/41) ([dbaelz](https://github.com/dbaelz))
42+
- Moving code into JDK8 [\#40](https://github.com/thepracticaldev/DEV-Android/pull/40) ([sierisimo](https://github.com/sierisimo))
43+
- Clear history when returning to home [\#39](https://github.com/thepracticaldev/DEV-Android/pull/39) ([robertoissc](https://github.com/robertoissc))
44+
- fix: Fixes issue to launch file chooser every time [\#34](https://github.com/thepracticaldev/DEV-Android/pull/34) ([subbramanil](https://github.com/subbramanil))
245

346
## [1.2](https://github.com/thepracticaldev/DEV-Android/tree/1.2) (2019-05-30)
47+
448
[Full Changelog](https://github.com/thepracticaldev/DEV-Android/compare/1.1...1.2)
549

650
**Closed issues:**
@@ -11,11 +55,13 @@
1155
**Merged pull requests:**
1256

1357
- Fix Android lint warnings [\#30](https://github.com/thepracticaldev/DEV-Android/pull/30) ([robertoissc](https://github.com/robertoissc))
14-
- Codestyle and dependency upgrades [\#28](https://github.com/thepracticaldev/DEV-Android/pull/28) ([MSF-Jarvis](https://github.com/MSF-Jarvis))
58+
- Codestyle and dependency upgrades [\#28](https://github.com/thepracticaldev/DEV-Android/pull/28) ([msfjarvis](https://github.com/msfjarvis))
1559
- Feature/Moving `main url` out of `strings.xml` [\#27](https://github.com/thepracticaldev/DEV-Android/pull/27) ([VarunBarad](https://github.com/VarunBarad))
16-
- Codestyle cleanup [\#22](https://github.com/thepracticaldev/DEV-Android/pull/22) ([MSF-Jarvis](https://github.com/MSF-Jarvis))
60+
- fix: Choose File Option Not Working Issue [\#26](https://github.com/thepracticaldev/DEV-Android/pull/26) ([subbramanil](https://github.com/subbramanil))
61+
- Codestyle cleanup [\#22](https://github.com/thepracticaldev/DEV-Android/pull/22) ([msfjarvis](https://github.com/msfjarvis))
1762

1863
## [1.1](https://github.com/thepracticaldev/DEV-Android/tree/1.1) (2019-04-30)
64+
1965
[Full Changelog](https://github.com/thepracticaldev/DEV-Android/compare/1.0...1.1)
2066

2167
**Fixed bugs:**
@@ -27,22 +73,24 @@
2773

2874
- Fix sign in issue [\#21](https://github.com/thepracticaldev/DEV-Android/pull/21) ([maestromac](https://github.com/maestromac))
2975
- Set adaptive icon background to black and update readme [\#19](https://github.com/thepracticaldev/DEV-Android/pull/19) ([jhw866](https://github.com/jhw866))
30-
- Update dependencies [\#16](https://github.com/thepracticaldev/DEV-Android/pull/16) ([MSF-Jarvis](https://github.com/MSF-Jarvis))
76+
- Update dependencies [\#16](https://github.com/thepracticaldev/DEV-Android/pull/16) ([msfjarvis](https://github.com/msfjarvis))
3177
- Refactored to AndroidX [\#15](https://github.com/thepracticaldev/DEV-Android/pull/15) ([tujson](https://github.com/tujson))
3278
- Update README [\#9](https://github.com/thepracticaldev/DEV-Android/pull/9) ([maestromac](https://github.com/maestromac))
3379
- Code of Conduct [\#8](https://github.com/thepracticaldev/DEV-Android/pull/8) ([jessleenyc](https://github.com/jessleenyc))
3480

3581
## [1.0](https://github.com/thepracticaldev/DEV-Android/tree/1.0) (2019-04-18)
82+
83+
[Full Changelog](https://github.com/thepracticaldev/DEV-Android/compare/c5252691c5d8befa7555399e7dbec2ec36209db3...1.0)
84+
3685
**Closed issues:**
3786

3887
- Interested to contribute on the following project [\#6](https://github.com/thepracticaldev/DEV-Android/issues/6)
3988
- Chrome share only shares Dev.to [\#5](https://github.com/thepracticaldev/DEV-Android/issues/5)
4089

4190
**Merged pull requests:**
4291

43-
- fix: Choose File Option Not Working Issue [\#26](https://github.com/thepracticaldev/DEV-Android/pull/26) ([subbramanil](https://github.com/subbramanil))
4492
- Create base architecture [\#7](https://github.com/thepracticaldev/DEV-Android/pull/7) ([luchfilip](https://github.com/luchfilip))
4593

4694

4795

48-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
96+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ android.targetSdkVersion=28
44
android.compileSdkVersion=28
55
android.minSdkVersion=18
66
android.applicationId=to.dev.dev_android
7-
android.versionCode=4
8-
android.versionName=1.2
7+
android.versionCode=5
8+
android.versionName=1.2.1
99

1010
# Keep in sync with buildSrc/build.gradle.kts
1111

0 commit comments

Comments
 (0)