vuplus_xbmc
11 years agoMerge pull request #2374 from Montellese/settings_cleanup_2
Sascha Montellese [Sat, 9 Mar 2013 18:07:28 +0000 (10:07 -0800)]
Merge pull request #2374 from Montellese/settings_cleanup_2

RSS reader/manager restructuring

11 years ago[osx/ios/atv2] - sync xcode projects
Memphiz [Sat, 9 Mar 2013 17:55:44 +0000 (18:55 +0100)]
[osx/ios/atv2] - sync xcode projects

11 years ago[win32] update VS project files
montellese [Tue, 5 Mar 2013 12:08:21 +0000 (13:08 +0100)]
[win32] update VS project files

11 years agomove reading of RssFeeds.xml from CSettings into CRssManager
montellese [Tue, 5 Mar 2013 12:08:00 +0000 (13:08 +0100)]
move reading of RssFeeds.xml from CSettings into CRssManager

11 years agoCRssManager: turn into a singleton
montellese [Tue, 5 Mar 2013 11:27:03 +0000 (12:27 +0100)]
CRssManager: turn into a singleton

11 years agomove CRssManager into seperate header/source files
montellese [Tue, 5 Mar 2013 11:22:10 +0000 (12:22 +0100)]
move CRssManager into seperate header/source files

11 years agoCRssReader: use CCriticalSection member instead of deriving from it
montellese [Tue, 5 Mar 2013 11:08:47 +0000 (12:08 +0100)]
CRssReader: use CCriticalSection member instead of deriving from it

11 years agorss: move IRssObserver into seperate header file
montellese [Tue, 5 Mar 2013 11:06:44 +0000 (12:06 +0100)]
rss: move IRssObserver into seperate header file

11 years agorss: cosmetics and cleanup
montellese [Tue, 5 Mar 2013 11:01:41 +0000 (12:01 +0100)]
rss: cosmetics and cleanup

11 years agoMerge pull request #2377 from rubpa/picsort
Sascha Montellese [Sat, 9 Mar 2013 17:22:08 +0000 (09:22 -0800)]
Merge pull request #2377 from rubpa/picsort

add new sort method "Date Taken" for pictures

11 years agoMerge pull request #2395 from pitpompej/master
huceke [Sat, 9 Mar 2013 14:10:06 +0000 (06:10 -0800)]
Merge pull request #2395 from pitpompej/master

[rbp/omxplayer] Prevent timeout error that occurs because of waiting for port settings change event…

11 years agoMerge pull request #2383 from theuni/jni-manager
Cory Fields [Sat, 9 Mar 2013 09:35:33 +0000 (01:35 -0800)]
Merge pull request #2383 from theuni/jni-manager

Android JNI Manager

11 years agoAdded a new sort method "Date Taken" for pictures + add-on support for the new SORT_M...
rubpa [Wed, 6 Mar 2013 11:48:26 +0000 (17:18 +0530)]
Added a new sort method "Date Taken" for pictures + add-on support for the new SORT_METHOD_DATE_TAKEN.

11 years agoRevert "Update DVDPlayerAudio.cpp"
davilla [Sat, 9 Mar 2013 01:08:21 +0000 (20:08 -0500)]
Revert "Update DVDPlayerAudio.cpp"

This reverts commit 4155b64f5f26dbbeac7fb5b2ed8d441281b72734.

11 years agoMerge pull request #2396 from uNiversaI/patch-1
davilla [Sat, 9 Mar 2013 00:29:30 +0000 (16:29 -0800)]
Merge pull request #2396 from uNiversaI/patch-1

Correct typo CDVDPlayerAudio:: Discontinuity 1

11 years agoUpdate DVDPlayerAudio.cpp
uNiversaI [Sat, 9 Mar 2013 00:17:09 +0000 (00:17 +0000)]
Update DVDPlayerAudio.cpp

11 years agoPrevent timeout error because of waiting for port settings change event on the wrong...
pitpompej [Fri, 8 Mar 2013 20:05:31 +0000 (21:05 +0100)]
Prevent timeout error because of waiting for port settings change event on the wrong pipeline object when using deinterlace mode

11 years agoMerge pull request #2130 from ulion/ios_play_background
Memphiz [Fri, 8 Mar 2013 19:28:05 +0000 (11:28 -0800)]
Merge pull request #2130 from ulion/ios_play_background

ios support play background and native media control bar

