570 Commits

Author SHA1 Message Date
Adrian Ulrich
e3888d8b02 use new fallback cover 2017-05-06 12:10:06 +02:00
Adrian Ulrich
303f9d2375 implement KEEP_SCREEN_ON 2017-04-24 19:16:43 +02:00
Adrian Ulrich
c364875b71 Avoid jumps during rescan 2017-04-24 19:02:48 +02:00
Adrian Ulrich
bbb74e9534 Make the folder picker somewhat nicer 2017-04-22 14:10:15 +02:00
Adrian Ulrich
62c89f638c update translation 2017-04-22 13:54:54 +02:00
Adrian Ulrich
343b94506d use empty string as placeholder 2017-04-15 12:02:51 +02:00
Adrian Ulrich
21ce9c1d57 Merge indexer-select branch.
This adds the ability to include and exclude media folders.
2017-04-14 16:49:28 +02:00
Adrian Ulrich
08330cdb84 Use DSLV for FolderPicker 2017-04-10 19:58:49 +02:00
Adrian Ulrich
fee64685bd Use a progress bar in scanprefs 2017-04-08 12:43:42 +02:00
Adrian Ulrich
f2c9bf6b14 place medialibrary prefs in scrollview 2017-04-08 11:54:00 +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
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
6825310baa update translations 2017-03-27 19:36:10 +02:00
Adrian Ulrich
798400d713 expose support for albumartist and composer tags 2017-03-04 18:29:20 +01:00
Adrian Ulrich
cf75c40c2c add option to jump to the filebrowser home directory 2017-03-02 19:23:56 +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
Antic1tizen One
eb3b0d4c1d Add less-intrusive nightly configuration for gradle (#551) 2017-02-25 10:07:06 +01:00
Adrian Ulrich
dc97ed600e update translation 2017-02-21 21:25:25 +01:00
Adrian Ulrich
469f325df6 update translations 2017-02-11 15:15:28 +01:00
Adrian Ulrich
4c59fc2486 Use 'title' instead of 'name' 2017-02-08 18:41:08 +01:00
Adrian Ulrich
b845bd0b8b fix some english 2017-02-05 13:53:09 +01:00
Adrian Ulrich
90b48bdc8c implement scanner preferences 2017-02-04 09:47:18 +01:00
Adrian Ulrich
553d32ef60 update translations 2017-01-15 17:20:33 +01:00
Adrian Ulrich
d2b5f931d2 improve quickscan 2017-01-15 17:16:16 +01:00
Adrian Ulrich
bb2e707844 add option to abort a scan 2017-01-15 16:00:06 +01:00
Antic1tizen One
c270b13296 Add CI smoke build, fix Gradle Lint warnings, fixes #451 (#504)
- Added CI smoke build config that spawns a build for pull-requests
- Removed extra translations that have no base strings anymore
- Added skip MissingTranslation option to lint as there are missing strings that are not filled in Transifex
2017-01-12 19:01:19 +01:00
Antic1tizen One
58b40d862c Plugin subsystem. Shown as a last option in song context menu. Part of #407 (#442) 2017-01-08 19:52:07 +01:00
Adrian Ulrich
091d711ff9 change accent of blue theme 2017-01-08 19:04:44 +01:00
Adrian Ulrich
c15b98bdc7 move media library header in settings 2017-01-08 17:55:50 +01:00
Adrian Ulrich
294a670607 tune progress icon 2016-12-31 17:23:12 +01:00
Adrian Ulrich
e747f1ee37 use notification instead of toast to display scan progress 2016-12-31 13:54:17 +01:00
Adrian Ulrich
d26d10570b import old playlists 2016-12-31 12:38:05 +01:00
Adrian Ulrich
19ae36c3a2 update translations 2016-12-31 10:52:46 +01:00
Adrian Ulrich
c55860d56d s/songs/tracks/ 2016-12-28 18:06:19 +01:00
Adrian Ulrich
08f79a84ae implement media scanner UI 2016-12-27 21:44:42 +01:00
Adrian Ulrich
447059150e Revert "fix some layout errors with the white widget"
This looks bad on Android 5 :-/

This reverts commit 37652c8b92196afdd996ff3634ff8925573821b6.
2016-12-27 19:39:32 +01:00
Adrian Ulrich
70b8119365 add blue theme 2016-12-26 20:50:32 +01:00
Adrian Ulrich
2f0fe7586b Revert "add blue theme"
This reverts commit 8f670897ddc85570163ac62e1896e95db0886111.
2016-12-26 20:50:06 +01:00
Adrian Ulrich
1fa70a00bf use centerCrop for notification 2016-12-26 20:13:29 +01:00
Adrian Ulrich
37652c8b92 fix some layout errors with the white widget 2016-12-26 20:13:05 +01:00
Adrian Ulrich
8f670897dd add blue theme 2016-12-26 19:51:58 +01:00
Adrian Ulrich
6c85a11743 Merge branch 'medialibrary' 2016-12-26 19:33:08 +01:00
Adrian Ulrich
dcd7df4f66 first version of automatic media scanner 2016-12-26 19:31:12 +01:00
Adrian Ulrich
6f898e7892 update translations 2016-12-22 18:57:06 +01:00
Christian Oder
e42ab04b54 Vanilla: Add Tools to build in Android tree
Also workaround build errors about missing localisation of empty strings

Change-Id: I359bee2019eee7bf1bf59107bbd68cc2a0ee1dc8

Vanilla: Cleanup Android.mk

Change-Id: Icac01fa7bc89b32ecc45ca8991fcb19d0db5baf3
2016-11-11 15:59:51 +01:00
Adrian Ulrich
e02e3cbc1b fix scrobble droid strings 2016-11-09 21:05:34 +01:00
Adrian Ulrich
b469cb6c0a allow sorting by artist, year, album 2016-10-29 21:46:10 +02:00
Adrian Ulrich
b316e202d8 sync translations 2016-10-29 11:24:16 +02:00
Adrian Ulrich
b88a6f004b Cleanup playlist dialog code 2016-09-05 20:04:15 +02:00