This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 729
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into performance-test
- Loading branch information
Showing
297 changed files
with
5,105 additions
and
2,996 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,75 @@ | ||
app/src/main/res/values/com_crashlytics_export_strings.xml | ||
app/src/main/assets/crashlytics-build.properties | ||
#app/crashlytics.properties | ||
|
||
# built application files | ||
### Android ### | ||
# Built application files | ||
*.apk | ||
*.ap_ | ||
|
||
# files for the dex VM | ||
# Files for the ART/Dalvik VM | ||
*.dex | ||
|
||
# Java class files | ||
*.class | ||
|
||
# generated files | ||
# Generated files | ||
bin/ | ||
gen/ | ||
target/ | ||
|
||
# external libraries | ||
#libs/ | ||
out/ | ||
|
||
# gradle files | ||
# Gradle files | ||
.gradle/ | ||
build/ | ||
|
||
# Local configuration file (sdk path, etc) | ||
local.properties | ||
.gitattributes | ||
|
||
# Eclipse project files | ||
.classpath | ||
.project | ||
# Proguard folder generated by Eclipse | ||
proguard/ | ||
|
||
# Android Studio | ||
*.iml | ||
.idea | ||
ajcore.*.txt | ||
# Log Files | ||
*.log | ||
|
||
# Android Studio Navigation editor temp files | ||
.navigation/ | ||
|
||
# Android Studio captures folder | ||
captures/ | ||
|
||
# Mac | ||
.DS_Store | ||
# Intellij | ||
*.iml | ||
.idea/ | ||
|
||
# External native build folder generated in Android Studio 2.2 and later | ||
.externalNativeBuild | ||
|
||
# Freeline | ||
freeline.py | ||
freeline/ | ||
freeline_project_description.json | ||
|
||
### Android Patch ### | ||
gen-external-apklibs | ||
|
||
### fastlane ### | ||
# fastlane - A streamlined workflow tool for Cocoa deployment | ||
# | ||
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the | ||
# screenshots whenever they are needed. | ||
# For more information about the recommended setup visit: | ||
# https://docs.fastlane.tools/best-practices/source-control/#source-control | ||
|
||
# fastlane specific | ||
fastlane/report.xml | ||
|
||
# deliver temporary files | ||
fastlane/Preview.html | ||
|
||
# snapshot generated screenshots | ||
fastlane/screenshots/**/*.png | ||
fastlane/screenshots/screenshots.html | ||
|
||
# scan temporary files | ||
fastlane/test_output | ||
|
||
# Google Play files | ||
fastlane/metadata/ | ||
|
||
app/release/ | ||
Gemfile.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
source "https://rubygems.org" | ||
|
||
gem "fastlane" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,35 @@ | ||
# Phonograph | ||
# Phonograph ([Forked from kabouzeid](https://github.com/kabouzeid/Phonograph)) | ||
|
||
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://github.com/kabouzeid/Phonograph/blob/master/LICENSE.txt) | ||
|
||
**A material designed local music player for Android.** | ||
|
||
![Screenshots](./art/art.jpg?raw=true) | ||
## About this fork | ||
The purpose of this fork is to implement an easy to use and powerful way to manage your playlists. The goals are: | ||
- [x] See whether the selected song is already in a playlist | ||
- [x] See whether multiple songs are already in a playlist | ||
- [x] Do not add songs to playlist which would become duplicates | ||
- [ ] Material Design for the checkmark | ||
- [ ] Be able to remove a song which is already in a playlist | ||
- [ ] Option to remove duplicate songs from existing playlists | ||
- [ ] Sync playlists (with other devices, using textfiles in Google Drive) | ||
|
||
|
||
![image](https://user-images.githubusercontent.com/33571916/52509049-01e1c300-2bf7-11e9-979a-8cf872436ec2.png) | ||
|
||
In the playlist-menu checkmarks indicate whether a song / a number of songs are already in a list. | ||
The brackets around the checkmark show that only some of the songs are part of the playlist. | ||
|
||
<a href="https://play.google.com/store/apps/details?id=com.kabouzeid.gramophone"> | ||
<img height="50" alt="Get it on Google Play" | ||
src="https://play.google.com/intl/en_us/badges/images/apps/en-play-badge.png" /> | ||
</a> | ||
This fork is only different from kabouzeid/master in these commits: | ||
|
||
[6bac337](https://github.com/Sogolumbo/Phonograph/commit/6bac3379636d97a68f50ebb1672654ef1aa310fb), | ||
[d91f11a](https://github.com/Sogolumbo/Phonograph/commit/d91f11ad068192806979da79a0d089835d574524), | ||
[e81f655](https://github.com/Sogolumbo/Phonograph/commit/e81f655c802bb2953d6e6d093cc3a1c774b897c4), | ||
[8254527](https://github.com/Sogolumbo/Phonograph/commit/8254527339ba7e8acd5cc522b34e3ee724ba9b5a), | ||
[4512b43](https://github.com/Sogolumbo/Phonograph/commit/4512b43529231a57636b7d62fcbade9fb81329b9). | ||
|
||
## Contributing | ||
I love any support, feedback or new ideas. So feel free to contribute in any possible way. I don't have any experience with android programming so I really need help D: | ||
|
||
### Getting the App for non-Programmers | ||
If you want the app but don't know how to build it feel free to send me a personal message. We will find a solution :) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
app/src/androidTest/java/com/kabouzeid/gramophone/ApplicationTest.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="app_name" translatable="false">Phonograph DEBUG</string> | ||
<string name="app_name" translatable="false">Phonograph</string> | ||
</resources> |
Oops, something went wrong.