Adrian Ulrich
|
1668832a8f
|
Merge pull request #131 from aminb/add-license
add LICENSE and update README.md
|
2015-01-06 08:21:33 +01:00 |
|
Amin Bandali
|
e0c9d68531
|
add LICENSE and update README.md
|
2015-01-05 13:14:42 -05:00 |
|
Adrian Ulrich
|
cab7afbce4
|
Update README.md
|
2015-01-05 18:30:26 +01:00 |
|
Adrian Ulrich
|
f4b10889a0
|
fix white widget - really this time
|
2015-01-04 22:40:36 +01:00 |
|
Adrian Ulrich
|
cb76c98e2f
|
add material-design notification layout
|
2015-01-04 22:02:27 +01:00 |
|
Adrian Ulrich
|
a606b69909
|
refresh widget buttons and add xhdpi version
|
2015-01-04 21:41:13 +01:00 |
|
Adrian Ulrich
|
df1dee9d96
|
target lollipop SDK
|
2015-01-04 21:03:45 +01:00 |
|
Adrian Ulrich
|
0691ed33ac
|
Fix 4-white-widget
The XML layout was messed up and caused android 5.0 to render the widget in funny ways.
|
2015-01-04 20:48:27 +01:00 |
|
Adrian Ulrich
|
268c3b825c
|
Remove songs in background
by sending a made up intent to the message handler
|
2015-01-01 10:03:22 +01:00 |
|
Adrian Ulrich
|
2a6ce919f3
|
Move deletion code to PlaybackActivity
So we can re-use it in other parts of the application
|
2015-01-01 09:39:05 +01:00 |
|
Adrian Ulrich
|
84f153d49a
|
check return value of getSong(0)
|
2015-01-01 08:53:18 +01:00 |
|
Amin Bandali
|
0832a0175d
|
add Delete in Now Playing menu (closes #103)
|
2015-01-01 01:04:39 -05:00 |
|
Amin Bandali
|
c0fc289d36
|
update website & issue tracker urls
|
2014-12-19 12:34:32 -05:00 |
|
Adrian Ulrich
|
61cc72e879
|
update rant
|
2014-12-17 15:59:57 +01:00 |
|
Adrian Ulrich
|
a19c0b4d1d
|
Merge pull request #110 from mathstuf/fix-about-page
about: use HTML entities rather than literal UTF-8
|
2014-12-17 15:53:31 +01:00 |
|
Adrian Ulrich
|
556ef7be7c
|
Update README.md
now with even less spelling errors.
|
2014-12-11 21:12:24 +01:00 |
|
Adrian Ulrich
|
a418038962
|
Update README.md
|
2014-12-11 21:11:46 +01:00 |
|
Adrian Ulrich
|
2f09c875c9
|
Update README.md
|
2014-12-11 21:11:23 +01:00 |
|
Ben Boeckel
|
1b5a36a912
|
about: use HTML entities rather than literal UTF-8
The page is interpreted as Latin-1 by default and they show up as
mojibake.
|
2014-10-28 09:23:53 -04:00 |
|
Adrian Ulrich
|
e8444d9246
|
version 0.9.40
|
2014-10-25 09:54:43 +02:00 |
|
Adrian Ulrich
|
c9b0a95e50
|
upgrade translations
|
2014-10-25 09:45:08 +02:00 |
|
Adrian Ulrich
|
422d7a1c04
|
remove timebomb
|
2014-10-25 09:39:40 +02:00 |
|
Adrian Ulrich
|
ef8b970c2b
|
bomb out on march
|
2014-10-23 21:17:12 +02:00 |
|
Adrian Ulrich
|
0ea4a15941
|
fix crash in playlist code
|
2014-10-23 21:16:43 +02:00 |
|
Adrian Ulrich
|
e6155ba17f
|
migrate fullplayback activity to new playlist-task based code
|
2014-10-23 20:16:57 +02:00 |
|
Adrian Ulrich
|
6d940e0be9
|
move playlist operations from LibraryActivity to PlaybackActivity
|
2014-10-23 20:15:59 +02:00 |
|
Adrian Ulrich
|
0e574bc17b
|
Change NewPlaylistDialog to work with PlaylistTasks instead of Intents
|
2014-10-23 20:11:46 +02:00 |
|
Adrian Ulrich
|
a9a194b1a3
|
Add PlaylistTask class
|
2014-10-23 20:11:08 +02:00 |
|
Adrian Ulrich
|
046870bf3b
|
implement save-as-playlist in showqueue activity
|
2014-10-23 20:10:38 +02:00 |
|
Adrian Ulrich
|
c3bcc48d3c
|
Move MENU_CLEAR_QUEUE action to PlaybackActivity and make ShowQueueActivity extend it
|
2014-10-22 18:31:36 +02:00 |
|
Adrian Ulrich
|
3a3530fc93
|
implement addToPlaylist() variant accepting an ArrayList<Long>
|
2014-10-20 22:29:11 +02:00 |
|
Adrian Ulrich
|
f2ac2787cb
|
add new string
|
2014-10-19 20:46:32 +02:00 |
|
Adrian Ulrich
|
2f499f8927
|
getSongByQueuePosition() shall return NULL if id is invalid
|
2014-10-19 20:27:47 +02:00 |
|
Adrian Ulrich
|
6ba1632057
|
force tabtext to be single line and decrease font size by 0.5sp (so that "WIEDERGABELISTEN" fits)
|
2014-10-19 17:49:25 +02:00 |
|
Adrian Ulrich
|
c76d997db1
|
optimize queue listview performance
|
2014-10-19 17:02:21 +02:00 |
|
Adrian Ulrich
|
8c43b1a3c7
|
fix crash during race with purge() in random mode
|
2014-10-18 15:39:00 +02:00 |
|
Adrian Ulrich
|
59d61ce8dd
|
use generic approach to detect if we removed the end of our queue
|
2014-10-18 15:17:11 +02:00 |
|
Adrian Ulrich
|
9f6f72371a
|
remove songs via swipe
|
2014-10-18 11:22:18 +02:00 |
|
Adrian Ulrich
|
802355a174
|
rename moveSong into moveSongPosition and fix reorder bug
|
2014-10-18 10:48:43 +02:00 |
|
Adrian Ulrich
|
fa19912d4a
|
flinging is only possible while toching the handle
|
2014-10-18 10:02:16 +02:00 |
|
Adrian Ulrich
|
35de163b4a
|
use correct icon
|
2014-10-17 22:50:50 +02:00 |
|
Adrian Ulrich
|
390692f2f0
|
bump version to 0.9.30 (playstore hotfix release)
|
2014-10-17 22:39:10 +02:00 |
|
Adrian Ulrich
|
6aace3eadc
|
Revert "no idea why this still happens :-/"
This reverts commit 458f6ad580a7eb9b5f6d0e27349dc892b247dc74.
|
2014-10-17 22:24:02 +02:00 |
|
Adrian Ulrich
|
458f6ad580
|
no idea why this still happens :-/
|
2014-10-17 22:22:58 +02:00 |
|
Adrian Ulrich
|
55fa5604d3
|
Revert "this is hopefully fixed with 5926ba234c562c1731de1a6f080b4c383260fc19"
This reverts commit 103572b9ef0dc79f8e454f69fa6e317161321b70.
|
2014-10-17 22:22:33 +02:00 |
|
Adrian Ulrich
|
06b5cfdafa
|
fix dragging mess
|
2014-10-17 22:21:01 +02:00 |
|
Adrian Ulrich
|
02a5274611
|
implement DraggableRow class
|
2014-10-17 19:33:55 +02:00 |
|
Adrian Ulrich
|
21de700d1d
|
use universal view-file
|
2014-10-17 16:29:40 +02:00 |
|
Adrian Ulrich
|
744c91adbc
|
migrated playlist to DSLV
|
2014-10-17 14:36:58 +02:00 |
|
Adrian Ulrich
|
61663414b7
|
migrate tab order to DSLV
|
2014-10-17 12:07:39 +02:00 |
|