Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
fenimore committed Jan 28, 2021
1 parent 9610b6e commit 2510240
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
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.workingagenda.democracydroid"
minSdkVersion 26
targetSdkVersion 29
versionCode 47
versionName "3.8.1"
versionCode 48
versionName "3.8.2"
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,10 @@ protected void onPause() {
protected void onStop() {
super.onStop();
Log.d("Media", "onStop called");
//player.release();
//unbindService(mConnection);
}

@Override
protected void onDestroy() {
//mVideoView.stopPlayback();
super.onDestroy();
Log.d("onDestroy", "Do Destroy");
unbindService(mConnection);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ protected String doInBackground(String... urls){

protected void onPostExecute(String result){
super.onPostExecute(result);
// TODO: pass image with the Intent
String page = "<h2>" + title + "</h2><strong>" + date +
"</strong><br><small>Viewer Supported News:</small> " +
"<a class='donate_button' data-width='800' data-height='590' " +
Expand Down
5 changes: 4 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
<string name="about_dd_header">About Democracy Droid!</string>
<string name="about_dev_header">Developer Information</string>
<string name="whatsnew">

==== 3.8.2\n
- Fix the story tab\n
==== 3.8.1\n
- Fix everything, woops\n
==== 3.8.0\n
- Remove broken downloads tab :(\n
- Fix the Audio Streaming functionality\n
Expand Down

0 comments on commit 2510240

Please sign in to comment.