Thomas Guillem
b9e3eba01c
jni/medialist: use only indexes and medias returned by events
Fix deadlock when creating a new Media From Java MediaList. Indeed the
libvlc_media_list can be already locked in that case.
11 years ago
Thomas Guillem
7f40b27ab8
jni/java_event_thread: set it synchronous
Wait for the event to be handled by java side before returning.
It fixes event mismatch between java and jni, specially when inserting media at
a specified index or when removing them.
11 years ago
Thomas Guillem
0af51adf8b
jni/java_event_thread: refactor
Clean TAILQ when the thread stop.
Check if thread is alive before queuing a new event.
11 years ago
Thomas Guillem
532bee62ff
VLCObject: add comment
11 years ago
Thomas Guillem
83a57d484f
MediaBrowser: change network discovery
Use discoverNetworkShares to discover networks. More than one MediaDiscoverer
can be used. See DISCOVER_LIST.
11 years ago
Thomas Guillem
b57ab9674e
MediaList: also send Media with MediaListItemDeleted events
11 years ago
Thomas Guillem
27f1d4c89a
VlcObject: retain return true if the object can be retained
11 years ago
Geoffrey Métais
541ba8503f
Check directories in preferences with right arrow
11 years ago
Geoffrey Métais
573fc5f74f
Fix background in audio player for black theme
11 years ago
Geoffrey Métais
aefe75032f
Refactor sign management in PickTimeFragment
11 years ago
Alexandre Perraud
7eb87b9038
l10n : English update for MRL term
11 years ago
Alexandre Perraud
330d1d1626
UI : Sidebar design cosmetics
11 years ago
Alexandre Perraud
45e832c877
UI : Widget design cosmetics
11 years ago
Alexandre Perraud
fe7d4523b9
UI : Use new cone menu icon
11 years ago
Alexandre Perraud
2792447aa0
UI : Add new cone menu icon
11 years ago
Alexandre Perraud
0e290a707e
UI : Remove unused info icon
11 years ago
Alexandre Perraud
7ef22d8bd6
UI : Modify lastplaylist menu icon
11 years ago
Alexandre Perraud
9823577aae
UI : Rename revert icon to lastplaylist icon
11 years ago
Alexandre Perraud
4ba68fad81
UI : Modify refresh menu icon
11 years ago
Alexandre Perraud
4375c5852c
UI : Modify close icon
11 years ago
Alexandre Perraud
0e2991fd89
UI : Change icon name stop to close
11 years ago
Thomas Guillem
4d92284662
AudioBrowserListAdapter: merge items with different case
11 years ago
Thomas Guillem
8c5578cebb
AudioBrowserListAdapter: ListItem: set members final
11 years ago
Thomas Guillem
0a3f38ff2d
AudioBrowserListAdapter: refactor
11 years ago
Thomas Guillem
d92c1a1bd1
VideoPlayer: don't call setWindowSize if using compat surfaces
11 years ago
Geoffrey Métais
d11bdeb9ed
Fix dpad navigation in advanced options
11 years ago
Geoffrey Métais
7b81f76281
Refactor Time Pickers
- split dialogs in children classes
- handle sign for delay
- work in µSeconds
11 years ago
Geoffrey Métais
f35f22f799
Transparent dialogs for advanced video options
11 years ago
Geoffrey Métais
5bc5d0ab74
Hide sleep setting on non TSP devices
11 years ago
Geoffrey Métais
c51ee4c2ea
Set AOUT_AUDIOTRACK_JAVA by default
11 years ago
Geoffrey Métais
1ba2a70bc9
Show about in left menu panel
11 years ago
Thomas Guillem
9880ab8a50
MediaWrapper: remove constructor with LibVLC
This constructor was parsing a media and could take a long time. Replace it
with a mrl constructor that don't parse a media.
Indeed, MediaWrapper is only a wrapper and is often used in the UI Thread. It
shouldn't do any parsing (but it still fetch data that is already parsed when
constructed from a media).
Add "// FIXME" for all media that are parsed in UI Thread.
11 years ago
Thomas Guillem
ae6d219163
MediaWrapper: init: media can be null
11 years ago
Thomas Guillem
5bc46ca2a8
MediaWrapper: set mLocation final (like before)
11 years ago
Alexandre Perraud
0f97f02672
UI : Remove old subtitle icon
11 years ago
Alexandre Perraud
38ccfedae0
UI : Remove old play pause icons
11 years ago
Alexandre Perraud
db461a98d5
UI : Remove unused icon ic_drawer
11 years ago
Alexandre Perraud
d0fb7dd240
UI : Remove old lock icon
11 years ago
Alexandre Perraud
902dc000b9
UI : Remove old dots icon
11 years ago
Alexandre Perraud
83e372a710
UI : Remove old crop icon
11 years ago
Alexandre Perraud
8cf30598cb
UI : Remove old audiotrack orange icon
11 years ago
Alexandre Perraud
977069f52f
UI : Remove old audiotrack icon
11 years ago
Alexandre Perraud
1e9d89ab2c
UI : Modify video player tips
11 years ago
Alexandre Perraud
bc33a860a6
UI : remove unused v7 sortby icon
11 years ago
Alexandre Perraud
75ee82ac3f
UI : remove unused v7 search icon
11 years ago
Alexandre Perraud
dded5f2679
UI : remove unused v7 revert icon
11 years ago
Alexandre Perraud
cb5915505a
UI : remove unused v7 refresh icon
11 years ago
Alexandre Perraud
0fe28409f1
UI : remove unused v7 preferences icon
11 years ago
Alexandre Perraud
cb14b8c977
UI : remove unused v7 equalizer icon
11 years ago
Alexandre Perraud
e93cace04e
UI : remove unused v7 info icon
11 years ago