- 30 Dec, 2014 6 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
- libvlc shouldn't call vlc-android methods from introspection. Furthermore, getValueWrapper was not working since util.getValue() was gone. - android-vlc shouldn't store translated values into database (what happens when user change language ?). - bump DB_VERSION to 12 in order to remove translated values (and don't compare null with translated values).
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- 29 Dec, 2014 10 commits
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
When playing a song with no cover, the previous song cover was displayed instead of VLC icon
-
Geoffrey Métais authored
-
Geoffrey Métais authored
Queue Artists/Albums/Songs/Genres lists refresh, and execute the currently diplayed list refresh in first This should speed up AudioBrowser display
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- 26 Dec, 2014 1 commit
-
-
Edward Wang authored
-
- 25 Dec, 2014 1 commit
-
-
Edward Wang authored
-
- 24 Dec, 2014 2 commits
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
- 23 Dec, 2014 1 commit
-
-
Geoffrey Métais authored
To not destroy fragments, I add them to the backstack, but I don't use it. Only to retrieve fragments by tag. That's why we finish() on back pressed if no other action is planned. I don't see any other solution for now, documentation explains that fragments not in backstack are destroyed once replaced. An alternative could be to change the way fragments are handled, and don't use ft.replace() anymore. After a few testings it seems to work pretty well, and no extra memory is needed
-
- 22 Dec, 2014 4 commits
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
This will be needed to avoid crash on samsung devices
-
Jean-Baptiste Kempf authored
-
Andrey Khalyavin authored
-
- 19 Dec, 2014 15 commits
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
This reverts commit a8fd5796.
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Alexandre Perraud authored
-
Alexandre Perraud authored
-
Thomas Guillem authored
you have to free char * returned by libvlc_media_get_meta.
-
Geoffrey Métais authored
Switch between Play and Pause is already a transition
-