- 01 Mar, 2014 25 commits
-
-
Max Kellermann authored
Add enum InputResult which is a tri-state. Input plugins may now fail and just become unavailable.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Move code from CreateConfiguredDatabase() and add XDG support. This implements an automatic Linux fallback for the setting "db_file" if none was specified.
-
Max Kellermann authored
-
Max Kellermann authored
Add class Context which wraps the Android/Java Context class and add a JNI wrapper for method Context.getCacheDir().
-
Max Kellermann authored
-
Max Kellermann authored
Stole my own code from another project :-)
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Hard-coded path. Will be replaced soon.
-
Max Kellermann authored
This was accidently disabled when storage plugins were introduced.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The SDK for level 9 cannot be downloaded anymore.
-
Max Kellermann authored
Quick hack to allow using the database without GLib (for Android).
-
Max Kellermann authored
We're not using external storage yet, but as soon as we will, we only need to read music files, not write them.
-
Max Kellermann authored
-
Max Kellermann authored
Omit a few methods that are not applicable.
-
Max Kellermann authored
This was bugged, because it did not scale the "size".
-
Max Kellermann authored
Lists files and directories. Supports storage plugins.
-
Max Kellermann authored
-
- 28 Feb, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 27 Feb, 2014 9 commits
-
-
Max Kellermann authored
A SimpleDatabase instance can now "mount" other Database instances at certain locations. This is used to use a new SimpleDatabase instance for each storage mount (issued with the "mount" protocol command). Each such instance has its own database file, stored in the directory that is specified with the "cache_directory" option.
-
Max Kellermann authored
-
Max Kellermann authored
The problem with std::queue is that it doesn't give us enough control. The method Clear() is a kludge already, but soon, we'll need filtering.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 26 Feb, 2014 3 commits
-
-
Max Kellermann authored
Move to SimpleDatabase::GetSong() to give that method more control.
-
Max Kellermann authored
Code can now be reused in LookupSong().
-
Max Kellermann authored
-