Skip to content

Commit

Permalink
Google Play Deployment, Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceOfPuppers committed Dec 12, 2020
1 parent c180e40 commit 6df7c28
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 3 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added Images/google-play-badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 33 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,35 @@
<img align="left" width="40" height="40" src="sync_dl_gui/assets/icon.png">

# sync-dl-gui

> An App for downloading and syncing remote playlists to your phone
- [INSTALLATION](#INSTALLATION)
- [ABOUT](#ABOUT)
- [DEVLOPMENT](#DEVLOPMENT)
- [DEPLOYMENT](#DEPLOYMENT)
- [SCREENSHOTS](#SCREENSHOTS)


# INSTALLATION
## With Google Play
[<img src = Images/google-play-badge.png width = 300/>](https://play.google.com/store/apps/details?id=org.princeofpuppers.sync_dl_gui)

## With adb
Install adb https://developer.android.com/studio/command-line/adb

Connect smartphone to computer via usb

Download either apk in the release (they are the 32 and 62 bit versions respectively)
https://github.com/PrinceOfPuppers/sync-dl-gui/releases/tag/1.0

32 Bit:
```
adb install path/to/download/sync_dl_gui_armeabi_v7a_1.0.apk
```
64 Bit:
```
adb install path/to/download/sync_dl_gui_armeabi_v7a_1.0.apk
```
# ABOUT
Created to avoid having music deleted but still have the convenience of browsing, adding and reordering new music using remote services such as youtube.

Expand Down Expand Up @@ -108,7 +134,6 @@ jarsigner -sigalg SHA1withRSA -digestalg SHA1 -keystore path/to/keystore bin/syn
install zipalign
```
zipalign -c -v 4 bin/sync_dl_gui-1.0-armeabi-v7a-release-unsigned.apk bin/sync_dl_gui_armeabi_v7a_1.0.apk
```

## Test apk
Expand All @@ -120,4 +145,10 @@ adb install bin/sync_dl_gui_armeabi_v7a_1.0.apk
Google Play requires both 32 and 64 bit releases

## Google Console
Follow Google Consoles step by step guide for releaseing an the application
Follow Google Consoles step by step guide for releaseing an the application


# SCREENSHOTS
<img src = Images/1.jpg width = 250/>
<img src = Images/2.jpg width = 250/>
<img src = Images/3.jpg width = 250/>
2 changes: 1 addition & 1 deletion buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ source.include_patterns = sync_dl_gui/assets/*
#source.exclude_patterns = license,images/*/*.jpg

# (str) Application versioning (method 1)
version = 1.0
version = 1.1

# (str) Application versioning (method 2)
# version.regex = __version__ = ['"](.*)['"]
Expand Down

0 comments on commit 6df7c28

Please sign in to comment.