11 years agofixed crash, sizeof(SDL_Event) != sizeof(XBMC_Event)
davilla [Fri, 8 Mar 2013 15:29:25 +0000 (10:29 -0500)]
fixed crash, sizeof(SDL_Event) != sizeof(XBMC_Event)

11 years ago[IOS] media controlbar add support seek forward and rewind.
ulion [Fri, 8 Mar 2013 11:41:07 +0000 (19:41 +0800)]
[IOS] media controlbar add support seek forward and rewind.

11 years ago[IOS] do not keep network alive in idle state (paused or stopped).
ulion [Fri, 8 Mar 2013 10:31:36 +0000 (18:31 +0800)]
[IOS] do not keep network alive in idle state (paused or stopped).

11 years agoMerge pull request #2380 from ace20022/warnings
davilla [Fri, 8 Mar 2013 08:56:15 +0000 (00:56 -0800)]
Merge pull request #2380 from ace20022/warnings

[AESinks] Fix things found by Cppcheck

11 years agocleanup includes and ifdefs for DVDVideoCodecVDA
davilla [Fri, 8 Mar 2013 08:40:32 +0000 (03:40 -0500)]
cleanup includes and ifdefs for DVDVideoCodecVDA

11 years ago[AE] [AESinks] Cleanup/init vars, check for return values and performance improvement...
ace20022 [Wed, 6 Mar 2013 09:36:25 +0000 (10:36 +0100)]
[AE] [AESinks] Cleanup/init vars, check for return values and performance improvements, e.g., call by ref, pre-/post-incr.

11 years ago[PulseAEStream] Possible null pointer dereference.
ace20022 [Wed, 6 Mar 2013 09:38:37 +0000 (10:38 +0100)]
[PulseAEStream] Possible null pointer dereference.

11 years ago[osx/vda] refactor to use CBitstreamConverter class
davilla [Fri, 8 Mar 2013 07:04:41 +0000 (02:04 -0500)]
[osx/vda] refactor to use CBitstreamConverter class

11 years agofixed, valid avcC atom path on open
davilla [Fri, 8 Mar 2013 07:01:53 +0000 (02:01 -0500)]
fixed, valid avcC atom path on open

11 years agocosmetic cleanup
davilla [Fri, 8 Mar 2013 07:01:05 +0000 (02:01 -0500)]
cosmetic cleanup

11 years agoMerge pull request #2224 from ace20022/jsonrpc
Sascha Montellese [Fri, 8 Mar 2013 07:43:43 +0000 (23:43 -0800)]
Merge pull request #2224 from ace20022/jsonrpc

[json-rpc] Add the possibility to query more info from any audio stream.

11 years agoAdd codec, bitrate and channels to the "audiostreams" result of Player.GetProperties.
ace20022 [Mon, 11 Feb 2013 11:24:13 +0000 (12:24 +0100)]
Add codec, bitrate and channels to the "audiostreams" result of Player.GetProperties.
This makes Player.Audio.Stream and Player.Audio.Stream.Extended equal. Therefore Player.Audio.Stream.Extended is dropped.

11 years agoAllow CRingBuffer::WriteData() to receive const buffers
Garrett Brown [Wed, 27 Feb 2013 14:03:49 +0000 (06:03 -0800)]
Allow CRingBuffer::WriteData() to receive const buffers

11 years agodisable ios network auto-suspend after lock and screen goes dark
ulion [Tue, 29 Jan 2013 06:20:46 +0000 (14:20 +0800)]
disable ios network auto-suspend after lock and screen goes dark

11 years agohandle ios interruption and app active/inactive/bg switch perperly.
ulion [Mon, 28 Jan 2013 15:34:26 +0000 (23:34 +0800)]
handle ios interruption and app active/inactive/bg switch perperly.

also suspend audio engine when needed, which affect the status of
play-pause button on ios media control bar.

11 years agosupport show nowPlaying item info on ios lock screen and media control bar
ulion [Mon, 28 Jan 2013 15:31:02 +0000 (23:31 +0800)]
support show nowPlaying item info on ios lock screen and media control bar

11 years agoaccept control from ios control bar (on lock screen and left of multi-task bar)
ulion [Mon, 28 Jan 2013 15:20:39 +0000 (23:20 +0800)]
accept control from ios control bar (on lock screen and left of multi-task bar)

11 years agoadd background mode/flag in the main Application and used in ios
ulion [Mon, 28 Jan 2013 14:33:51 +0000 (22:33 +0800)]
add background mode/flag in the main Application and used in ios

