commit | da36e534e2edd3df0eb810ba2237b0c5bd403a63 | [log] [tgz] |
---|---|---|
author | Johan Redestig <johan.redestig@sonymobile.com> | Wed Oct 03 13:43:47 2012 +0200 |
committer | Johan Redestig <johan.redestig@sonymobile.com> | Mon Nov 19 09:29:05 2012 +0100 |
tree | 7125a25ad6935f58dc4b4c47f7619ca9162fe297 | |
parent | e9eceb552f80f8fb1e33b530ef18f1d0ae406408 [diff] |
Make locale safe paths getVideoOutputMediaFileTitle was using SimpleDateFormat with the default locale to create paths. In some locales this resulted in characters that are not safe to use on all file systems. Explicitly use Locale.US to be locale safe. Change-Id: I3727a239396da82146a171d254a9bf5a5f8dcfef