casey langen
|
3f7247dc39
|
A couple minor tweaks that have been floating around for a while.
|
2019-08-29 21:33:24 -07:00 |
|
casey langen
|
39c4a8444c
|
Merge pull request #264 from 0mp/patch-1
Add FreeBSD installation instructions
|
2019-08-28 20:28:51 -07:00 |
|
casey langen
|
80df36cdcc
|
Merge pull request #265 from alexpovel/master
Fixed typo in EN and IT startup message
|
2019-08-28 20:28:23 -07:00 |
|
casey langen
|
25f3b4d5a2
|
Added Debian Buster support
|
2019-08-19 04:15:18 +00:00 |
|
Alex Povel
|
1a26f91fa3
|
Fixed typo in EN and IT startup message
|
2019-07-23 09:40:43 +02:00 |
|
casey langen
|
f41080cebc
|
Cleaned up Outputs.h a bit.
|
2019-07-21 12:02:07 -07:00 |
|
casey langen
|
37cd0da85f
|
Some renames I've been wanting to do for a while, but was dragging my
feet. In musikcube/musikcore:
* ISimpleDataProvider -> IMetadataProxy
* LocalSimpleDataProvider -> LocalMetadataProxy
In musikdroid:
* IDataProvider -> IMetadataProxy
* RemoteDataProvider -> RemoteMetadataProxy
* DataProviderMixin -> MetadataProxyMixin
|
2019-07-07 18:55:15 -07:00 |
|
Mateusz Piotrowski
|
8768bdfda2
|
Add FreeBSD installation instructions
|
2019-06-24 09:42:31 +02:00 |
|
casey langen
|
ceed5a1c73
|
Merge pull request #261 from adem4ik/master
Update ru_RU.json
|
2019-06-17 23:29:43 -07:00 |
|
adem
|
e64d14afa1
|
Update ru_RU.json
|
2019-06-17 07:16:35 +04:00 |
|
Casey Langen
|
ddd8e9f683
|
Version bump.
0.65.1
|
2019-06-16 18:55:41 -07:00 |
|
Casey Langen
|
21c28ffd6b
|
Fixed Boost 1.70 compatibility to restore macOS compile.
Manually applied this patch: https://github.com/zaphoyd/websocketpp/pull/814
|
2019-06-16 18:53:29 -07:00 |
|
casey langen
|
eaca4ea7c0
|
musikdroid version bump and CHANGELOG updates.
0.65.0
|
2019-05-02 22:17:43 -07:00 |
|
casey langen
|
4453935b9d
|
Added a progress bar to TrackDownloadActivity.
|
2019-05-02 22:15:29 -07:00 |
|
casey langen
|
058fd842b3
|
Fedora 30 support.
|
2019-05-01 02:41:20 -04:00 |
|
casey langen
|
57b216d6bc
|
Ubuntu Disco support!
|
2019-04-30 22:07:18 -07:00 |
|
casey langen
|
2b8c653934
|
Merge pull request #255 from matvey00z/fix-build-md5
Fix missing md5.c in CMakeLists
|
2019-04-30 09:11:23 -07:00 |
|
Matvey Zaharchenko
|
53eb64dcf6
|
Fix missing md5.c in CMakeLists
|
2019-04-30 16:25:15 +03:00 |
|
casey langen
|
7929c11543
|
Version bump for the next release.
|
2019-04-29 23:14:38 -07:00 |
|
casey langen
|
34e383bb2c
|
Upgraded libogg and libvorbis -- noticed they weren't statically linking
against the correct CRT, which means they required the VC redist. Oops.
|
2019-04-29 23:13:38 -07:00 |
|
casey langen
|
9bbd1f0140
|
Removed LibreSSL as a requirement by re-compiling libcurl to use WinSSL.
This should also eliminate the need to install the VC redist.
|
2019-04-29 22:32:51 -07:00 |
|
casey langen
|
6f369c7824
|
Fixed Windows compile.
|
2019-04-28 23:38:47 -07:00 |
|
casey langen
|
1a921d09f1
|
Return empty string for lyrics if we don't have an API key.
|
2019-04-26 22:46:08 -07:00 |
|
casey langen
|
e6874f45eb
|
Audd never got back to us after suggesting we could have an API token,
so the functionality is disabled and the api key parsing has been moved
to prefs in the mean time.
|
2019-04-26 22:10:16 -07:00 |
|
casey langen
|
2b953f4b39
|
Updated to Android Studio 3.4 (final) and fixed a couple keyboard
show/hide bugs.
Experimental changes to allow downloading a track for use as a ringtone.
|
2019-04-21 16:20:00 -07:00 |
|
casey langen
|
e70b09878c
|
Cleaned up header source formatting.
|
2019-04-20 00:32:49 -07:00 |
|
casey langen
|
d175e6c4c9
|
Fixed switching to play queue from LyricsLayout, and also ensure we
don't load lyrics until the screen is visible.
|
2019-04-08 22:32:24 -07:00 |
|
casey langen
|
f167614851
|
Better ListWindow title in LyricsLayout.
|
2019-04-08 00:05:31 -07:00 |
|
casey langen
|
f0a48f72ea
|
Pause/resume "fix" in LyricsLayout.cpp
|
2019-04-07 23:52:07 -07:00 |
|
casey langen
|
bd543c0d84
|
CHANGELOG update.
|
2019-04-07 23:17:33 -07:00 |
|
casey langen
|
2f6268d7db
|
Fixed ListView focus issue when switching to the LyricsLayout.
|
2019-04-07 22:20:14 -07:00 |
|
casey langen
|
839382e2e0
|
Fixed broken scroll behavior when switching tracks.
|
2019-04-07 22:09:39 -07:00 |
|
casey langen
|
03703a38a8
|
Added retry logic to LyricsLayout.
|
2019-04-07 22:06:43 -07:00 |
|
casey langen
|
eff4abe65a
|
Initial lyrics lookup support using auddio. Need a real API key
though...
|
2019-04-07 22:01:48 -07:00 |
|
casey langen
|
efb2ec300b
|
Removed some useless settings and updated CHANGELOG
|
2019-04-02 23:52:47 -07:00 |
|
casey langen
|
e8223d22ad
|
Toolbar icon color fixes.
|
2019-04-02 18:14:36 -07:00 |
|
casey langen
|
b5127df351
|
Fixed "Offline" tracks tab and integration with the main Activity.
|
2019-04-02 17:48:01 -07:00 |
|
casey langen
|
064cdc1521
|
Added a browse tab for offline tracks.
|
2019-04-02 10:10:33 -07:00 |
|
casey langen
|
b0e8ca9a9d
|
Moved overflow menu to a left drawer to make it more accessible, and
also make transitions between main and browse feel less janky.
|
2019-04-02 10:00:31 -07:00 |
|
casey langen
|
7597d0edff
|
Updated CHANGELOG
|
2019-04-02 00:07:49 -07:00 |
|
casey langen
|
89d6f10261
|
Added SystemService state diagnostics.
|
2019-04-01 22:40:56 -07:00 |
|
casey langen
|
48df4b45b8
|
Working diagnostics screen.
|
2019-04-01 22:28:10 -07:00 |
|
casey langen
|
42a67f57dd
|
- Stubbed DiagnosticsActivity
- Added code to track app runtime and wake lock acquistion
- Removed Strings class
- Optimized imports
|
2019-04-01 22:03:18 -07:00 |
|
casey langen
|
669f8ff3c1
|
Dead code removal.
|
2019-03-31 23:14:57 -07:00 |
|
casey langen
|
9452d52f67
|
Basic conditional logic is hard.
|
2019-03-31 23:10:56 -07:00 |
|
casey langen
|
0261660df6
|
Small progress/seek bug fixes.
|
2019-03-31 23:08:16 -07:00 |
|
casey langen
|
8cb85af8ed
|
Experimental changes to allow seeking from TransportFragment.
|
2019-03-31 22:41:16 -07:00 |
|
casey langen
|
1d00103b7f
|
Let's try to use this MaterialProgressBar component for seeking,
playback and buffering status in TransportFragment
|
2019-03-31 19:55:24 -07:00 |
|
casey langen
|
f390a02a72
|
Upgraded to AndroidX.
|
2019-03-31 17:42:55 -07:00 |
|
casey langen
|
305d032f86
|
CHANGELOG update.
|
2019-03-29 22:22:15 -07:00 |
|