Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Minimal tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
markhaehnel committed Feb 26, 2016
1 parent 99a67ce commit 76fd75a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ proguard/
/.idea/libraries
.DS_Store
/captures
/app/*.apk
>>>>>>> 24200e7d908aad159db10e72ab17c55633a5db68
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 "de.markhaehnel.rbtv.rocketbeanstv"
minSdkVersion 17
targetSdkVersion 23
versionCode 12
versionName "2.8"
versionCode 13
versionName "2.9"
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class MainActivity extends AppCompatActivity implements MediaPlayer.OnPre
private EMVideoView videoView;

boolean showGetterIsRunning = false;
ChannelInfo channelInfo = new ChannelInfo("Keine Informationen", "");
ChannelInfo channelInfo = new ChannelInfo("Keine Informationen", "-");

private static MainActivity ins;

Expand Down Expand Up @@ -276,7 +276,6 @@ public void showSchedule(ArrayList<ScheduleShow> shows) {
insertPoint.removeAllViews();

int animMulitplier = 250;
int animVisibility = 10000;

for (int i = 0; i < shows.size(); i++) {
View v = vi.inflate(R.layout.component_scheduleitem, null);
Expand Down

0 comments on commit 76fd75a

Please sign in to comment.