11 years agochange to use PRINT_SIGNATURE() for object-c common method trace, add debug log for...
ulion [Mon, 28 Jan 2013 14:59:40 +0000 (22:59 +0800)]
change to use PRINT_SIGNATURE() for object-c common method trace, add debug log for important methods

11 years agoadd UnPause and real Pause method on ApplicationMessenger
ulion [Mon, 28 Jan 2013 14:31:50 +0000 (22:31 +0800)]
add UnPause and real Pause method on ApplicationMessenger

11 years agoadjust audio engine can auto-resume from suspend state for ios.
ulion [Mon, 28 Jan 2013 14:29:42 +0000 (22:29 +0800)]
adjust audio engine can auto-resume from suspend state for ios.

11 years agouse max frames per slice suggested by apple for play audio after lock screen on ios
ulion [Mon, 28 Jan 2013 14:28:42 +0000 (22:28 +0800)]
use max frames per slice suggested by apple for play audio after lock screen on ios

11 years agoCJSONVariantWriter: fix possible NULL pointer dereferencing
montellese [Thu, 7 Mar 2013 22:33:33 +0000 (23:33 +0100)]
CJSONVariantWriter: fix possible NULL pointer dereferencing

11 years agoMerge pull request #2242 from ulion/add_clear_ctlmsg_for_generic_keyboard
Memphiz [Thu, 7 Mar 2013 21:08:31 +0000 (13:08 -0800)]
Merge pull request #2242 from ulion/add_clear_ctlmsg_for_generic_keyboard

Add CTL_BUTTON_CLEAR control message for generic keyboard to clear text.

11 years agoMerge pull request #2135 from Montellese/touch_input
Sascha Montellese [Thu, 7 Mar 2013 18:21:08 +0000 (10:21 -0800)]
Merge pull request #2135 from Montellese/touch_input

generic & user-mappable touch input system

11 years agoMerge pull request #2389 from Fice/cximage_null_pointer_exception
wsoltys [Thu, 7 Mar 2013 18:19:40 +0000 (10:19 -0800)]
Merge pull request #2389 from Fice/cximage_null_pointer_exception

FIX: don't free a null pointer in CXImage

11 years ago[FIX] CXImage: Don't call functions on unopened DllImageLib
Fice [Thu, 7 Mar 2013 17:17:17 +0000 (18:17 +0100)]
[FIX] CXImage: Don't call functions on unopened DllImageLib

11 years agoMerge pull request #2388 from popcornmix/enable_vsync
huceke [Thu, 7 Mar 2013 17:33:47 +0000 (09:33 -0800)]
Merge pull request #2388 from popcornmix/enable_vsync

[rbp] Enable Vsync as a default

11 years agoMerge pull request #2243 from MartijnKaijser/13.0alpha2_bump
davilla [Thu, 7 Mar 2013 17:23:21 +0000 (09:23 -0800)]
Merge pull request #2243 from MartijnKaijser/13.0alpha2_bump

[release] version bump to 13.0 alpha2 as we start new merge window.

11 years ago[cec] prevent duplicate power on commands from being sent
Lars Op den Kamp [Thu, 7 Mar 2013 10:51:24 +0000 (11:51 +0100)]
[cec] prevent duplicate power on commands from being sent

11 years ago[cec] use client version 'current' now that libCEC 2.1.0 is being used. also fixes...
Lars Op den Kamp [Thu, 7 Mar 2013 09:48:08 +0000 (10:48 +0100)]
[cec] use client version 'current' now that libCEC 2.1.0 is being used. also fixes 'when the tv goes to standby' option being reset, since libCEC now checks the version correctly for that option

11 years ago[rbp] Enable Vsync as a default
popcornmix [Thu, 7 Mar 2013 12:50:57 +0000 (12:50 +0000)]
[rbp] Enable Vsync as a default

11 years agoMerge pull request #2252 from popcornmix/toggle_digital_analogue
huceke [Thu, 7 Mar 2013 12:49:10 +0000 (04:49 -0800)]
Merge pull request #2252 from popcornmix/toggle_digital_analogue

[rbp] Fix for audiotoggledigital on Pi

11 years agoMerge pull request #2248 from Tolriq/compilationartist
Sascha Montellese [Thu, 7 Mar 2013 11:29:32 +0000 (03:29 -0800)]
Merge pull request #2248 from Tolriq/compilationartist

