8 Commits

Author SHA1 Message Date
Dmitri Davydok
44627437dc Implement fixes for my favorite pet peeves in Vanilla (#714)
* Ignore Visual Studio's cache.

* If only one of (ARTIST, ALBUMARTIST) is present, populate the other.
This is only natural and most applications that implement media library population do this.

* On completion of the queue, rewind to the beginning of the queue, so that a subsequent Play command will play the whole queue again.

* Correct <plurals> values according to the best practices and add a CLDR rules link for translators to look for their language's specific informaiton.
2018-01-26 21:10:28 +01:00
Xiao Bao Clark
eeee710f90 Add Gradle wrapper v2.2.1
A gradle wrapper script allows a developer to download and use the
correct version of gradle for Vanilla without needing to install it on
their machine. Vanilla uses v1.3.0 of the Android Gradle plugin, which
requires Gradle v2.2.1.

This commit adds the gradle wrapper, generated using

```
gradle wrapper --gradle-version 2.2.1
```

This command generates a gradle-wrapper.properties that links to the
binary distribution of Gradle. For better integration with IDE's, this
commit changes the URL to '*-all.zip'

More information about the Gradle wrapper can be found in the
[Gradle User Guide - Wrapper](https://docs.gradle.org/current/userguide/gradle_wrapper.html)
2016-03-29 11:48:13 +11:00
Adrian Ulrich
6fecae8538 re add ant build.xml 2015-04-11 09:01:40 +02:00
Nico Alt
968d6db3b8 add Gradle/Android Studio support 2015-04-10 11:49:10 +02:00
Christopher Eby
bc1f587730 Use ant to create docs 2011-10-25 18:23:35 -05:00
Christopher Eby
924205bbad Add some files to gitignore; add some scripts 2011-10-25 04:35:02 -05:00
Christopher Eby
2fd9a69898 Add more file types to .gitignore 2010-04-12 17:14:04 -05:00
Christopher Eby
e169046e4c Add a .gitignore file 2010-03-06 14:49:05 -06:00