summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/DialogDetailsView.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove the space before colons in details.Owen Lin2012-09-051-2/+2
| | | | | bug: 6587084 Change-Id: Ifdbe24e84fb55c1892edb5652455274fc3775291
* Uses ActionBarSherlock in GalleryOwen Lin2012-08-271-11/+10
| | | | | | bug: 6927267 Change-Id: I1c22975d1a1f3a36510ad93e6a0cefea110ca38f
* Code clean up.Ahbong Chang2012-07-301-0/+11
| | | | | | | | | Remove unused imports. Remove unused fields. Remove unnecessary cast. Add missing override annotations. Change-Id: Idad2e587697a5015eb5363d7b71fab9de9cc8ffb
* Use actual selection for album/photo detailsMichael Kolb2012-07-261-3/+3
| | | | | | Bug: 6533154 Change-Id: I21ce95d79567396840f08095b986ecc54263a295
* Remove unused code.Chih-Chung Chang2012-02-231-4/+0
| | | | Change-Id: I167596ab023671651df298ddb2b80b7c782f4223
* Reduce memory allocation and make small improvements.Chih-Chung Chang2012-02-221-2/+4
| | | | Change-Id: Iac3f302454119de6363cd5cfb158619e739b0536
* Fix 5343229 Location displayed as co-ordinates in details of picture ↵Ray Chen2011-10-061-34/+16
| | | | | | captured from camera Change-Id: I223b69a3e10fe85a4622cf33110414cd14624f36
* Various UI fixes in GalleryEvan Millar2011-09-301-1/+5
| | | | | | | | | | -New assets for grid and strip selection borders. -Fix spacing in details dialog. -New scrollbar asset in the strip view. -Deleted unused ScrollView.java and GlDetailsView.java bug:5327238 Change-Id: I147b8f8069f42e345110f7ae86c47d331551f089
* Fix 5329642 Gallery crashes when viewing Details on certain photosRay Chen2011-09-191-1/+1
| | | | | | | AddressResolvingListener (mAdapter) is not set until constructor returns, so NPE is thrown if the resolving happens really fast. This CL uses 'this' instead of mAdapter. Change-Id: Ifce0ea92a3eb5c794a73cf0e89a236ff3d948c18
* Fix 5133608 [UI] Details should be displayed as a system dialog in phone UIRay Chen2011-08-261-0/+11
| | | | | | We need this to reset the grid drawer. Change-Id: Iead6568db1903d7e722f0e8154388ccd8f1aee67
* Fix 5133608 [UI] Details should be displayed as a system dialog in phone UIRay Chen2011-08-261-0/+239
Fix 5132798 [UI] Details popup on tablet is incorrectly placed and should not have x icon to close Fix 5199822 Long press and select "detail" shows details of another item Change-Id: I0e992ded8a154edb1c7a81b75d0461d5bf309f31