<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_packages_apps_Gallery2/gallerycommon, branch cm-13.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Gallery2/'/>
<entry>
<title>Merge branch 'cm-12.1' of git://github.com/CyanogenMod/android_packages_apps_Gallery2 into cm-13.0</title>
<updated>2015-10-18T06:40:33+00:00</updated>
<author>
<name>Steve Kondik</name>
<email>steve@cyngn.com</email>
</author>
<published>2015-10-18T06:40:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Gallery2/commit/?id=bcbf7c98a521b9ee4a7d03e00dcfc469c9b3a398'/>
<id>bcbf7c98a521b9ee4a7d03e00dcfc469c9b3a398</id>
<content type='text'>
Change-Id: Ib8caa024d2e6feca332e3645038f226fd5a910a2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib8caa024d2e6feca332e3645038f226fd5a910a2
</pre>
</div>
</content>
</entry>
<entry>
<title>Add record time to details view</title>
<updated>2015-03-28T21:58:54+00:00</updated>
<author>
<name>Flamefire</name>
<email>alex@grundis.de</email>
</author>
<published>2014-09-17T00:40:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Gallery2/commit/?id=a1ad934b563bbd5ddc68b5e9caf460975caa34a0'/>
<id>a1ad934b563bbd5ddc68b5e9caf460975caa34a0</id>
<content type='text'>
PS2: Move strings
PS3: Move DateTime format to public in ExifInterface
PS4: Actually use that DateTime format

Change-Id: If30e19d0b79039357f393752544c655e073a46d2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PS2: Move strings
PS3: Move DateTime format to public in ExifInterface
PS4: Actually use that DateTime format

Change-Id: If30e19d0b79039357f393752544c655e073a46d2
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash of gallery on showing details</title>
<updated>2015-03-28T21:58:54+00:00</updated>
<author>
<name>Flamefire</name>
<email>alex@grundis.de</email>
</author>
<published>2014-08-24T14:26:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Gallery2/commit/?id=bc5f6cc1c376878786dd70042a9e0f8c18c3723a'/>
<id>bc5f6cc1c376878786dd70042a9e0f8c18c3723a</id>
<content type='text'>
The exif parser adds a terminating zero for string values. This increases the
byte count for that entry beyond the set byte count. Causing a null value
in e.g. the "Model" field for images taken with e.g. a Samsung Wave 2.

Change-Id: Ifb6ee4d5b4b71e84cb2a5df459d3716543e25efe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The exif parser adds a terminating zero for string values. This increases the
byte count for that entry beyond the set byte count. Causing a null value
in e.g. the "Model" field for images taken with e.g. a Samsung Wave 2.

Change-Id: Ifb6ee4d5b4b71e84cb2a5df459d3716543e25efe
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed NullPointerException when EXIF data is invalid</title>
<updated>2014-11-04T15:23:16+00:00</updated>
<author>
<name>Uday Kiran jandhyala</name>
<email>ukiran@codeaurora.org</email>
</author>
<published>2014-05-21T13:14:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Gallery2/commit/?id=9043df532143a9eb751e2b095ae495ae8a5f054e'/>
<id>9043df532143a9eb751e2b095ae495ae8a5f054e</id>
<content type='text'>
For some images with no / invalid EXIF data, Gallery crashes
Fixed this bug by catching NullPointerException

Change-Id: I656fe6d526c981933c3d6eeefe67cda860206e2d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For some images with no / invalid EXIF data, Gallery crashes
Fixed this bug by catching NullPointerException

Change-Id: I656fe6d526c981933c3d6eeefe67cda860206e2d
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dependencies on FloatMath</title>
<updated>2014-10-02T15:00:27+00:00</updated>
<author>
<name>Neil Fuller</name>
<email>nfuller@google.com</email>
</author>
<published>2014-10-02T15:00:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Gallery2/commit/?id=8a55d3ae7486b798e4c26eeb91993916145f3cef'/>
<id>8a55d3ae7486b798e4c26eeb91993916145f3cef</id>
<content type='text'>
See frameworks/base commit 33253a4baa6279f81a73425b49dfb6abe5f5416e
for details.

