Skip to content

Commit

Permalink
2.1.2
Browse files Browse the repository at this point in the history
Fixed issue with field folders
Fixed issue with field file selection
  • Loading branch information
trife authored and trife committed Sep 3, 2014
1 parent ccda31d commit 56acc45
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 239 deletions.
4 changes: 2 additions & 2 deletions Field Book/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.fieldbook.tracker"
android:versionCode="211"
android:versionName="2.1.1" >
android:versionCode="212"
android:versionName="2.1.2" >

<uses-sdk
android:minSdkVersion="14"
Expand Down
6 changes: 6 additions & 0 deletions Field Book/res/raw/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
15/2.1.2
Fixed issue with field folders
Fixed issue with field file selection

14/2.1.1
Renamed "Qualitative" trait format "Categorical"
Fixed issue with Field folders
Fixed selection issue with fields
Removed support for Android 3.0
Removed ActionBarSherlock library

Expand Down
Loading

0 comments on commit 56acc45

Please sign in to comment.