Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
4909022a
Commit
4909022a
authored
Jan 21, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add GPL headers to java/aidl files
parent
89a93e42
Changes
36
Hide whitespace changes
Inline
Side-by-side
Showing
36 changed files
with
720 additions
and
1 deletion
+720
-1
vlc-android/src/org/videolan/vlc/android/AboutActivity.java
vlc-android/src/org/videolan/vlc/android/AboutActivity.java
+20
-0
vlc-android/src/org/videolan/vlc/android/Aout.java
vlc-android/src/org/videolan/vlc/android/Aout.java
+20
-0
vlc-android/src/org/videolan/vlc/android/AudioActivityGroup.java
...roid/src/org/videolan/vlc/android/AudioActivityGroup.java
+20
-0
vlc-android/src/org/videolan/vlc/android/AudioBrowserActivity.java
...id/src/org/videolan/vlc/android/AudioBrowserActivity.java
+20
-0
vlc-android/src/org/videolan/vlc/android/AudioPlayer.java
vlc-android/src/org/videolan/vlc/android/AudioPlayer.java
+20
-0
vlc-android/src/org/videolan/vlc/android/AudioPlayerActivity.java
...oid/src/org/videolan/vlc/android/AudioPlayerActivity.java
+20
-0
vlc-android/src/org/videolan/vlc/android/AudioPlaylistAdapter.java
...id/src/org/videolan/vlc/android/AudioPlaylistAdapter.java
+20
-0
vlc-android/src/org/videolan/vlc/android/AudioService.java
vlc-android/src/org/videolan/vlc/android/AudioService.java
+20
-0
vlc-android/src/org/videolan/vlc/android/AudioServiceController.java
.../src/org/videolan/vlc/android/AudioServiceController.java
+20
-0
vlc-android/src/org/videolan/vlc/android/AudioSongsListAdapter.java
...d/src/org/videolan/vlc/android/AudioSongsListAdapter.java
+20
-0
vlc-android/src/org/videolan/vlc/android/BrowserActivity.java
...android/src/org/videolan/vlc/android/BrowserActivity.java
+20
-0
vlc-android/src/org/videolan/vlc/android/BrowserAdapter.java
vlc-android/src/org/videolan/vlc/android/BrowserAdapter.java
+20
-0
vlc-android/src/org/videolan/vlc/android/DatabaseManager.java
...android/src/org/videolan/vlc/android/DatabaseManager.java
+20
-0
vlc-android/src/org/videolan/vlc/android/EventManager.java
vlc-android/src/org/videolan/vlc/android/EventManager.java
+20
-0
vlc-android/src/org/videolan/vlc/android/IAudioService.aidl
vlc-android/src/org/videolan/vlc/android/IAudioService.aidl
+20
-0
vlc-android/src/org/videolan/vlc/android/IAudioServiceCallback.aidl
...d/src/org/videolan/vlc/android/IAudioServiceCallback.aidl
+21
-1
vlc-android/src/org/videolan/vlc/android/LibVLC.java
vlc-android/src/org/videolan/vlc/android/LibVLC.java
+20
-0
vlc-android/src/org/videolan/vlc/android/LibVlcException.java
...android/src/org/videolan/vlc/android/LibVlcException.java
+20
-0
vlc-android/src/org/videolan/vlc/android/MainActivity.java
vlc-android/src/org/videolan/vlc/android/MainActivity.java
+20
-0
vlc-android/src/org/videolan/vlc/android/Media.java
vlc-android/src/org/videolan/vlc/android/Media.java
+20
-0
vlc-android/src/org/videolan/vlc/android/MediaInfoActivity.java
...droid/src/org/videolan/vlc/android/MediaInfoActivity.java
+20
-0
vlc-android/src/org/videolan/vlc/android/MediaLibrary.java
vlc-android/src/org/videolan/vlc/android/MediaLibrary.java
+20
-0
vlc-android/src/org/videolan/vlc/android/PhoneStateReceiver.java
...roid/src/org/videolan/vlc/android/PhoneStateReceiver.java
+20
-0
vlc-android/src/org/videolan/vlc/android/PreferencesActivity.java
...oid/src/org/videolan/vlc/android/PreferencesActivity.java
+20
-0
vlc-android/src/org/videolan/vlc/android/RepeatType.java
vlc-android/src/org/videolan/vlc/android/RepeatType.java
+19
-0
vlc-android/src/org/videolan/vlc/android/SearchActivity.java
vlc-android/src/org/videolan/vlc/android/SearchActivity.java
+20
-0
vlc-android/src/org/videolan/vlc/android/SearchResultAdapter.java
...oid/src/org/videolan/vlc/android/SearchResultAdapter.java
+20
-0
vlc-android/src/org/videolan/vlc/android/ThumbnailerManager.java
...roid/src/org/videolan/vlc/android/ThumbnailerManager.java
+20
-0
vlc-android/src/org/videolan/vlc/android/Util.java
vlc-android/src/org/videolan/vlc/android/Util.java
+20
-0
vlc-android/src/org/videolan/vlc/android/VideoActivityGroup.java
...roid/src/org/videolan/vlc/android/VideoActivityGroup.java
+20
-0
vlc-android/src/org/videolan/vlc/android/VideoListActivity.java
...droid/src/org/videolan/vlc/android/VideoListActivity.java
+20
-0
vlc-android/src/org/videolan/vlc/android/VideoListAdapter.java
...ndroid/src/org/videolan/vlc/android/VideoListAdapter.java
+20
-0
vlc-android/src/org/videolan/vlc/android/VideoPlayerActivity.java
...oid/src/org/videolan/vlc/android/VideoPlayerActivity.java
+20
-0
vlc-android/src/org/videolan/vlc/android/widget/AudioMiniPlayer.java
.../src/org/videolan/vlc/android/widget/AudioMiniPlayer.java
+20
-0
vlc-android/src/org/videolan/vlc/android/widget/FlingViewGroup.java
...d/src/org/videolan/vlc/android/widget/FlingViewGroup.java
+20
-0
vlc-android/src/org/videolan/vlc/android/widget/VLCAppWidgetProvider.java
...org/videolan/vlc/android/widget/VLCAppWidgetProvider.java
+20
-0
No files found.
vlc-android/src/org/videolan/vlc/android/AboutActivity.java
View file @
4909022a
/*****************************************************************************
* AboutActivity.java
*****************************************************************************
* Copyright © 2011-2012 VLC authors and VideoLAN
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
package
org.videolan.vlc.android
;
import
android.app.Activity
;
...
...
vlc-android/src/org/videolan/vlc/android/Aout.java
View file @
4909022a
/*****************************************************************************
* Aout.java
*****************************************************************************
* Copyright © 2011-2012 VLC authors and VideoLAN
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
package
org.videolan.vlc.android
;
import
android.util.Log
;
...
...
vlc-android/src/org/videolan/vlc/android/AudioActivityGroup.java
View file @
4909022a
/*****************************************************************************
* AudioActivityGroup.java
*****************************************************************************
* Copyright © 2011-2012 VLC authors and VideoLAN
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
package
org.videolan.vlc.android
;
import
java.util.ArrayList
;
...
...
vlc-android/src/org/videolan/vlc/android/AudioBrowserActivity.java
View file @
4909022a
/*****************************************************************************
* AudioBrowserActivity.java
*****************************************************************************
* Copyright © 2011-2012 VLC authors and VideoLAN
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
package
org.videolan.vlc.android
;
import
java.util.Collections
;
...
...
vlc-android/src/org/videolan/vlc/android/AudioPlayer.java
View file @
4909022a
/*****************************************************************************
* AudioPlayer.java
*****************************************************************************
* Copyright © 2011-2012 VLC authors and VideoLAN
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
package
org.videolan.vlc.android
;
import
android.graphics.Bitmap
;
...
...
vlc-android/src/org/videolan/vlc/android/AudioPlayerActivity.java
View file @
4909022a
/*****************************************************************************
* AudioPlayerActivity.java
*****************************************************************************
* Copyright © 2011-2012 VLC authors and VideoLAN
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
package
org.videolan.vlc.android
;
import
android.app.Activity
;
...
...
vlc-android/src/org/videolan/vlc/android/AudioPlaylistAdapter.java
View file @
4909022a
/*****************************************************************************
* AudioPlaylistAdapter.java
*****************************************************************************
* Copyright © 2011-2012 VLC authors and VideoLAN
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
package
org.videolan.vlc.android
;
import
java.util.ArrayList
;
...
...
vlc-android/src/org/videolan/vlc/android/AudioService.java
View file @
4909022a
/*****************************************************************************
* AudioService.java
*****************************************************************************
* Copyright © 2011-2012 VLC authors and VideoLAN
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
package
org.videolan.vlc.android
;
import
java.io.File
;
...
...
vlc-android/src/org/videolan/vlc/android/AudioServiceController.java
View file @
4909022a
/*****************************************************************************
* AudioServiceController.java
*****************************************************************************
* Copyright © 2011-2012 VLC authors and VideoLAN
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
package
org.videolan.vlc.android
;
import
java.util.ArrayList
;
...
...
vlc-android/src/org/videolan/vlc/android/AudioSongsListAdapter.java
View file @
4909022a
/*****************************************************************************
* AudioSongsListAdapter.java
*****************************************************************************
* Copyright © 2011-2012 VLC authors and VideoLAN
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
package
org.videolan.vlc.android
;
import
java.util.ArrayList
;
...
...
vlc-android/src/org/videolan/vlc/android/BrowserActivity.java
View file @
4909022a
/*****************************************************************************
* BrowserActivity.java
*****************************************************************************
* Copyright © 2011-2012 VLC authors and VideoLAN
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
package
org.videolan.vlc.android
;
import
java.io.File
;
...
...
vlc-android/src/org/videolan/vlc/android/BrowserAdapter.java
View file @
4909022a
/*****************************************************************************
* BrowserAdapter.java
*****************************************************************************
* Copyright © 2011-2012 VLC authors and VideoLAN
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
package
org.videolan.vlc.android
;
import
java.io.File
;
...
...
vlc-android/src/org/videolan/vlc/android/DatabaseManager.java
View file @
4909022a
/*****************************************************************************
* DatabaseManager.java
*****************************************************************************
* Copyright © 2011-2012 VLC authors and VideoLAN
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
package
org.videolan.vlc.android
;
import
java.io.ByteArrayOutputStream
;
...
...
vlc-android/src/org/videolan/vlc/android/EventManager.java
View file @
4909022a
/*****************************************************************************
* EventManager.java
*****************************************************************************
* Copyright © 2011-2012 VLC authors and VideoLAN
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
package
org.videolan.vlc.android
;
import
java.util.ArrayList
;
...
...
vlc-android/src/org/videolan/vlc/android/IAudioService.aidl
View file @
4909022a
/*****************************************************************************
*
IAudioService
.
aidl
*****************************************************************************
*
Copyright
©
2011
-
2012
VLC
authors
and
VideoLAN
*
*
This
program
is
free
software
;
you
can
redistribute
it
and
/
or
modify
*
it
under
the
terms
of
the
GNU
General
Public
License
as
published
by
*
the
Free
Software
Foundation
;
either
version
2
of
the
License
,
or
*
(
at
your
option
)
any
later
version
.
*
*
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
*
GNU
General
Public
License
for
more
details
.
*
*
You
should
have
received
a
copy
of
the
GNU
General
Public
License
*
along
with
this
program
;
if
not
,
write
to
the
Free
Software
*
Foundation
,
Inc
.,
51
Franklin
Street
,
Fifth
Floor
,
Boston
MA
02110
-
1301
,
USA
.
*****************************************************************************/
package
org
.
videolan
.
vlc
.
android
;
import
org
.
videolan
.
vlc
.
android
.
IAudioServiceCallback
;
...
...
vlc-android/src/org/videolan/vlc/android/IAudioServiceCallback.aidl
View file @
4909022a
/*****************************************************************************
*
IAudioServiceCallback
.
aidl
*****************************************************************************
*
Copyright
©
2011
-
2012
VLC
authors
and
VideoLAN
*
*
This
program
is
free
software
;
you
can
redistribute
it
and
/
or
modify
*
it
under
the
terms
of
the
GNU
General
Public
License
as
published
by
*
the
Free
Software
Foundation
;
either
version
2
of
the
License
,
or
*
(
at
your
option
)
any
later
version
.
*
*
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
*
GNU
General
Public
License
for
more
details
.
*
*
You
should
have
received
a
copy
of
the
GNU
General
Public
License
*
along
with
this
program
;
if
not
,
write
to
the
Free
Software
*
Foundation
,
Inc
.,
51
Franklin
Street
,
Fifth
Floor
,
Boston
MA
02110
-
1301
,
USA
.
*****************************************************************************/
package
org
.
videolan
.
vlc
.
android
;
interface
IAudioServiceCallback
{
void
update
();
}
\ No newline at end of file
}
vlc-android/src/org/videolan/vlc/android/LibVLC.java
View file @
4909022a
/*****************************************************************************
* LibVLC.java
*****************************************************************************
* Copyright © 2010-2012 VLC authors and VideoLAN
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
package
org.videolan.vlc.android
;
import
org.videolan.vlc.android.LibVlcException
;
import
android.util.Log
;
...
...
vlc-android/src/org/videolan/vlc/android/LibVlcException.java
View file @
4909022a
/*****************************************************************************
* LibVlcException.java
*****************************************************************************
* Copyright © 2011-2012 VLC authors and VideoLAN
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
/**
* LibVlcException: exceptions thrown by the native LibVLC interface
*/
...
...
vlc-android/src/org/videolan/vlc/android/MainActivity.java
View file @
4909022a
/*****************************************************************************
* MainActivity.java
*****************************************************************************
* Copyright © 2011-2012 VLC authors and VideoLAN
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
package
org.videolan.vlc.android
;
import
org.videolan.vlc.android.widget.AudioMiniPlayer
;
...
...
vlc-android/src/org/videolan/vlc/android/Media.java
View file @
4909022a
/*****************************************************************************
* Media.java
*****************************************************************************
* Copyright © 2011-2012 VLC authors and VideoLAN
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
package
org.videolan.vlc.android
;
import
java.io.File
;
...
...
vlc-android/src/org/videolan/vlc/android/MediaInfoActivity.java
View file @
4909022a
/*****************************************************************************
* MediaInfoActivity.java
*****************************************************************************
* Copyright © 2011-2012 VLC authors and VideoLAN
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
package
org.videolan.vlc.android
;
import
java.nio.ByteBuffer
;
...
...
vlc-android/src/org/videolan/vlc/android/MediaLibrary.java
View file @
4909022a
/*****************************************************************************
* MediaLibrary.java
*****************************************************************************
* Copyright © 2011-2012 VLC authors and VideoLAN
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
package
org.videolan.vlc.android
;
import
java.io.File
;
...
...
vlc-android/src/org/videolan/vlc/android/PhoneStateReceiver.java
View file @
4909022a
/*****************************************************************************
* PhoneStateReceiver.java
*****************************************************************************
* Copyright © 2011-2012 VLC authors and VideoLAN
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
package
org.videolan.vlc.android
;
import
android.content.BroadcastReceiver
;
...
...
vlc-android/src/org/videolan/vlc/android/PreferencesActivity.java
View file @
4909022a
/*****************************************************************************
* PreferencesActivity.java
*****************************************************************************
* Copyright © 2011-2012 VLC authors and VideoLAN
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
package
org.videolan.vlc.android
;