- git (re)init (git structure was corrupted)

- added shuffler and repeat mode
- xxxhdpi icons
- typos
- new styles
- not fully working playing queue [alpha]
This commit is contained in:
Karim Abou Zeid 2015-01-25 01:05:25 +01:00
commit 32f76f5418
277 changed files with 20259 additions and 0 deletions

49
.gitignore vendored Normal file
View file

@ -0,0 +1,49 @@
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
app/src/main/res/values/com_crashlytics_export_strings.xml
app/src/main/assets/crashlytics-build.properties
app/app-release.apk
app/build
app/crashlytics.properties
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
target/
# external libraries
libs/
# gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
.gitattributes
# Eclipse project files
.classpath
.project
# Android Studio
*.iml
.idea
# Mac
.DS_Store
gradle