jsonrpc: add compilationartist property to AudioLibrary.GetArtists

11 years agoMerge pull request #2366 from Tolriq/AddLimitsToFilesGetDirectory
Sascha Montellese [Thu, 7 Mar 2013 11:28:30 +0000 (03:28 -0800)]
Merge pull request #2366 from Tolriq/AddLimitsToFilesGetDirectory

jsonrpc: add support for limits to Files.GetDirectory

11 years agoAdd support for limits to Files.GetDirectory
Tolriq [Sun, 3 Mar 2013 21:39:29 +0000 (22:39 +0100)]
Add support for limits to Files.GetDirectory

Also removes an unneeded loop.

11 years agoMerge pull request #2194 from Montellese/chooseart_all_artwork
Sascha Montellese [Thu, 7 Mar 2013 09:26:40 +0000 (01:26 -0800)]
Merge pull request #2194 from Montellese/chooseart_all_artwork

show all existing artwork types for a specific media type in the "Choose art" dialog

11 years agoMerge pull request #2288 from dodoadoodoo/master
Lars Op den Kamp [Thu, 7 Mar 2013 00:20:28 +0000 (16:20 -0800)]
Merge pull request #2288 from dodoadoodoo/master

Create channels with m_bEPGEnabled set to false for hidden channels

11 years agoMerge branch 'pvrapi_1_7_0'
Lars Op den Kamp [Thu, 7 Mar 2013 00:17:28 +0000 (01:17 +0100)]
Merge branch 'pvrapi_1_7_0'

11 years ago[pvr] bumped pvr add-on rev to 5ef7f7f88c9dd3ca9c1daf57e7c92c005faa5910 after the...
Lars Op den Kamp [Thu, 7 Mar 2013 00:15:52 +0000 (01:15 +0100)]
[pvr] bumped pvr add-on rev to 5ef7f7f88c9dd3ca9c1daf57e7c92c005faa5910 after the API version bump

11 years ago[pvr] bumped api to v1.7.0
Lars Op den Kamp [Wed, 6 Mar 2013 23:46:18 +0000 (00:46 +0100)]
[pvr] bumped api to v1.7.0

11 years ago[pvr] added missing api definitions from #1816
Lars Op den Kamp [Wed, 6 Mar 2013 23:45:19 +0000 (00:45 +0100)]
[pvr] added missing api definitions from #1816

11 years agoMerge remote-tracking branch 'fernetmenta/addongui' into pvrapi_1_7_0. Github issue...
Lars Op den Kamp [Wed, 6 Mar 2013 23:39:27 +0000 (00:39 +0100)]
Merge remote-tracking branch 'fernetmenta/addongui' into pvrapi_1_7_0. Github issue #1816

11 years agoMerge remote-tracking branch 'fetzerch/pvr-wol' into pvrapi_1_7_0. Github issue ...
Lars Op den Kamp [Wed, 6 Mar 2013 23:36:32 +0000 (00:36 +0100)]
Merge remote-tracking branch 'fetzerch/pvr-wol' into pvrapi_1_7_0. Github issue #2251

11 years agoMerge remote-tracking branch 'fetzerch/pvr-announce' into pvrapi_1_7_0. Github issue...
Lars Op den Kamp [Wed, 6 Mar 2013 23:33:29 +0000 (00:33 +0100)]
Merge remote-tracking branch 'fetzerch/pvr-announce' into pvrapi_1_7_0. Github issue #2250

11 years agoMerge remote-tracking branch 'fetzerch/pvr-playposition' into pvrapi_1_7_0. Github...
Lars Op den Kamp [Wed, 6 Mar 2013 23:30:33 +0000 (00:30 +0100)]
Merge remote-tracking branch 'fetzerch/pvr-playposition' into pvrapi_1_7_0. Github issue #1823

11 years agoMerge remote-tracking branch 'fetzerch/feature-edl' into pvrapi_1_7_0. Github issue...
Lars Op den Kamp [Wed, 6 Mar 2013 23:17:44 +0000 (00:17 +0100)]
Merge remote-tracking branch 'fetzerch/feature-edl' into pvrapi_1_7_0. Github issue #1743

11 years agoMerge pull request #1044 from cptspiff/removescrobbler
ronie [Wed, 6 Mar 2013 22:04:37 +0000 (14:04 -0800)]
Merge pull request #1044 from cptspiff/removescrobbler

