Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

Commit

Permalink
* vc6
Browse files Browse the repository at this point in the history
  • Loading branch information
iamSahdeep committed Jan 19, 2019
1 parent 895077c commit eac0b11
Show file tree
Hide file tree
Showing 14 changed files with 43 additions and 3 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ A basic Music playing application for media files in your mobile, currently in d
<img src="https://github.com/iamSahdeep/Bop/blob/master/assets/13.png" width="360" height="640"><img src="https://github.com/iamSahdeep/Bop/blob/master/assets/9.png" width="360" height="640">
<img src="https://github.com/iamSahdeep/Bop/blob/master/assets/7.png" width="360" height="640"><img src="https://github.com/iamSahdeep/Bop/blob/master/assets/8.png" width="360" height="640">
<img src="https://github.com/iamSahdeep/Bop/blob/master/assets/2.png" width="330" height="640"><img src="https://github.com/iamSahdeep/Bop/blob/master/assets/4.png" width="360" height="640">
<img src="https://github.com/iamSahdeep/Bop/blob/master/assets/5.png" width="330" height="640"><img src="https://github.com/iamSahdeep/Bop/blob/master/assets/10.png" width="360" height="640">

<a href="https://github.com/iamSahdeep/Bop/blob/master/assets"> more </a>

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.sahdeepsingh.Bop"
minSdkVersion 21
targetSdkVersion 28
versionCode 5
versionName "0.5"
versionCode 6
versionName "0.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

renderscriptTargetApi 18
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
19 changes: 19 additions & 0 deletions app/release/output.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[
{
"outputType": {
"type": "APK"
},
"apkInfo": {
"type": "MAIN",
"splits": [],
"versionCode": 6,
"versionName": "0.6",
"enabled": true,
"outputFile": "app-release.apk",
"fullName": "release",
"baseName": "release"
},
"path": "app-release.apk",
"properties": {}
}
]
Binary file modified assets/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/11.png
Binary file not shown.
Binary file modified assets/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# CHANGELOG.md

## 0.6 (unreleased)
### versionCode = 6

Features:

- Again UI changed -> [eb6ac461e020eac742241e2636919b7875f49f32](https://github.com/iamSahdeep/Bop/commit/eb6ac461e020eac742241e2636919b7875f49f32)
- new bottom Controls -> [f5c3df30e2f9012bdd86a804be9629ad280624e8](https://github.com/iamSahdeep/Bop/commit/f5c3df30e2f9012bdd86a804be9629ad280624e8)
- Recent Songs List -> [8545689935c848c563839f29845bacb20dc85405](https://github.com/iamSahdeep/Bop/commit/8545689935c848c563839f29845bacb20dc85405)
- Most Played Songs List -> [70dd398a6b8a801f27d043fac34462c6d26ebbbc](https://github.com/iamSahdeep/Bop/commit/70dd398a6b8a801f27d043fac34462c6d26ebbbc)
- Added Artist column -> [7af43fe4a1832a1fccc5dbde7d65d39e586d3299](https://github.com/iamSahdeep/Bop/commit/7af43fe4a1832a1fccc5dbde7d65d39e586d3299)
- Search from Songs, albums, artists and more -> [580c6578497f6a8d53b2095b9960cd203665ed85](https://github.com/iamSahdeep/Bop/commit/580c6578497f6a8d53b2095b9960cd203665ed85)

Bug Fixes:

- Fix : Memory leaks in Main Activity -> [ba31e9e699f12c8eff9ccc6fe1e39c1e7c160e2f](https://github.com/iamSahdeep/Bop/tree/ba31e9e699f12c8eff9ccc6fe1e39c1e7c160e2f)
- Fix : intent filter was not working -> [45fef2d92c6fcba10aaa00824581ef27c5dbf6ad](https://github.com/iamSahdeep/Bop/tree/45fef2d92c6fcba10aaa00824581ef27c5dbf6ad)

Known Issues:

- Issue : Memory leaks in Splash Screen
- Issue : Action mode crashes sometimes

## 0.5 (unreleased)
### versionCode = 5

Expand Down

0 comments on commit eac0b11

Please sign in to comment.