Skip to content

Commit

Permalink
Merge pull request #1540 from fossasia/development
Browse files Browse the repository at this point in the history
chore: merge dev into master branch
  • Loading branch information
CloudyPadmal authored Jan 19, 2019
2 parents 88f7960 + 094b65b commit 69f1cc5
Show file tree
Hide file tree
Showing 299 changed files with 189 additions and 45,833 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Please join us on the following channels:
<tr>
<td><img src="/docs/images/view_about_us.png"></td>
<td><img src="/docs/images/view_navigation_drawer.png"></td>
<td><img src="/docs/images/view_pin_layout.png"></td>
<td><img src="/docs/images/view_pin_detail_dialog.png"></td>
<td><img src="/docs/images/view_pin_layout_front.png"></td>
<td><img src="/docs/images/view_pin_layout_back.png"></td>
</tr>
</table>
<table>
Expand Down
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 "io.pslab"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 10
versionName "2.0.9"
versionCode 11
versionName "2.0.10"
multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
6 changes: 2 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@
</activity>
<activity android:name=".activity.SettingsActivity" />
<activity android:name=".activity.ShowLoggedData" />
<activity
android:name=".activity.PerformExperimentActivity"
android:configChanges="orientation|screenSize|keyboardHidden" />
<activity
android:name=".activity.ControlActivity"
android:configChanges="orientation|screenSize" />
Expand Down Expand Up @@ -78,7 +75,8 @@
<activity android:name=".activity.DataLoggerActivity" />
<activity
android:name=".activity.BarometerActivity"
android:configChanges="keyboardHidden|screenSize|orientation" />
android:configChanges="keyboardHidden|screenSize|orientation"
android:screenOrientation="portrait"/>
<activity
android:name=".activity.CompassActivity"
android:screenOrientation="portrait" />
Expand Down
229 changes: 0 additions & 229 deletions app/src/main/assets/DOC_HTML/apps/A_AC_AND_DC.html

This file was deleted.

43 changes: 0 additions & 43 deletions app/src/main/assets/DOC_HTML/apps/A_AC_AND_DC.md

This file was deleted.

19 changes: 0 additions & 19 deletions app/src/main/assets/DOC_HTML/apps/A_scope.md

This file was deleted.

Loading

0 comments on commit 69f1cc5

Please sign in to comment.