summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* Bring back tiny planet to the Camera filmstripSascha Haeberling2013-09-121-0/+10
| | | | | | | | | Bug: 10393598 The native code and XmpUtil are mostly 1:1 copies from Gallery2. The UI is new and should work on all form factors. Change-Id: Ia302a4a7a24cf0b3aa583836683c459e9e7e1f85
* Re-add a strings that should not have cleaned up.Sascha Haeberling2013-09-061-0/+14
| | | | | | Bug: 10647548 Change-Id: I7b99a82a0748ed8ec8d5b288e8f1ed62d77d10ac
* Remove unused strings.Sascha Haeberling2013-09-051-480/+0
| | | | | | Bug: 10627919 Change-Id: I5434baf8785912a577fec9f363598e4d927fddc3
* Increase char limit.Sascha Haeberling2013-09-041-1/+1
| | | | | | Bug: 10590844 Change-Id: Ib30d348c1806e5c1b174bdd5198b880a2dca14e5
* Rename renering message from panorama to photo sphere.Sascha Haeberling2013-08-301-2/+2
| | | | | | Bug: 7695145 Change-Id: Ibfd083d4a879eda5dbf866e3a22df651166ea315
* Use the well-translated camera_label instead of app_name.Sascha Haeberling2013-08-271-1/+0
| | | | | | Bug: 10509953 Change-Id: Ia5522fce1892e521c12fcc2f152afe7009026ac5
* Remove Refocus string and iconSascha Haeberling2013-08-261-2/+0
| | | | | | Bug: 10494566 Change-Id: I49c61a5e1ae31e0458250e6cc624d63547ac0372
* Remove the "button" part of the shutter button description.Sascha Haeberling2013-08-201-1/+1
| | | | | | | | Bug: 10081355 Talkback automatically appends "button" to a clickable ImageView. Change-Id: I7d20b96965a5542277cb27b0fd8d255251b2cb3c
* Rename accessibility text for Photo Sphere mode from 'new panorama'.Sascha Haeberling2013-08-191-2/+2
| | | | | | Bug: 10075811 Change-Id: I7a0e7f890d0243fe13e8f3746d49378daf1bb962
* Remove old video camera icon and label from Camera2Doris Liu2013-08-131-3/+0
| | | | | Bug: 10296343 Change-Id: I6c6f130f86b4206d6b9ef322c76e6bdbe81aa57e
* Update app name to "Camera" before merging to KLP.Sascha Haeberling2013-08-121-4/+1
| | | | Change-Id: Icbd776f5e2b07464de94b41081358996920eafcf
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-061-1/+2
| | | | | | | Note: Camera2 is a clone of Gallery2 right now. Note 2: I will bring .mk files back later. Change-Id: Ida958654296f5ebaacb6bb0ff59d52a7c37ce6fc
* Refocus integration phase 1.Sascha Haeberling2013-07-241-0/+2
| | | | | | Bug: 9966846 Change-Id: I591ce1ee878a9f4d6bd63eddef6e79608ffd69ec
* Fix help for GalleryGoogle buildsJohn Reck2013-07-171-3/+0
| | | | | | Bug: 9886976 Change-Id: I23fc78b924f3757f8ab12f84d3a0c97c1adc2333 (cherry picked from commit 7a43c8c3b85d6f9162651d8ed8b3a11a87490824)
* Add HTC One picture resolutionsMichael Kolb2013-05-301-0/+4
| | | | | | | | Bug: 9175168 Fixes bug where preview is not stopped before size changes Change-Id: I2df136482df68a952c9d3ca5c058ba56ff3a6db8
* Add 13MP resolutionMichael Kolb2013-05-241-0/+2
| | | | | | Bug: 9059351 Change-Id: I40c2c94ccc54399f6928d9e8a66abca0df15fea3
* Rename scenemode AUTO to NONEMichael Kolb2013-04-191-1/+1
| | | | | | Bug: 8660834 Change-Id: Ia2900821c5983d3e4fe3a6aeab720f2070c7ebfa
* Fix labelsMichael Kolb2013-04-191-5/+15
| | | | | | Bug: 8660834 Change-Id: I92efdfb136fd57fabe30547f6cd1eb8abf94bf1a
* Add more menu options/iconsMichael Kolb2013-04-181-0/+15
| | | | | | | | | Bug: 8640131 Added location and scene mode to secondary menu Updated HDR icons Change-Id: I5bed39a2ec037aecf67702d88f738befe61846d4
* Add accessibility to video player controller.ztenghui2013-04-171-0/+9
| | | | | | | | | bug:5714277 cherry pick the Carlsbad CL: https://googleplex-android-review.git.corp.google.com/#/c/297944/ Change-Id: If0de1ec250a211890e1914d89e8b61780542a675
* Add menu labelsMichael Kolb2013-04-151-0/+40
| | | | | | Bug: 8618169 Change-Id: Iea1ac7256450afd2870c144099459f32868c699f
* Add menu item to start the simple editornicolasroard2013-04-081-1/+5
| | | | Change-Id: Iac3ca76838a5f91186527863b3d990cbcad3faf0
* Improve AlbumSet UI in new galleryBobby Georgescu2013-03-151-0/+6
| | | | Change-Id: I31cbf7cf8c0c7b5f5f3413a59ad94142b13870d2
* Start of photosJohn Reck2013-02-221-0/+8
| | | | Change-Id: Id53dd96d8873e0fe6c2685e07cd7bdc0cde7ea75
* Importer: Full-screen viewing, UI refinement, refactoringBobby Georgescu2013-02-121-0/+3
| | | | | | | | | | | | | | | | | | Bug: 7990333 Bug: 8151814 Bug: 8037411 This CL adds or changes the following things: - Full-screen image viewing and UI for switching modes - Moved general functionality from MtpThumbnailTileView to MtpImageView to allow for reuse in full-screen image use-case - MtpBitmapCache moved from ui to data package - Orientation now respected when set in image metadata - Miscellaneous UI consistency issues fixed - Miscellaneous instability issues fixed Change-Id: I5f188b763617b693e32fedc03273d711d604922a
* Copy camera resources into Gallery2Michael Kolb2013-01-291-0/+451
| | | | Change-Id: I3be2758b2ddca31dbc2f21457a62664310c39684
* Show status in importer for empty or no deviceBobby Georgescu2013-01-171-0/+6
| | | | | Bug: 8000251 Change-Id: Iefbbe6df59f432ffeb10ac9fa846a8908584ab58
* Replace camera importerBobby Georgescu2013-01-071-0/+19
| | | | Change-Id: Icfeb23301bc6c9f8c8b12824bcbb0d8b41852d07
* Decode screenshots when they show 0x0 dimensionsDoris Liu2012-12-071-0/+3
| | | | | Bug: 7470758 Change-Id: If4012899e120ad68cdc8ca12bf6f8de8c5c96019
* Improves XML language descriptions.Ruben Brunk2012-12-061-10/+12
| | | | | | Bug: 7458383 Bug: 7459118 Change-Id: I91fd7297e4530401c0315ae4acbf7b6e425dca2b
* Video: Add the mute functionality.Teng-Hui Zhu2012-11-141-4/+13
| | | | | | | | | 1. Enable the mute video functionality. 2. Consolidate the sharing code, especially for file handling. bug:7543943 Change-Id: Ie7ec605996bc3242b1a50385f506e6a50ee2d2fc
* Save edited picasa to "Edited Online Photos" albumDoris Liu2012-10-171-0/+7
| | | | | | | | | | | Bug: 7346157 This CL includes the following changes: 1) Save the new image to a new folder named "Edited Online Photos" 2) After the picture is saved, the user will be in the "Edited Online Photos" folder 3) Change the toast during saving to "Saving to" + new folder name Change-Id: Ic505925425419ba9e3c7dac31fd403bf73d6887d
* Moved many strings to xml. Changed UI filter order. Renamed things.Ruben Brunk2012-10-171-4/+4
| | | | | | Bug: 7344749 Bug: 7322949 Change-Id: Ia9ebc45fb2c743a458af270be429f07198ea3c1b
* add support for configurable slider rangesJohn Hoford2012-10-171-1/+3
| | | | | bug:7293391 Change-Id: Ie4984ce85387bf4d7a0a38e318eb20f6802ffc96
* Make save button in video trimming consistentDoris Liu2012-10-161-3/+0
| | | | | | | | | Bug: 7353884 Updated save button icon and text Save button in video trimming now acts like back button when no change has been made. Change-Id: Iec29315222d3f3ffac9b96a89cad2821d7f86c4f
* Correct toast text for clarityChris Craik2012-10-161-1/+2
| | | | | | | | bug:7353760 Makes the English string better, but should still be a format string. Change-Id: If998aab71d8f859911df6c7b332e908dcb43afc2
* Change "Done" to "Save" in editorBobby Georgescu2012-10-101-0/+2
| | | | | Bug: 7325784 Change-Id: I82732252ae6047f1bf50ccde2ede22a9f9bc8e31
* Move panorama stitch progress outside the image.George Mount2012-10-101-0/+4
| | | | | | Bug 7302513 Change-Id: Ie6505c8ed2125b878e54a93c4b8c0f51d80a1385
* add filtersJohn Hoford2012-10-091-0/+18
| | | | | bug:7234321 Change-Id: I4c9695c3ad90fcb7f4d67d40faa0a7da85f99030
* Update design for grid/filmstrip switcherBobby Georgescu2012-10-091-2/+2
| | | | | Bug: 7317501 Change-Id: I8975071b2a6d8b9f03c54c4bd3a6aa157fc6dc2e
* Revert "Add a overflow menu item to view 360-degree panorama."Mangesh Ghiware2012-10-031-1/+0
| | | | | | This reverts commit d84ae72adb147c0e8517a438b3dea3e87d319bb7 Change-Id: I5921cbb476034da2798480534e9084e287312f04
* Add a overflow menu item to view 360-degree panorama.Mangesh Ghiware2012-10-031-0/+1
| | | | | Bug: 7276026 Change-Id: Ib4979e45867e22267b34fb77342ca625337c7ee4
* Trimming: clean up strings and prevent too short or no trimming.Teng-Hui Zhu2012-09-291-0/+15
| | | | | | | Also view the result if the activity is not stopped. bug:7093055 Change-Id: If244d567a4be9da22542398f6b7c22a081786339
* Update to sharing panoramaMangesh Ghiware2012-09-271-0/+2
| | | | | | | | | | | | | Bug: 7150324 Use separate share intents for sharing panoarma and regular JPGs. If photo is a 360 panorama, promote sharing it on the action bar, and move sharing as JPG to overflow menu. MIME type changed to specify panorama360. Change-Id: I8d52733d105820ac17ff36a6ad9d7525893f6d27
* Add the UI elements for video trim activity.Teng-Hui Zhu2012-09-111-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Refactored the classes to support both the video play and trim. Now the common code for controller overlay is in CommonControllerOverlay, which is basically the same as the original MovieControllerOverlay without animation. Because in trimming, we don't want to hide all the controller. The specific animations are implemented in the sub-classes which are TrimControllerOverlay and MovieControllerOverlay. At the same time, TrimTimeBar extended TimeBar to support the extra trimming start scrubber and end scrubber. The interface between the timebar and the controllerOverlay are kept almost the same way, except adding the trimming info when necessary. With all these, the activity of TrimVideo now relied on the TrimTimeBar and TrimControllerOverlay. Similarily, the MovieActivity relied on the TimeBar and MovieControllerOverlay. 2. Hook the TrimVideo activity with the trim menu. Note that the icons are temporary for now, still need UX input on that. bug:7093055 Change-Id: Ib9bfbc090106744a569fce4c451ddffc0a2c699b
* Reskin: switching between filmstrip and grid in albumBobby Georgescu2012-09-091-0/+6
| | | | | | | | | | | Bug: 7050303 Bug: 6541425 Allows switching between the filmstrip and the grid views within albums and launches camera roll in filmstrip mode by default. Also fixes animation issue when animating from full-screen to grid view. Change-Id: I2a37b92c129cc090fd807973f7e3e82fed207cd3
* add the menu button to support trimmingTeng-Hui Zhu2012-08-271-0/+1
| | | | | | This is only visible for video item. Change-Id: I17f8e902f3560cc8524f890705c020901331df74
* Remove hardwired strings for no external storage.Owen Lin2012-06-221-0/+6
| | | | | bug: 6682495 Change-Id: I68652d6b01842a42907b953574d563cf98e65219
* Add swipe-to-delete gesture.Chih-Chung Chang2012-06-181-0/+6
| | | | Change-Id: I992e59702f9dfff17da2f4464e48c9228d42b1b3
* Fix 6259517 "0 images / videos available" toast is displayed in gallery on ↵Ray Chen2012-05-231-2/+0
| | | | | | | | | | launch though it has images / videos And removed sync error toast. Bug: 6259517 Change-Id: Ib7b25176a6db290220661a2e98e4e031043201d9