summaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
* Move & improve CAF stringsMichael Bestas2015-09-202-5/+3
| | | | | | * Also remove unused ones Change-Id: I33fdb6845b0a79c7eb6994c4ac658d4dd73d708f
* Gallery2: Make Gallery2 support OMADRM featureParamananda Pradhan2015-09-151-0/+5
| | | | | | - Make Gallery2 can recognize and consume DRM images and videos. Change-Id: I1655d295bcec31b5760c2c86c06f815cf6ed57ee
* Revert OMADRM feature.staging/cm-12.1Steve Kondik2015-03-281-5/+0
| | | | | | | | | | | | | | * No need for this. Revert "Gallery2 : Added support for Oma drm (CD and SD)" This reverts commit 6144de8cc35fdd114802545c9922a1a234af8397. Revert "Gallery2: Make Gallery2 support OMADRM feature" This reverts commit 9382a979292e52de5c60a39ba24688362dce8bc1. Change-Id: I13a0d69a792aad36d7b15bc0b3c78e3f55d396bc
* gallery: Remove duplicate stringSteve Kondik2015-03-281-1/+0
| | | | Change-Id: I67c1e6468974d87d858754be3f7d2ae1f498f809
* Add record time to details viewFlamefire2015-03-281-0/+20
| | | | | | | | PS2: Move strings PS3: Move DateTime format to public in ExifInterface PS4: Actually use that DateTime format Change-Id: If30e19d0b79039357f393752544c655e073a46d2
* Gallery2: Set untranslatableMichael Bestas2015-03-281-1/+1
| | | | Change-Id: I2a8209a0a8bee15e637a690ed4aca92dba686f3c
* Gallery2: Remove unused stringsMichael Bestas2015-03-281-3/+0
| | | | Change-Id: Ib9638dd20aa0ba249152f7fe55d54c2e16b11807
* Gallery2: Improve stringsMichael Bestas2015-03-281-19/+20
| | | | Change-Id: I412575218eec402b194cb8b51b7bee6d2e353b79
* Gallery2: move CAF strings to codeaurora_stringsVladislav Koldobskiy2015-03-282-29/+29
| | | | Change-Id: I3861ed5094307034fcec830fd1ff0595a75e84e1
* Gallery2: Make grids scroll vertically by defaultcretin452015-03-282-5/+17
| | | | | | - Can optionally be switched back to horizontal via overlay. Change-Id: I666a2e7cfe95cba630171b6272eda9a786be4cb6
* Gallery2: More material for filtershowcretin452015-03-282-9/+9
| | | | Change-Id: I2633910d3007a12103e45d319997d239aebbc4b8
* Gallery2: Materializationcretin452015-03-282-1/+20
| | | | | | | | | | | - Material theme - FAB - New Icon - Add missing resources for movie settings - Fix action mode - Vector drawables Change-Id: I9c8cc81759502a417a5585fd1d3fd9b61e0bd68b
* Merge "Modify:Gallery2 for branch Gallery2"Linux Build Service Account2015-03-192-0/+6
|\
| * Modify:Gallery2 for branch Gallery2Zhang Zhenzhen2015-03-182-0/+6
| | | | | | | | | | | | | | Conflicts: res/values-zh-rCN/strings.xml res/values/strings.xml Change-Id: I6b760469290ca154f223f94a3c284fca7a513121
* | Gallery2: Add "No faces" stringsmqi2015-03-161-0/+4
|/ | | | | | | | | | Gallery shows "Untagged" when grouping pictures by faces if no faces were tagged. Change "Untagged" to "No faces". Change-Id: I7cde7a26e7340bdd95706d34480d8e8f61683138 CRs-Fixed: 807429
* Gallery2: Make Gallery2 support OMADRM featureParamananda Pradhan2015-01-201-0/+5
| | | | | | - Make Gallery2 can recognize and consume DRM images and videos. Change-Id: I1655d295bcec31b5760c2c86c06f815cf6ed57ee
* Merge "Gallery2: Fix force close issue when trim video"Linux Build Service Account2015-01-121-0/+1
|\
| * Gallery2: Fix force close issue when trim videoxiaoqiny2014-12-251-0/+1
| | | | | | | | | | | | | | - Only mp4 and 3gp file support trim function Change-Id: I6e254ca6d5445d62b0276695667f4bdb07f9a59c CRs-Fixed: 652838
* | Gallery2: fix app crash when there is no map appkaiyiz2014-11-281-0/+3
| | | | | | | | | | | | | | | | | | | | | | ActivityNotFoundException happened after click showOnMap menu when there is no map app. Catch the Exception to avoid app crash. CRs-Fixed: 753928 Change-Id: I7d811e4a636bed22935fcc050d97559ace44eb31
* | Gallery2: Add audio output switcher between headset/speakerkaiyiz2014-11-041-1/+4
| | | | | | | | | | | | | | | | | | | | | | There is no audio output switcher between headset/speaker. Add the audio output switcher button to menu list in order to let user use this function. CRs-Fixed: 650867 Change-Id: I16f5fdc74a76ee55557ba87b0145e51165f0408a
* | Gallery2: Fix the border name display abnormallykaiyiz2014-11-041-1/+1
| | | | | | | | | | | | | | | | | | The border name display abnormally Make the border name display normally Change-Id: Id237236830a272abd958e033315b0e70eff6ff38 CRs-fixed: 740974
* | Gallery2: Reginal requirement for RTLkaiyiz2014-11-042-23/+23
| | | | | | | | | | | | Convert left/right layout properties to start/end properties. Change-Id: Icaa0388cafbf1133fb37933f0ca1452d8d20968b
* | Gallery2: Fix batches of issues in movie effectswjiang2014-11-041-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix following issues: - All settings aren't restored to previous state when user cancel his operations. - Check the validity to avoid calling member function of an already released object. - Recycle effect instance when MovieActivity pauses. - Don't restore strength from pref when toggling switch. - Force the Effect's dialog to be uncancelable. - Fix null pointer and effect leak issue due to CMCC features. - Fix audio effects dialog display on small screens. - Recognize bluetooth headset. - Update visual design. Conflicts: src/com/android/gallery3d/ui/Knob.java Change-Id: I803897508c0c1a6723170b7691e3ece03680e4f1
* | Gallery2: Customize features for regional packagekaiyiz2014-11-042-2/+13
| | | | | | | | | | | | - Support user link to net to see more images. Change-Id: I4c095bd124057c996d4bf0d3a4a035b6587db640
* | Gallery2: add some video featuresLikai Ding2014-11-042-10/+19
| | | | | | | | | | | | | | including: previous/next video play mode, screen mode, fast forward/rewind button, step settings. Change-Id: I3f4890c4dd95956e0eca889a5fd8b8d83b8d542e
* | Gallery2: support live streaming and bookmarksLikai Ding2014-11-042-0/+65
| | | | | | | | | | | | | | Users can input a URL for streaming display. URL bookmarking is supported. Change-Id: Ia69497cdcfee963ba2209119a5b9dc82b64497da
* | Gallery2: support stereo/single track play modeLikai Ding2014-11-042-0/+3
| | | | | | | | | | | | User can select stereo/single track play mode. Change-Id: I8225739815484f3c288823802f68478cb457725e
* | Gallery2: support loop/single video play modeLikai Ding2014-11-043-148/+6
| | | | | | | | | | | | | | | | This change allows a video to be played repeatedly. It also introduces an extension framework. Change-Id: I5566192f138c1f0fd889b85496dd27fbf2aed10d CRs-Fixed: 507973
* | Gallery2: support loop/single video play modeLikai Ding2014-11-041-0/+148
| | | | | | | | | | | | | | (cherry picked new files from commit id 990c6d43ea7c184846e19d41bef0d93aee4e581b) Change-Id: I0f55dfdfe812262804e7e45c99c7c9bbc5fb7503
* | Gallery2: support audio effects during video play.Likai Ding2014-11-043-1/+24
|/ | | | | | | | | | Porting from kk with fixes Conflicts: res/values/strings.xml Change-Id: I267c3c7e402fd5cf2bb223547003af491dd8289e Signed-off-by: Xiaojing Zhang <zhangx@codeaurora.org>
* Gallery2: avoid the crash of gallery during trimming videostaging/cm-12.0-cafLi Sun2014-11-041-0/+3
| | | | | | | | | | - Google only provides the lib of mp4 parser to support the video-trim feature. But some files would fail to trim and cause the gallery crash - catch the IllegalStateException to avoid the crash of gallery Change-Id: Iadda7a42d4d694c102d50d2c52a93979ba2907a7 CRs-Fixed: 523986
* Gallery2: Fix crash for unsupported format on mute operationVasantha Balla2014-11-041-0/+3
| | | | | | | | | | MPEG4Writer does not support formats other than mp4/h264/h263. The app needs to check for unsupported formats before starting any mute operation. Add a condition in the app to check for unsupported formats and display a toast message. CRs-Fixed: 514347 696137 Change-Id: Ib2ce48d2b8ebaef80936bc7a446e1c97e3a10c31
* Update ingest importer codeBobby Georgescu2014-05-142-0/+22
| | | | Change-Id: I0f3b0809deead2f49501a5309f0ddab9c911274f
* Revert "Disable GET_CONTENT intent-filter for KLP+"Mangesh Ghiware2013-10-041-2/+1
| | | | | | | This reverts commit a545774386d84dca5825b503c682a8eab272705c. Bug: 11085255 Change-Id: I254e9cbaca074928d77851083418e4d0f692b13b
* Disable GET_CONTENT intent-filter for KLP+Mangesh Ghiware2013-10-031-1/+2
| | | | | Bug: 10415790 Change-Id: I94260dbe7c61c1ead2a0e6ea12f837a76a69d547
* Fix style for crop activitynicolasroard2013-09-241-0/+8
| | | | | bug:10786662 Change-Id: Ie104b8ba2484455ad5cdf90d8c26157480143b0b
* Limit string to 25 charactersnicolasroard2013-09-231-1/+1
| | | | | bug:10889576 Change-Id: Ib314b84d8def7dc1300fc738a1a461d37549d6e1
* clarify stringsJohn Hoford2013-09-202-3/+3
| | | | | | | bug:10602303 bug:10558554 bug:10489263 Change-Id: I4cabada74244d535eb023e52a36bca0897fb75fe
* Fix string capitalizationJohn Hoford2013-09-201-1/+1
| | | | | bug:10487803 Change-Id: I16c18388ac47851f3fffcca8be13eb77b60ddbfb
* clean up translation issuesJohn Hoford2013-09-171-2/+2
| | | | | | | bug:10319758 bug:10320401 bug:10317664 Change-Id: Idef2803093382a75d348fe8b5077bb0d6c9ff6b4
* remove translation in jason encodingJohn Hoford2013-09-171-3/+1
| | | | Change-Id: I26c1ae312b3ba71efc40fe0675f53d6b2c377bed
* Use edge glow instead of snap backnicolasroard2013-09-171-0/+3
| | | | | | Follow UX guidelines. Change-Id: Id81d6622e174c8bb2ac53d8b04023070368d945d
* Draw UI fixesJohn Hoford2013-09-121-2/+10
| | | | | bug:10705772 Change-Id: I529d178cdd4fc910b50a3f8c72187b1c61924743
* Add custom border textnicolasroard2013-09-111-0/+2
| | | | | | bug:10705772 Change-Id: Idca8cb3179bf9ecc1b6eaef109f79077cf15ec3c
* Fix UI performances / glitchesnicolasroard2013-09-061-0/+1
| | | | | | | | | | - load/process thumbnails fully in background - fix reveal slider - fix race condition when loading - better memory usage - fix loading spinner (wasn't shown!) Change-Id: Id78163556d8ee1c3ad04eae16fe1bf06f4312405
* Merge "vignette fix & enhance to remove center focus" into gb-ub-photos-carlsbadJohn Hoford2013-08-291-0/+11
|\
| * vignette fix & enhance to remove center focusJohn Hoford2013-08-291-0/+11
| | | | | | | | Change-Id: Ide19925c5a9113518815d3aacc2204ef5ab9661d
* | Fix toast message when saving to Gallerynicolasroard2013-08-291-0/+2
|/ | | | Change-Id: I0c4850185cf19e6e239c7d2d7bf7167b4ebaee0d
* Improves UI / sizenicolasroard2013-08-271-1/+1
| | | | | | | | | | | | - improves overdraw - filter change anim - better borders - remove unused images bug:9470514 bug:8658176 Change-Id: I764879be415acbfba5a36f239d1905ec54e2d3cb
* border UI editorJohn Hoford2013-08-222-0/+11
| | | | | bug:9470514 Change-Id: I4d5cd91775c9b8742f847fd9a955f6f28e66cd38