Adrian Ulrich
c5294347ed
add missing check for plugins
2017-04-12 20:13:12 +02:00
Adrian Ulrich
08330cdb84
Use DSLV for FolderPicker
2017-04-10 19:58:49 +02:00
Adrian Ulrich
1b88ebdc84
Make filebrowser code a little bit nicer.
2017-04-09 18:26:52 +02:00
Adrian Ulrich
4cb857371f
Make add_to_playlist in fullplaybackview *also* a submenu
2017-04-09 17:55:52 +02:00
Adrian Ulrich
fee64685bd
Use a progress bar in scanprefs
2017-04-08 12:43:42 +02:00
Adrian Ulrich
9e929ebb08
cleanup some old sorting code
...
* No need to call loadSortOrder()
* All adapters are now sortable
2017-04-08 11:32:57 +02:00
Alex Bikadorov
10878de963
Implement sorting for files tab ( #577 )
...
* Added new translation strings for file sort dialog
* Implemented sorting for the file system adapter
With new abstract class SortableAdapter as new base class for FileSystemAdapter
and MediaAdapter.
Usable sorting modes are:
- filename
- file size
- file modification time
- file extension
* reversed
Closes #305
* Code improvements for sorted file system adapter
2017-04-08 11:27:54 +02:00
Adrian Ulrich
55a5ff6aa0
implement 'more from folder'
2017-04-03 20:34:48 +02:00
Adrian Ulrich
306e15e0c5
use proper strings
2017-04-03 20:16:23 +02:00
Adrian Ulrich
ffe0fe55df
Add option to jump to albums, artists and genres in fullplaybackactivity
2017-04-02 17:08:25 +02:00
Adrian Ulrich
f1aa25556f
hold a wake lock during indexing
2017-04-02 15:39:29 +02:00
Adrian Ulrich
6de63921e3
Revert "enable sql debug in nightly"
...
This reverts commit 53d35fbf57066e9fd87d2853bda54e53257877af.
2017-03-27 20:28:23 +02:00
Adrian Ulrich
53d35fbf57
enable sql debug in nightly
2017-03-27 20:28:07 +02:00
Adrian Ulrich
a332396f42
simplify tab order code
2017-03-27 20:25:37 +02:00
Adrian Ulrich
ab74a3b5a5
make sBackend volatile
2017-03-16 20:47:13 +01:00
Adrian Ulrich
0608627deb
add missing fix for song == null
...
fixes an NPE when selecting the plugins menue while no song is loaded
2017-03-08 18:32:58 +01:00
Antic1tizen One
2bc17ec2dd
Add "plugins" menu option in full playback view ( #559 )
...
- refactor plugin querying in a way that now any
library activity can utilize it
- Make doc more thorough
- Hopefully fix empty plugin list bug
(flag was added to wrong intent)
2017-03-06 21:59:15 +01:00
Adrian Ulrich
51ded9bee3
get rid of mLastActedId
...
This was always somewhat buggy and is very buggy in File views
2017-03-04 20:13:54 +01:00
Adrian Ulrich
d0ff23a824
COMPOSER and ALBART id's are > SONG
...
These types can not have a Play All in the context menu as the 'jumpSong' in SongTimeline only works if the required information is available in the filled projection (which is not the case for these types)
2017-03-04 20:01:27 +01:00
Adrian Ulrich
010aa84185
Add 'play all' header in file view
2017-03-04 19:51:53 +01:00
Adrian Ulrich
798400d713
expose support for albumartist and composer tags
2017-03-04 18:29:20 +01:00
Adrian Ulrich
f4d0028176
include artist name in album view
2017-03-04 18:17:25 +01:00
Adrian Ulrich
710398822d
trim whitespaces before putting strings
2017-03-04 18:08:54 +01:00
Adrian Ulrich
cf75c40c2c
add option to jump to the filebrowser home directory
2017-03-02 19:23:56 +01:00
Adrian Ulrich
ffb70b40b1
unset DistributeEvenly to avoid cut off tabs
2017-02-26 14:16:54 +01:00
Adrian Ulrich
42cb7979e4
sync with bastp to add midi support
2017-02-26 14:07:46 +01:00
Adrian Ulrich
5479eb87a3
remove orphaned comment
2017-02-26 13:46:44 +01:00
Adrian Ulrich
919ddc5f75
Do not use resource-magic to select themes.
...
Gradle uses a completely different resources-order, so calculating the theme id will fail.
We are therefore emiting all theme styles into integer-array's.
2017-02-26 13:44:33 +01:00
Adrian Ulrich
7580280ba5
use getNotification() as build() requires api level 16
2017-02-20 18:57:23 +01:00
Adrian Ulrich
f44ca3c3b0
Jump to pos 0 if the limiter of a FILE adapter changes
2017-02-18 10:58:03 +01:00
Adrian Ulrich
111b2d90f0
Revert "be explicit about the current scrolling position"
...
This reverts commit 5e8f9bbef6348926d5790c473c9cea1eae398896.
2017-02-18 10:44:41 +01:00
Adrian Ulrich
9a36558064
index albumartist
2017-02-17 22:29:09 +01:00
Adrian Ulrich
7b638550b9
sync with bastp e62865f5f7d9746cfcc93b0eefa3261a8bd68333
2017-02-17 22:25:27 +01:00
Adrian Ulrich
5e8f9bbef6
be explicit about the current scrolling position
...
Jump to top if we have no LRU cache entry
2017-02-17 22:17:46 +01:00
Adrian Ulrich
7240b0089f
filter out 'ghost' events
2017-02-17 22:14:13 +01:00
Adrian Ulrich
b39cc52ea4
sync with bastp and enable MP4 tagreader
2017-02-12 17:49:54 +01:00
Adrian Ulrich
390ba53583
also blacklist Alarms directory
2017-02-11 17:21:46 +01:00
Adrian Ulrich
655c42b468
sync with bastp and maybe-pass id3v1 headers to own parser
2017-02-11 17:14:33 +01:00
Adrian Ulrich
7d9025a967
get rid of mtime=0
...
Setting mtime=0 was done by older releases and is always wrong, it should be at least '1'
Also fixes triggerFullMediaScan() to ditch the correct values ;-)
2017-02-11 15:12:14 +01:00
Adrian Ulrich
4c59fc2486
Use 'title' instead of 'name'
2017-02-08 18:41:08 +01:00
Adrian Ulrich
35833f1c65
Do *not* set mtime to 0 if we are triggering a lazy rescan
...
mtime==0 means: item does not exist and it will never be get correctly re-indexed in this state
2017-02-08 18:32:49 +01:00
Adrian Ulrich
6938c820b3
fix fd leak and increase logging
2017-02-04 11:53:52 +01:00
Adrian Ulrich
56154f21bd
Check forceBastp and use own ID3v2 reader if true
...
Also sync with bastp head to get additional vorbis <-> id3v2 mappings
2017-02-04 11:24:48 +01:00
Adrian Ulrich
51a4c0ffeb
fix misuse of ugly getSetPreference() function
...
We just want to get, so we pass -1
2017-02-04 10:13:11 +01:00
Adrian Ulrich
7183a85869
implement group-album-by-folder
2017-02-04 10:05:24 +01:00
Adrian Ulrich
90b48bdc8c
implement scanner preferences
2017-02-04 09:47:18 +01:00
Adrian Ulrich
c0854e2740
fix setSortMode range check
...
Modes are inverted indexes, so we can not use Math.abs()
2017-02-03 21:36:10 +01:00
Adrian Ulrich
e5e9ba3022
Sync with BASTP HEAD
2017-02-03 18:48:48 +01:00
Adrian Ulrich
cc930c3dbb
never return covers for unindexed songs
...
Invalid song objects have an id == -1, unindexed songs start at -2, so we should also skip them as their album information is bonkers
2017-02-02 19:04:41 +01:00
Adrian Ulrich
3c15eca5e6
do not put empty-names in brackets
2017-02-02 18:56:13 +01:00