History log of /packages/apps/Gallery2/src/com/android/gallery3d/ui/DialogDetailsView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fa2b9222725e96fdb584aca1b1213b0bda8af110 26-Aug-2013 Sascha Haeberling <haeberling@google.com> Make parsing integers for details dialog more robust.

Bug: 7141309

Also make sure "orientation" is localized.

Change-Id: Ib950eca6becd2eed21bebfbd48e11a182b76e45a
/packages/apps/Gallery2/src/com/android/gallery3d/ui/DialogDetailsView.java
5996f43546b629a01166904943eda1f788078634 23-Aug-2013 Sascha Haeberling <haeberling@google.com> I18N the Gallery's Details dialog.

Bug: 7141309

Change-Id: I9e658ea3972713fa39e76894f8ae7d8e3d5cdf2c
/packages/apps/Gallery2/src/com/android/gallery3d/ui/DialogDetailsView.java
e879326d76734277469ca2f387f436fd0e922c87 07-Dec-2012 Doris Liu <tianliu@google.com> Decode screenshots when they show 0x0 dimensions

Bug: 7470758
Change-Id: If4012899e120ad68cdc8ca12bf6f8de8c5c96019
/packages/apps/Gallery2/src/com/android/gallery3d/ui/DialogDetailsView.java
02ec00b91039736d478c6e59ba90d5bbcd1a8044 05-Sep-2012 Owen Lin <owenlin@google.com> Remove the space before colons in details.

bug: 6587084
Change-Id: Ifdbe24e84fb55c1892edb5652455274fc3775291
/packages/apps/Gallery2/src/com/android/gallery3d/ui/DialogDetailsView.java
b21b8e58a604f6c701245d84b141b5b87663192b 23-Aug-2012 Owen Lin <owenlin@google.com> Uses ActionBarSherlock in Gallery

bug: 6927267

Change-Id: I1c22975d1a1f3a36510ad93e6a0cefea110ca38f
/packages/apps/Gallery2/src/com/android/gallery3d/ui/DialogDetailsView.java
7817979db0c52ffeacb951625b1e821eba303285 30-Jul-2012 Ahbong Chang <cwahbong@google.com> Code clean up.

Remove unused imports.
Remove unused fields.
Remove unnecessary cast.
Add missing override annotations.

Change-Id: Idad2e587697a5015eb5363d7b71fab9de9cc8ffb
/packages/apps/Gallery2/src/com/android/gallery3d/ui/DialogDetailsView.java
995c4566bed7df1aa48ba7e1351f964efa73880b 20-Jul-2012 Michael Kolb <kolby@google.com> Use actual selection for album/photo details

Bug: 6533154

Change-Id: I21ce95d79567396840f08095b986ecc54263a295
/packages/apps/Gallery2/src/com/android/gallery3d/ui/DialogDetailsView.java
7b83fb8e3a8978b33a6b9bfc56d85fe2c1a9cf06 22-Feb-2012 Chih-Chung Chang <chihchung@google.com> Remove unused code.

Change-Id: I167596ab023671651df298ddb2b80b7c782f4223
/packages/apps/Gallery2/src/com/android/gallery3d/ui/DialogDetailsView.java
cfa105d3934c4dfa14f02b693bfa97c8d17d56a9 17-Feb-2012 Chih-Chung Chang <chihchung@google.com> Reduce memory allocation and make small improvements.

Change-Id: Iac3f302454119de6363cd5cfb158619e739b0536
/packages/apps/Gallery2/src/com/android/gallery3d/ui/DialogDetailsView.java
b5bc8833b142985652a0438ae7d64ff5477b590e 04-Oct-2011 Ray Chen <raychen@google.com> Fix 5343229 Location displayed as co-ordinates in details of picture captured from camera

Change-Id: I223b69a3e10fe85a4622cf33110414cd14624f36
/packages/apps/Gallery2/src/com/android/gallery3d/ui/DialogDetailsView.java
a29127be09f74782dee7d6c18cf6dd50728652aa 30-Sep-2011 Evan Millar <emillar@google.com> Various UI fixes in Gallery

-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
/packages/apps/Gallery2/src/com/android/gallery3d/ui/DialogDetailsView.java
924a510c32087410cd8e922a915c0486feb6790d 19-Sep-2011 Ray Chen <raychen@google.com> Fix 5329642 Gallery crashes when viewing Details on certain photos

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
/packages/apps/Gallery2/src/com/android/gallery3d/ui/DialogDetailsView.java
a4f0526dc8d993fb914d0e6505e22a1f30ad0e14 26-Aug-2011 Ray Chen <raychen@google.com> Fix 5133608 [UI] Details should be displayed as a system dialog in phone UI

We need this to reset the grid drawer.

Change-Id: Iead6568db1903d7e722f0e8154388ccd8f1aee67
/packages/apps/Gallery2/src/com/android/gallery3d/ui/DialogDetailsView.java
4105e22d72d7a44e67cba4a58ad88018ed664d10 24-Aug-2011 Ray Chen <raychen@google.com> Fix 5133608 [UI] Details should be displayed as a system dialog in phone UI
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
/packages/apps/Gallery2/src/com/android/gallery3d/ui/DialogDetailsView.java