Commit Graph

1950 Commits

Author SHA1 Message Date
casey langen
a1728851c8 Fixed a bug in the plugin overlay's number validator. 2018-08-25 16:41:44 -07:00
casey langen
93824b89d8 Gradle plugin version bump 2018-08-25 10:46:47 -07:00
casey langen
7d43dc9b39 Added right-click context menu support. 2018-08-19 11:29:02 -07:00
casey langen
db37e5823b libFLAC binary upgrade. 2018-08-19 11:28:45 -07:00
casey langen
9ca925bce4 One more warning cleanup. 2018-08-12 23:28:56 -07:00
casey langen
73447a7030 Some more warning cleanups. 2018-08-12 23:13:38 -07:00
casey langen
2e00d0c536 OK, now that there are clear repro steps, the crash on invalid metadata
should be fixed for reals.
2018-08-12 22:37:14 -07:00
casey langen
a1591667f9 This should fix the server crash that happens when a client queries a
now playing that contains tracks that have been removed from the
library.
2018-08-12 22:17:47 -07:00
casey langen
e4f36d011d Cleaned up a few more compile warnings. 2018-08-12 18:08:41 -07:00
casey langen
01bc1eae3f Some clang compiler warning cleanup. 2018-08-12 18:00:00 -07:00
casey langen
b8da6430b5 Ensure shutdown happens promptly if the indexer is still running. 2018-08-07 12:16:01 -07:00
casey langen
1e083d4952
Merge pull request #198 from adem4ik/master
Update ru_RU.json
2018-07-18 21:35:57 -07:00
adem
0935a4e933 Update ru_RU.json 2018-07-16 01:35:36 +04:00
casey langen
2da57cc984 Revert "A bit more bold experimentation."
This reverts commit 84b2ff5544.
2018-07-14 16:09:22 -07:00
casey langen
98d6438685 Revert "A bit of A_BOLD experimentation. May revert."
This reverts commit 1b7f02d02e.
2018-07-14 16:08:33 -07:00
casey langen
84b2ff5544 A bit more bold experimentation. 2018-07-14 16:05:23 -07:00
casey langen
1b7f02d02e A bit of A_BOLD experimentation. May revert. 2018-07-13 23:15:03 -07:00
casey langen
b88abfa654 Added a flag to disable bold intensify for A_BOLD colors. 2018-07-13 22:11:41 -07:00
casey langen
e99fbc74fb More gruvbox_dark tweaks. 2018-07-13 20:25:22 -07:00
casey langen
bb9c837810 gruvbox tweaks. 2018-07-11 22:01:29 -07:00
casey langen
a06b554b6a Added an initial "gruvbox" theme. 2018-07-09 21:53:05 -07:00
casey langen
497c84008b Simplify a bit of PluginOverlay code 2018-07-09 21:52:55 -07:00
casey langen
26b17f94e3 Added missing default user agent implementation for HttpClient. 2018-07-09 21:52:33 -07:00
casey langen
157071ed9d Added precision to ISchema::DoubleEntry 2018-06-23 11:19:21 -07:00
casey langen
b2f4f7fde6 Cleaned up extraneous whitespace. 2018-06-22 23:29:55 -07:00
casey langen
3a0da6d7e4 Updated VS2017 compiler no longer liked libFLAC_static.lib after an
updated. Re-compiled, added a new binary.
2018-06-22 23:28:29 -07:00
casey langen
03fc3dac6c Android app version bump. 2018-06-22 23:28:19 -07:00
casey langen
8234e2937b Fixed *nix compile. 2018-06-22 23:03:36 -07:00
casey langen
edc0211038 Exposed "audio_endpoint_routing" to the wasapiout prefs schema. 2018-06-22 14:01:46 -07:00
casey langen
b3055da272 Updated NullOut to expose the playback speed multiplier as a config
schema.
2018-06-22 13:57:49 -07:00
casey langen
c94de607a4 Better bounding display logic. 2018-06-22 13:48:45 -07:00
casey langen
269140324c Added min/max value bounding for int and double schema types. 2018-06-22 13:26:00 -07:00
casey langen
e71ca2f70f Fixed #195: fixed a couple rogue, non-localized last.fm strings. 2018-06-22 12:53:33 -07:00
casey langen
0a3f1a4f68 Ensure ListWindow doesn't kill the selected item when an empty area is
clicked.
2018-06-22 12:48:56 -07:00
casey langen
a9ea1acb8f Checkpoint commit for plugin schema interfaces that can be used to build a dynamic configuration UI (similar to about:config) 2018-06-22 12:43:52 -07:00
casey langen
fa8b29026f Fixed a bug where ListOverlay::OnVisbilityChanged was not calling up to super, leading overlays not always properly disappearing. 2018-06-19 13:24:31 -07:00
casey langen
046ab523be Updated to the latest version of Android Studio and related tooling and
SDKs (including Fabric, Kotlin, Gradle and AppCompat). Fixed up compile
errors and warnings accordingly.
2018-06-10 22:44:06 -07:00
casey langen
665410dd53 Fixed the "with milkdrop" archiver script. 2018-06-10 19:31:01 -07:00
casey langen
98fcc56a4d
Merge pull request #194 from clangen/build
Fixed libboost version for bionic.
2018-06-10 13:55:38 -07:00
casey langen
bb76d82742 Fixed libboost version for bionic. 2018-06-10 09:01:41 -07:00
Casey Langen
9eb4ee0055 Addeed openssl requirement for build and install on Fedora distros. 2018-06-10 00:21:02 -07:00
Casey Langen
10ca01aaa1 Updated CHANGELOG.txt 2018-06-09 23:32:03 -07:00
casey langen
01eae8299e Updated musikcubed/main.cpp with the new version.h location. 2018-06-09 22:54:08 -07:00
casey langen
8c928bd127 0.50.0 release prep. 2018-06-09 22:47:49 -07:00
casey langen
b4f8bf60aa Moved HttpClient into the SDK so plugins can use it as well. Required
some other minor restructuring.
2018-06-09 16:27:31 -07:00
casey langen
d35e1d71d7 Fixed bug found in PR. 2018-06-09 12:38:44 -07:00
casey langen
e92f18cb7b
Merge pull request #191 from clangen/clangen/build_updates
Updates to support Ubuntu Bionic and Fedora 28.
2018-06-09 12:38:17 -07:00
casey langen
a5f06493ff
Merge pull request #193 from adem4ik/master
Update Russian localization
2018-06-09 11:13:05 -07:00
adem
93568ff68d Remove junk from ru_RU.json 2018-06-08 11:54:58 +04:00
adem
50237873b9 Update ru_RU.json 2018-06-08 11:52:43 +04:00