1531 Commits

Author SHA1 Message Date
Adrian Ulrich
d0e1882f55 do not intercept clicks in FileSystemAdapter 2016-07-24 14:43:07 +02:00
Adrian Ulrich
de0247b04a make FileSystemAdapter use DraggableRow 2016-07-24 14:36:47 +02:00
Adrian Ulrich
9c47a3b90c make filebrowserstart use draggablerow 2016-07-24 14:20:33 +02:00
Adrian Ulrich
e95580acf9 Hide 'share' option in queue view (where we do not mCurrentSong options in the menu) 2016-07-23 17:18:18 +02:00
Adrian Ulrich
ec985b24df fix crash introduced by pull request #404 2016-07-23 17:07:43 +02:00
Adrian Ulrich
89b043015d Merge pull request #404 from Adonai/share-button
Implement share action in Library & NowPlaying
2016-07-23 17:00:40 +02:00
Adrian Ulrich
7c7fd78499 fix 'add to playlist' for library headers 2016-07-23 16:59:11 +02:00
Адонай Элохим
7bf9d691cb Implement share action. Part of #240 2016-07-23 17:27:06 +03:00
Adrian Ulrich
d1a2bab400 fix crash introduced with 71144b1f8ee91ddc07854366a7638a25d0238a26
mCurrentPage might not be initialized when setSong() is called, so we need to check for this.
2016-07-23 15:01:28 +02:00
Adrian Ulrich
3163505c78 remove yet another orphaned import 2016-07-21 11:06:06 +02:00
Adrian Ulrich
58c54a3a3e remove orphaned import 2016-07-21 10:57:34 +02:00
Adrian Ulrich
28017eebd5 Merge pull request #403 from Adonai/scroll-to-song
Implement scroll-to-song and option in menu
2016-07-20 11:38:58 +02:00
Адонай Элохим
71144b1f8e Implement scroll-to-song and option in menu 2016-07-17 23:12:00 +03:00
Adrian Ulrich
ab0b0b7db9 update translations 2016-07-08 17:39:54 +02:00
Adrian Ulrich
dda9ea920d 1.0.42 changelog 2016-07-08 17:38:59 +02:00
Adrian Ulrich
7fac28fbc4 target 1.0.42 2016-07-03 16:19:43 +02:00
Adrian Ulrich
17e045c885 update translations 2016-07-03 16:19:06 +02:00
Adrian Ulrich
74b7198ce0 move sd-scanner to misc and update copyright 2016-07-03 16:09:22 +02:00
Adrian Ulrich
3529c75fc8 make scanner fragment static to retain it 2016-07-03 16:01:24 +02:00
Adrian Ulrich
0e1b9a327b simplify sd scanner code 2016-07-03 15:59:03 +02:00
Adrian Ulrich
ca6d5d1743 fix name of serbian translation values folder 2016-07-03 14:21:40 +02:00
Adrian Ulrich
a948bec804 Update HALL-OF-SHAME.md 2016-07-03 14:18:42 +02:00
Adrian Ulrich
c638a32439 Update README.md 2016-06-26 11:41:18 +02:00
Adrian Ulrich
fe1de7b735 Update README.md 2016-06-26 11:40:23 +02:00
Adrian Ulrich
87757216e9 update translations 2016-06-25 22:36:41 +02:00
Adrian Ulrich
a15a46d36d send global notifications about playlist changes 2016-06-25 22:12:27 +02:00
Adrian Ulrich
e5723db214 Ignore 'The' in fastscroll 2016-06-25 21:27:37 +02:00
Adrian Ulrich
0852c158ac simplify code 2016-06-25 20:58:45 +02:00
Adrian Ulrich
d5d5d87a5f add-to-playlist is now available in FullPlaybackActivity 2016-06-25 20:57:35 +02:00
Adrian Ulrich
1936e42d36 Give the playlist-dialog its own class so it does not need to abuse the SubMenu class 2016-06-25 20:48:24 +02:00
Adrian Ulrich
f4868dfc0a Update HALL-OF-SHAME.md 2016-06-25 12:06:50 +02:00
Adrian Ulrich
5d388bac7b Create HALL-OF-SHAME.md 2016-06-25 12:01:43 +02:00
Adrian Ulrich
df895dd5fd add Play All ctx menu for artist, album and songs
This is already a default-tap action, so it can be a longpress action too
2016-06-24 20:54:34 +02:00
Adrian Ulrich
75cb4d5579 simplify pickSongs() 2016-06-24 20:47:22 +02:00
Adrian Ulrich
22bf1db8bd remove continuous shuffle 2016-06-24 20:32:47 +02:00
Adrian Ulrich
dce8974445 lets try this. 2016-06-24 20:25:25 +02:00
Xiao Bao Clark
0736bc54b0 Ignore files with size 0
Attempt to fix a problem on 4.1.1 where non-file backed playlists
passed to "MediaScannerConnection.scanFile()" are deleted
2016-06-19 15:15:58 +10:00
Adrian Ulrich
161b8855fb be far less aggressive on restoring saved positions 2016-06-18 12:28:29 +02:00
Adrian Ulrich
a55f1c795c Merge pull request #379 from relan/gradle-update
Gradle-related updates
2016-06-16 11:30:19 +02:00
Adrian Ulrich
9d1f76d135 Merge pull request #378 from david-sawatzke/master
Add path to extended currently playing view
2016-06-16 11:28:37 +02:00
relan
936f3b1a76 Make lint issues non-fatal 2016-06-15 08:28:51 +03:00
relan
bd3f10d395 Update Gradle wrapper to 2.14 2016-06-15 08:28:51 +03:00
relan
2c63d3a343 Update Gradle plugin to 2.1.2 2016-06-15 08:28:43 +03:00
relan
51bdb0b64c Update build tools to 23.0.3 2016-06-15 08:14:48 +03:00
David Sawatzke
47da4d7a08 Add path to extended curretly playing view 2016-06-14 19:38:07 +02:00
Adrian Ulrich
6f076891cd Merge pull request #377 from xbao/sdscanner
SD Scanner
2016-06-12 16:24:48 +02:00
Adrian Ulrich
ae0b846e13 fix crash in turkish translation 2016-06-12 13:47:51 +02:00
Xiao Bao Clark
35c0e0ccf2 Tabify sdscanner_fragment.xml 2016-06-12 13:44:54 +10:00
Xiao Bao Clark
42c85f59e2 Remove SDScanner MainActivity 2016-06-12 13:41:43 +10:00
Xiao Bao Clark
90dcbc57cd Remove callback onDestroy to avoid NPE 2016-06-12 13:38:43 +10:00