- 05 Jul, 2014 8 commits
-
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
- 04 Jul, 2014 13 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
flx42 authored
There are three different cases: - Item is not navigable: same as before. - Item is navigable and we are on a menu: keep overlay hidden, touch events will be immediately forwarded to the navigation module instead of showing the overlay. - Item is navigable but we are not on a menu: add a "return to menu" button to the overlay
-
flx42 authored
-
-
flx42 authored
-
flx42 authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This should solve numerous crashes
-
- 03 Jul, 2014 12 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Adrien Maglo authored
-
Adrien Maglo authored
This change is confirmed to work on Android 2.2.
-
Adrien Maglo authored
-
Adrien Maglo authored
-
- 27 Jun, 2014 1 commit
-
-
flx42 authored
-
- 26 Jun, 2014 1 commit
-
-
Rafaël Carré authored
-
- 23 Jun, 2014 1 commit
-
-
Martin Storsjö authored
Use pthread_self() for getting a thread ID - pthread_self() has been available since API level 3. After android 4.4, the __get_thread symbol has been hidden, and the pthread_internal_t struct has been changed. Previously this used the internal pthread_internal_t struct (which didn't change up until after 4.4) to get the system global kernel thread id. For the rwlock code, this is overkill - using a processwide thread ID is enough. (Note that a pthread_t is defined as long, but writerThreadId which stores the return value from __get_thread_id is an int, thus this workaround shouldn't be used on 64 bit builds. But it's never necessary on 64 bit builds, since all the rwlock functions always exist there - they're only provided for compatibility with pre-2.3 android versions.) This fixes running VLC on devices running current AOSP master, and quite probably also is required on the next major android version. If VLC drops support for pre-2.2 devices, the pthread-condattr.c and pthread-once.c files can be removed, and once support for pre-2.3 devices is dropped, all of pthread-rwlocks.c can be removed. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 22 Jun, 2014 2 commits
-
-
Jean-Baptiste Kempf authored
-
Adrien Maglo authored
-
- 21 Jun, 2014 2 commits
-
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-
Signed-off-by:
Christoph Miebach <christoph.miebach@web.de>
-