Commit graph

25 commits

Author SHA1 Message Date
Xavi Artigas
36d03232e1 Handle media with no position or duration correctly (pictures, for example) 2012-11-07 11:55:45 +01:00
Xavi Artigas
3c9c405464 Somebody copy&pasted code from some other project... :) 2012-11-07 10:35:53 +01:00
Xavi Artigas
fda10a9006 Android format of XML 2012-11-06 18:16:36 +01:00
Xavi Artigas
c9073a18e9 Whitespace and format 2012-11-06 17:49:04 +01:00
Xavi Artigas
43cba542b7 Clicking on the currently selected file accepts it. 2012-11-06 17:46:50 +01:00
Xavi Artigas
34b3398b26 Simplify file chooser row layout and allow showing file names longer than the text view. 2012-11-06 17:36:51 +01:00
Xavi Artigas
d6448c8b2e Major revamp of the file chooser dialog to: Remove unused code/layout/strings, remember last visited folder, add a cancel button and beautify a bit the dialogs. 2012-11-06 13:19:27 +01:00
Xavi Artigas
deb87d4a23 Better integration for local files with unknown MIME types. 2012-11-06 10:49:43 +01:00
Xavi Artigas
73ca70339c Register tutorial 5 as a media player, so other applications (including browsers) can pass URIs to us. Unfortunately, the complete list of supported protocols and file extensions has to be provided, as Android does not seem to infer MIME types from file names. 2012-11-05 18:41:49 +01:00
Xavi Artigas
fe3c684e90 XML formatting 2012-11-05 15:47:07 +01:00
Xavi Artigas
89e5a89fe6 Fix tutorial 5 seeking to last position after opening new media 2012-11-05 13:37:27 +01:00
Xavi Artigas
2635e59fb4 Revamp tutorial 5 code to continue what we have been showing in all previous tutorials. Drop unused code and add goodies like media size reporting and seek throttling. 2012-11-05 10:36:01 +01:00
Sebastian Dröge
ac07b88df9 Add GSTREAMER_EXTRA_DEPS as required for Android tutorials 2012-11-02 13:14:04 +01:00
Sebastian Dröge
d357a0332a Use WakeLock to prevent the screen from blanking during playback 2012-10-30 10:36:31 +01:00
Xavi Artigas
ba19badffa Change screen name from Android tutorials to GStreamer tutorials. It think this makes more sense once the tutorials are installed on the device. 2012-10-23 16:22:37 +02:00
Xavi Artigas
efbde418b2 Package for the GStreamer class changed to com.gstreamer 2012-10-19 10:37:21 +02:00
Xavi Artigas
1c3c4ee7b7 Do not use GST_ERROR before GStreamer has been initialized (tutorial 5) 2012-10-15 14:03:40 +02:00
Xavi Artigas
b6243454c8 Proper initialization of GSources (setup before attach) 2012-10-10 15:43:25 +02:00
Xavi Artigas
bce0f1d2fc New icons to better follow the Android design guidelines (and get rid of some Android Lint warnings) 2012-10-09 12:42:24 +02:00
Xavi Artigas
3df9913eb9 More copyright notices removed 2012-10-05 14:56:03 +02:00
Xavi Artigas
e7b066f06e Remove copyright notices 2012-10-05 11:21:26 +02:00
Xavi Artigas
0a57e2c403 Move icons to proper folder. Replace generic Android icon with GStreamer SDK. 2012-10-04 16:22:03 +02:00
Sebastian Dröge
f3a259d959 Reset duration after changing the URI 2012-10-04 16:15:59 +02:00
Sebastian Dröge
5389c1548b Disable subtitles for now 2012-10-03 16:38:03 +02:00
Xavi Artigas
e030812824 Rename tutorial-1 to tutorial-5 2012-10-03 14:17:08 +02:00