Skip to content

Commit

Permalink
Updated change log
Browse files Browse the repository at this point in the history
  • Loading branch information
subchannel13 committed Aug 9, 2019
1 parent bd8312a commit 0b6f689
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.

## [Unreleased]

## [v1.12] 2019-08-09
### Added
- Actionbar "up" button navigation

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
android:parentActivityName=".MainActivity" />
<activity
android:name=".NewsActivity"
android:parentActivityName=".MainActivity" />
android:parentActivityName=".GameActivity" />
<activity
android:name=".MainActivity"
android:launchMode="singleTop">
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/13.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Added
* Actionbar "up" button navigation
Changed
* Converted "screens" from fragments to activities
Fixed
* Crash after rotating while news report is open (issue #62)

0 comments on commit 0b6f689

Please sign in to comment.