Bug: https://code.google.com/p/android/issues/detail?id=36199
Change-Id: I202064d78aeb125035c87257100e949da93c116c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See frameworks/base commit 33253a4baa6279f81a73425b49dfb6abe5f5416e
for details.

Bug: https://code.google.com/p/android/issues/detail?id=36199
Change-Id: I202064d78aeb125035c87257100e949da93c116c
</pre>
</div>
</content>
</entry>
<entry>
<title>Set default video quality to the highest</title>
<updated>2013-07-31T21:23:37+00:00</updated>
<author>
<name>Doris Liu</name>
<email>tianliu@google.com</email>
</author>
<published>2013-07-31T18:25:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Gallery2/commit/?id=17f5d9c8ec1074f60ee89d6f7529b939c6d63d76'/>
<id>17f5d9c8ec1074f60ee89d6f7529b939c6d63d76</id>
<content type='text'>
Bug: 9886141

Change-Id: I4741d5c898ac666923cfc12abc78d5d3517cb05f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 9886141

Change-Id: I4741d5c898ac666923cfc12abc78d5d3517cb05f
</pre>
</div>
</content>
</entry>
<entry>
<title>Added jpeg streaming classes.</title>
<updated>2013-07-11T20:41:29+00:00</updated>
<author>
<name>Ruben Brunk</name>
<email>rubenbrunk@google.com</email>
</author>
<published>2013-06-29T03:02:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Gallery2/commit/?id=a8221bbdb8ece9b02dbf7b72565f9fbc5b314f7c'/>
<id>a8221bbdb8ece9b02dbf7b72565f9fbc5b314f7c</id>
<content type='text'>
- Provides streaming operations for decompressing/compressing
  JPEG files.
- Allows pixel operations to be performed on large JPEG images
  without holding the entire bitmap in memory.

Change-Id: I597ddf282b59d2ba6d6bca4722208121e3728f94
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Provides streaming operations for decompressing/compressing
  JPEG files.
- Allows pixel operations to be performed on large JPEG images
  without holding the entire bitmap in memory.

Change-Id: I597ddf282b59d2ba6d6bca4722208121e3728f94
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up camera switcher</title>
<updated>2013-06-24T22:36:18+00:00</updated>
<author>
<name>Doris Liu</name>
<email>tianliu@google.com</email>
</author>
<published>2013-06-24T22:29:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Gallery2/commit/?id=707ccd716d0e0f70f16c4332669695967b0dab52'/>
<id>707ccd716d0e0f70f16c4332669695967b0dab52</id>
<content type='text'>
Change-Id: I9f0495524028528ca02c7ddf94f4698d4e87af14
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9f0495524028528ca02c7ddf94f4698d4e87af14
</pre>
</div>
</content>
</entry>
<entry>
<title>Anchor camera controls when flipping device</title>
<updated>2013-05-03T17:35:22+00:00</updated>
<author>
<name>Doris Liu</name>
<email>tianliu@google.com</email>
</author>
<published>2013-05-03T17:26:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Gallery2/commit/?id=5a6cbd17a335361ae9c71a1356ea8c956f1353fb'/>
<id>5a6cbd17a335361ae9c71a1356ea8c956f1353fb</id>
<content type='text'>
Also adjusted margins for camera root view to avoid covering undo bar

Bug: 8758513
Bug: 8714114
Change-Id: If27f55a40f95402923d59d162db0c7cc29eabba4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also adjusted margins for camera root view to avoid covering undo bar

Bug: 8758513
Bug: 8714114
Change-Id: If27f55a40f95402923d59d162db0c7cc29eabba4
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix offset and ASCII type handling in exif.</title>
<updated>2013-04-25T20:10:53+00:00</updated>
<author>
<name>Ruben Brunk</name>
<email>rubenbrunk@google.com</email>
</author>
<published>2013-04-25T20:10:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Gallery2/commit/?id=6e91433bb48ad64cb48ccba7513bfac388c1eaf4'/>
<id>6e91433bb48ad64cb48ccba7513bfac388c1eaf4</id>
<content type='text'>
Bug: 8713891
Change-Id: I8adaf1bc42eea2cda741d149de5f1a64c3e4c74c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 8713891
Change-Id: I8adaf1bc42eea2cda741d149de5f1a64c3e4c74c
</pre>
</div>
</content>
</entry>
</feed>
