Skip to content

Commit

Permalink
Create Release v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WIStudent committed May 23, 2015
1 parent 107cbdd commit 90bcbc0
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

## [0.2] - 2015-05-24
### Added
- More SSIDs.
- Option to filter shown SSIDs.
- A progress bar is shown while all SSIDs are added or removed.
- Info page with some information about the app.

### Changed
- Changed design to look more like the material design
Binary file added app/FreifunkAutoConnect_v_0_2.apk
Binary file not shown.
Binary file removed app/app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.example.tobiastrumm.freifunkautoconnect"
minSdkVersion 15
targetSdkVersion 22
versionCode 1
versionName "0.1"
versionCode 2
versionName "0.2"
}
buildTypes {
release {
Expand Down
4 changes: 3 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<resources>
<resources
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingTranslation" >
<string name="app_name">Freifunk Auto Connect</string>

<string name="hello_world">Hello world!</string>
Expand Down

0 comments on commit 90bcbc0

Please sign in to comment.