2
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Jun 30, 2024 — Jun 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Tablet starts now always in playlist view + player. - In playlist view, the active playlist is shown when bringing app to front. Fixes #98.
asfa194
as Andreas
More... over 10 years ago
Merge branch 'master' of https://github.com/clementine-player/Android-Remote
asfa194
as Andreas
More... over 10 years ago
Remove shell script to generate protocol buffer class and move it into the gradle file.
asfa194
as Andreas
More... over 10 years ago
Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine-remote/resource/clementine-remote) More... over 10 years ago
Remove files that should not be there.
asfa194
as Andreas
More... over 10 years ago
Show transcoding status when downloading files.
asfa194
as Andreas
More... over 10 years ago
Update protocol buffer to version latest Clementine uses.
asfa194
as Andreas
More... over 10 years ago
And include proto class again. travis doesn't have protobuf-compiler 2.5.0 since the maschines run on 12.04.
asfa194
as Andreas
More... over 10 years ago
Oops.
asfa194
as Andreas
More... over 10 years ago
Ignore generated protocol buffer class in git. Generate it with gradle task when compiling.
asfa194
as Andreas
More... over 10 years ago
Create a task for generating protocol buffer.
asfa194
as Andreas
More... over 10 years ago
Merge pull request #97 from clementine-player/Clementine1.3-features
asfa194
as Andreas
More... over 10 years ago
Merge master
asfa194
as Andreas
More... over 10 years ago
Fix progressbar and track time when hitting the stop button.
asfa194
as Andreas
More... over 10 years ago
Added ability to stop playback in player view menu and in tasker. Updates #96.
asfa194
as Andreas
More... over 10 years ago
- Fix travis build. Using assembleRelease instead of build for gradle command. - Fix lint errors in widget layout.
asfa194
as Andreas
More... over 10 years ago
Merge remote-tracking branch 'origin/master'
asfa194
as Andreas
More... over 10 years ago
Fix travis cp command.
asfa194
as Andreas
More... over 10 years ago
Update README.md -> show travis build status
asfa194
as Andreas
More... over 10 years ago
Added travis configuration.
asfa194
as Andreas
More... over 10 years ago
Version 10.1 changelog.
asfa194
as Andreas
More... over 10 years ago
Shutdown service when there is no connection as well.
asfa194
as Andreas
More... over 10 years ago
- Use binder to start service. This will make sure a ClementinePlayerConnection object is created when a user presses connect. Also, the service is only started when Clementine is connected and is stopped once the connection is dropped. - Only process a connect message if we are not connected - This reverts commit c8fe251f9ecbf2f2515f5baf77467a64760c40ce which was a bit hacky.
asfa194
as Andreas
More... over 10 years ago
Update gradle to 2.2.1 and build tools to 21.1.2 as well as using jcenter instead of mavenCentral for repository.
asfa194
as Andreas
More... over 10 years ago
Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine-remote/resource/clementine-remote) More... over 10 years ago
Make sure the service has started before the user can click on "connect". Fixes a nullpointer when trying to connect.
asfa194
as Andreas
More... over 10 years ago
Make sure DownloadStatus is not null in SongDownloader.
asfa194
as Andreas
More... over 10 years ago
Fix java.lang.NullPointerException in ConnectionFragment.
asfa194
as Andreas
More... over 10 years ago
Only optimize tables when download was successful.
asfa194
as Andreas
More... over 10 years ago
Fix java.lang.NumberFormatException: Invalid int: "" in TaskerSettings and make activity scrollable.
asfa194
as Andreas
More... over 10 years ago