Commit Graph

2252 Commits

Author SHA1 Message Date
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
casey langen
78c057b0eb Version bump. 2019-03-29 22:18:13 -07:00
casey langen
4c1821f863 Work around double headset KEYCODE_MEDIA_PAUSE event. Also, update some
dependencies and ensure ambiguous versions are pinned.
2019-03-29 22:18:13 -07:00
casey langen
b082031357 Fixed notification tray icon and updated version to 0.64.1 2019-03-20 15:14:35 -07:00
casey langen
64654a8835 musikdroid version bump 2019-03-17 22:41:55 -07:00
casey langen
d67486fda9 Hush compiler warnings. 2019-03-17 22:15:02 -07:00
casey langen
a696d99f5e CHANGELOG update 2019-03-17 15:40:03 -07:00
casey langen
9cc1a08ab4 Fixed gruvbox_dark theme's focused text input style. 2019-03-17 15:38:25 -07:00
casey langen
6a742b950e Ensure old focus is cleared when showing an overlay. 2019-03-17 15:23:23 -07:00
casey langen
a4dd717c37 Fixed key parsing on non-US keyboards, for non-Latin characters in Windows 2019-03-17 12:13:42 -07:00
casey langen
f946c50846 Fixed tray icon and wndproc interception. 2019-03-17 12:13:05 -07:00
casey langen
97bf21a574 Updated CHANGELOG 2019-03-16 16:57:57 -07:00
casey langen
b066d315c9
Merge pull request #248 from adem4ik/master
Update ru_RU.json
2019-03-16 16:44:22 -07:00
casey langen
07ec3fcce9 Fixed #250 2019-03-16 16:42:55 -07:00
adem
2f2e8dc17a Update ru_RU.json 2019-03-16 17:19:21 +04:00
casey langen
1e655cb97a Tweaked build comments to show how to set CMAKE_INSTALL_DIR 2019-03-15 06:59:16 +00:00
casey langen
1b65b9cdc3 Version bump and CHANGELOG update for next release. 2019-03-14 23:08:47 -07:00
casey langen
816d70fd2a Migrate ~/.musikcube -> ~/.config/musikcube to be better XDG citizens. 2019-03-12 23:30:41 -07:00
casey langen
ed737daa58 Let's put the stderr log in the data dir. 2019-03-12 23:07:32 -07:00
casey langen
6cd3614641 Fixed a minor order of operations bugs that was causing focus via click
to not work properly in all cases.
2019-03-12 21:55:15 -07:00
casey langen
19d7d10543 A couple more focus optimizations 2019-03-06 22:15:12 -08:00
casey langen
712be61b32 Added some missing includes. 2019-03-06 21:54:32 -08:00
casey langen
28fe461a68 Fixed compiler warning. 2019-03-06 19:53:13 -08:00
casey langen
8709078340 Merged PDCurses with upstream 2019-03-06 19:49:08 -08:00
casey langen
a9fdbcf07e Oops, let's compare instead of assign. 2019-03-06 19:13:54 -08:00
casey langen
a1bb0f1de3 More focus-related simplifications. Also: ensure search field is
auto-focused when switching back.
2019-03-06 16:36:15 -08:00
casey langen
60f52273dd Disable package cloud integration, as we're not currently using it as
part of the release process, and we're hosting binaries on github.
2019-03-06 16:16:04 -08:00
casey langen
0cb83b94d1 Experimental focus stuff, take two. 2019-03-05 23:44:33 -08:00
casey langen
2e1ea995cf Revert "Scary experimental changes to the way focus is tracked to reduce"
This reverts commit 22900b2c83.
2019-03-05 22:46:29 -08:00
casey langen
22900b2c83 Scary experimental changes to the way focus is tracked to reduce
spaghetti code and fix weird focus bugs with the transport.
2019-03-05 22:38:02 -08:00
casey langen
76d40a4d42 "filter" -> "search" 2019-03-05 20:07:54 -08:00
casey langen
6bdef31cc8 Added a filter hint (and also fixed TextInput::SetHint()) 2019-03-05 19:54:58 -08:00
casey langen
29f28dcc5f Fixed startup crash fix on non-UTF-8 locales. 2019-02-18 15:04:38 -08:00
casey langen
a45f8d7cf5 M-` shows version anywhere in the app. 2019-02-18 14:43:28 -08:00
casey langen
6bbb88ba0d Fixed transport event propagation in FragmentActivityWithTransport when
there is more than one fragment in the stack.
2019-02-18 12:07:33 -08:00