Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/cm-10.1' into ics
Browse files Browse the repository at this point in the history
Conflicts:
	AndroidManifest.xml
	src/com/cyanogenmod/filemanager/util/FileHelper.java
	tests/AndroidManifest.xml
	themes/AndroidManifest.xml
	themes/res/values-pt-rBR/strings.xml
  • Loading branch information
Mike C committed Dec 26, 2012
2 parents e2c06b2 + 5b85c6c commit 625d43a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions res/raw/mime_types.properties
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ ra = AUDIO | audio/x-pn-realaudio | fso_type_audio_drawable
ram = AUDIO | audio/x-pn-realaudio | fso_type_audio_drawable
rmp = AUDIO | audio/x-pn-realaudio-plugin | fso_type_audio_drawable
wav = AUDIO | audio/x-wav | fso_type_audio_drawable
mka = AUDIO | audio/x-matroska | fso_type_audio_drawable

# Video
3gp = VIDEO | video/3gpp | fso_type_video_drawable
Expand Down Expand Up @@ -303,6 +304,8 @@ wmv = VIDEO | video/x-ms-wmv | fso_type_video_drawable
wmx = VIDEO | video/x-ms-wmx | fso_type_video_drawable
wvx = VIDEO | video/x-ms-wvx | fso_type_video_drawable
movie = VIDEO | video/x-sgi-movie | fso_type_video_drawable
rmvb = VIDEO | video/rmvb | fso_type_video_drawable
mkv = VIDEO | video/x-matroska | fso_type_video_drawable

# Security
asc = SECURITY | application/pgp-signature | fso_type_security_drawable
Expand Down
2 changes: 1 addition & 1 deletion res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@
<!-- Preferences * General * Disk usage warning level summary -->
<!-- FIXME Use "percent" instead of "%" symbol, because it make crash the app on getSummary
of ListPreference. This should be fixed in frameworks base prior to be added here. -->
<string name="pref_disk_usage_warning_level_summary" formatted="false">Eine andere Farbe verwenden, wenn nur noch <xliff:g id="level">%1$s</xliff:g> Prozent des Speichers frei sind.</string>
<string name="pref_disk_usage_warning_level_summary" formatted="false">Eine andere Farbe verwenden, wenn mehr als <xliff:g id="level">%1$s</xliff:g> Prozent des Speichers belegt sind.</string>
<!-- Preferences * General * Compute folder statistics title -->
<string name="pref_compute_folder_statistics">Verzeichnisstatistiken</string>
<!-- Preferences * General * Compute folder statistics summary on -->
Expand Down

0 comments on commit 625d43a

Please sign in to comment.