changed: remove scrobbler support

11 years agoproject file updates after removing internal lastfm/scrobbler support
spiff [Tue, 12 Feb 2013 15:37:37 +0000 (16:37 +0100)]
project file updates after removing internal lastfm/scrobbler support

11 years agochanged: remove scrobbler and last.fm radio support
spiff [Mon, 4 Jun 2012 12:34:41 +0000 (14:34 +0200)]
changed: remove scrobbler and last.fm radio support

available as a add-ons

11 years agodroid: Only load libxbmc.so from the first loaded java class
Cory Fields [Wed, 6 Mar 2013 20:12:00 +0000 (15:12 -0500)]
droid: Only load libxbmc.so from the first loaded java class

11 years agodroid: give the JNIManager our activity instance
Cory Fields [Wed, 6 Mar 2013 19:16:41 +0000 (14:16 -0500)]
droid: give the JNIManager our activity instance

11 years agodroid: rename JNI files to JNIManager
Cory Fields [Wed, 6 Mar 2013 19:16:06 +0000 (14:16 -0500)]
droid: rename JNI files to JNIManager

11 years agodroid: re-add BroadcastReceiver
Cory Fields [Wed, 6 Mar 2013 19:10:24 +0000 (14:10 -0500)]
droid: re-add BroadcastReceiver

11 years agodroid: refactor JNI into a manager class
Cory Fields [Wed, 6 Mar 2013 19:08:33 +0000 (14:08 -0500)]
droid: refactor JNI into a manager class

11 years agoMerge pull request #2365 from kylhill/master
Kyle Hill [Wed, 6 Mar 2013 19:07:22 +0000 (11:07 -0800)]
Merge pull request #2365 from kylhill/master

Fix Coverity Static Analysis Warnings in XBMC

11 years agoMerge pull request #2375 from fritsch/ae-fix-resample
davilla [Wed, 6 Mar 2013 15:52:40 +0000 (07:52 -0800)]
Merge pull request #2375 from fritsch/ae-fix-resample

AE: Fix resample of e.g. 192 khz to 48 khz audio by scaling refillbuffer and waterlevel

11 years agofixed: XMLUtils::GetString(.. CStdString& ..) was broken by 2d45fad482ca0384e96605761...
arnova [Wed, 6 Mar 2013 14:21:24 +0000 (15:21 +0100)]
fixed: XMLUtils::GetString(.. CStdString& ..) was broken by 2d45fad482ca0384e96605761712a0a97f85a937. This caused eg. all advancedsettings defaults for strings to be cleared (eg. default players etc.)

11 years agoMerge pull request #2187 from arnova/curl_seek_fix
arnova [Wed, 6 Mar 2013 07:19:00 +0000 (23:19 -0800)]
Merge pull request #2187 from arnova/curl_seek_fix

changed: Some (Silverlight) servers don't play nice with CURLOPT_RESUME_...

11 years agofixed: Some http servers provide different content when the range request header...
arnova [Mon, 4 Feb 2013 21:09:30 +0000 (22:09 +0100)]
fixed: Some http servers provide different content when the range request header is not set causing seeking to fail. To fix this use CURL_OPT_RANGE method instead of CURLOPT_RESUME_FROM_LARGE

11 years agoAE: Fix resample of e.g. 192 khz to 48 khz audio by scaling the usual suspects with...
fritsch [Tue, 5 Mar 2013 21:17:15 +0000 (22:17 +0100)]
AE: Fix resample of e.g. 192 khz to 48 khz audio by scaling the usual suspects with the src sampleRate

11 years ago[touch] add a mapping for 2 finger swipeleft (Back) as it was before on iOS because...
Memphiz [Thu, 31 Jan 2013 21:40:12 +0000 (22:40 +0100)]
[touch] add a mapping for 2 finger swipeleft (Back) as it was before on iOS because of lack of hw back button

11 years ago[ios] - implement swipe support
Memphiz [Tue, 26 Feb 2013 20:26:50 +0000 (21:26 +0100)]
[ios] - implement swipe support

11 years ago[ios] - use generic touch handler
Memphiz [Thu, 31 Jan 2013 21:39:40 +0000 (22:39 +0100)]
[ios] - use generic touch handler

11 years ago[ios] - add unified gesture handler to ios xcode project
Memphiz [Thu, 31 Jan 2013 21:25:56 +0000 (22:25 +0100)]
[ios] - add unified gesture handler to ios xcode project

11 years agoMerge pull request #2320 from fritsch/ae-period-size
davilla [Tue, 5 Mar 2013 19:41:12 +0000 (11:41 -0800)]
Merge pull request #2320 from fritsch/ae-period-size

AE: Revisit Period Size, Period and Buffersize

11 years agoMerge pull request #2236 from stupid-boy/DllOmx_h
huceke [Tue, 5 Mar 2013 17:37:40 +0000 (09:37 -0800)]
Merge pull request #2236 from stupid-boy/DllOmx_h

[RPI,OMX] Delete duplicated DllOMX.h header file

11 years agoslideshow: use swipe left/right gestures instead of manual swipe detection based...
montellese [Thu, 31 Jan 2013 21:08:30 +0000 (22:08 +0100)]
slideshow: use swipe left/right gestures instead of manual swipe detection based on pan gesture

11 years agoCSlideShowPicture: add m_bCanMoveVertically
montellese [Thu, 21 Feb 2013 10:12:41 +0000 (11:12 +0100)]
CSlideShowPicture: add m_bCanMoveVertically

11 years agotouch: make the touchscreen's DPI available to gesture detectors
montellese [Tue, 29 Jan 2013 14:57:42 +0000 (15:57 +0100)]
touch: make the touchscreen's DPI available to gesture detectors

11 years agotouch: add touch gesture detectors for pinch/zoom, rotate and swipe
montellese [Tue, 29 Jan 2013 14:58:55 +0000 (15:58 +0100)]
touch: add touch gesture detectors for pinch/zoom, rotate and swipe

11 years agoinput: re-organize touch input handling to make it more generic and move it into...
montellese [Sun, 20 Jan 2013 22:03:19 +0000 (23:03 +0100)]
input: re-organize touch input handling to make it more generic and move it into its own lib

11 years agoinput: implement touch input through mappable actions
montellese [Thu, 31 Jan 2013 20:45:14 +0000 (21:45 +0100)]
input: implement touch input through mappable actions

11 years ago[win32] adjust touch gesture handling
montellese [Thu, 21 Feb 2013 10:16:24 +0000 (11:16 +0100)]
[win32] adjust touch gesture handling

11 years agoturn EVENT_RESULT enum values into flags
montellese [Thu, 21 Feb 2013 10:14:37 +0000 (11:14 +0100)]
turn EVENT_RESULT enum values into flags

11 years ago[droid] remove unnecessary logging on touch input events
montellese [Wed, 23 Jan 2013 22:28:34 +0000 (23:28 +0100)]
[droid] remove unnecessary logging on touch input events

11 years ago[cec] make the 'missing libCEC support' warning show up again
Lars Op den Kamp [Tue, 5 Mar 2013 13:08:20 +0000 (14:08 +0100)]
[cec] make the 'missing libCEC support' warning show up again

11 years ago[peripherals] fixed CPeripheral::operator ==(const PeripheralScanResult& right)
Lars Op den Kamp [Tue, 5 Mar 2013 10:37:55 +0000 (11:37 +0100)]
[peripherals] fixed CPeripheral::operator ==(const PeripheralScanResult& right)

11 years ago[keymap] Added two 360 controllers: "Wireless Gamepad F710 (Controller)" and "Aftergl...
Garrett Brown [Tue, 5 Mar 2013 10:09:43 +0000 (02:09 -0800)]
[keymap] Added two 360 controllers: "Wireless Gamepad F710 (Controller)" and "Afterglow Gamepad for Xbox 360 (Controller)"

11 years agoMerge pull request #2322 from theuni/android-app-builtin
Cory Fields [Tue, 5 Mar 2013 09:13:31 +0000 (01:13 -0800)]
Merge pull request #2322 from theuni/android-app-builtin

droid: add builtin for executing android apps via applicationmanager

11 years agoMerge pull request #2319 from theuni/jni-thread-storage
Cory Fields [Tue, 5 Mar 2013 09:12:28 +0000 (01:12 -0800)]
Merge pull request #2319 from theuni/jni-thread-storage

[droid] attach/detach the jvm using thread storage

11 years agoFix possible NULL pointer dereference in CMusicDatabase::ImportKaraokeInfo()
Kyle Hill [Tue, 5 Mar 2013 04:06:41 +0000 (22:06 -0600)]
Fix possible NULL pointer dereference in CMusicDatabase::ImportKaraokeInfo()