<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_packages_apps_Snap, branch lineage-17.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_Snap/'/>
<entry>
<title>Snap: Handle SDCard-removed case</title>
<updated>2019-11-24T23:34:55+00:00</updated>
<author>
<name>Michael W</name>
<email>baddaemon87@gmail.com</email>
</author>
<published>2019-11-10T16:16:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Snap/commit/?id=cdf13feab683c09c43aa1279be4cbe4e3943575e'/>
<id>cdf13feab683c09c43aa1279be4cbe4e3943575e</id>
<content type='text'>
* When the storage path has been set to SDCard but the card has been
  removed, there is currently no way to alter the setting and to get your
  cam to work properly again
* Check the writeable-state of the sdcard on startup and fall back
  to using the internal storage in that case
* The startup-flag is used to keep the current behaviour with removed
  SDcards while cam is still active

* Fixes: https://gitlab.com/LineageOS/issues/android/issues/1376

Change-Id: Ib408883a6810693c93488f8a02fe061c56932d1d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* When the storage path has been set to SDCard but the card has been
  removed, there is currently no way to alter the setting and to get your
  cam to work properly again
* Check the writeable-state of the sdcard on startup and fall back
  to using the internal storage in that case
* The startup-flag is used to keep the current behaviour with removed
  SDcards while cam is still active

* Fixes: https://gitlab.com/LineageOS/issues/android/issues/1376

Change-Id: Ib408883a6810693c93488f8a02fe061c56932d1d
</pre>
</div>
</content>
</entry>
<entry>
<title>Snap: Don't remove scene modes!</title>
<updated>2019-11-21T15:38:26+00:00</updated>
<author>
<name>dianlujitao</name>
<email>dianlujitao@lineageos.org</email>
</author>
<published>2019-11-20T04:08:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Snap/commit/?id=4fbfaff93c9abd0825453c7b91c1528a38bd4564'/>
<id>4fbfaff93c9abd0825453c7b91c1528a38bd4564</id>
<content type='text'>
This partially reverts commit 8acb462b46c930bf6f6c6192012a11f2e127ecc4.

Change-Id: I5864924938189b17efa9a496912a51b9c2b233c1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This partially reverts commit 8acb462b46c930bf6f6c6192012a11f2e127ecc4.

Change-Id: I5864924938189b17efa9a496912a51b9c2b233c1
</pre>
</div>
</content>
</entry>
<entry>
<title>Snap: Perform null check on AF state in updateCaptureStateMachine</title>
<updated>2019-11-21T15:38:19+00:00</updated>
<author>
<name>dianlujitao</name>
<email>dianlujitao@lineageos.org</email>
</author>
<published>2019-11-20T03:38:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Snap/commit/?id=8481d34d0ac0027703343baf9e5411e663b48235'/>
<id>8481d34d0ac0027703343baf9e5411e663b48235</id>
<content type='text'>
 * Some camera HAL implementations don't push AF state to urgent
   metadata. E.g. for QCOM camera HAL this happens only after
https://source.codeaurora.org/quic/la/platform/hardware/qcom/camera/commit/?h=LA.UM.7.2.r1-07700-sdm660.0&amp;id=d276a953295364b967c36038362c1e7ea268bdad
 * Fix crash on capture after c724bc35a9c5f3b36ce36a2081559e2644993da4

Change-Id: I8980fd3fb7d7db4f61189281580ecb17778602df
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Some camera HAL implementations don't push AF state to urgent
   metadata. E.g. for QCOM camera HAL this happens only after
https://source.codeaurora.org/quic/la/platform/hardware/qcom/camera/commit/?h=LA.UM.7.2.r1-07700-sdm660.0&amp;id=d276a953295364b967c36038362c1e7ea268bdad
 * Fix crash on capture after c724bc35a9c5f3b36ce36a2081559e2644993da4

Change-Id: I8980fd3fb7d7db4f61189281580ecb17778602df
</pre>
</div>
</content>
</entry>
<entry>
<title>Snap: Fix getting supported ISO with legacy HAL</title>
<updated>2019-11-21T00:31:03+00:00</updated>
<author>
<name>dianlujitao</name>
<email>dianlujitao@lineageos.org</email>
</author>
<published>2019-11-20T02:52:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Snap/commit/?id=227aeca12b620f096d6810252714099521ace473'/>
<id>227aeca12b620f096d6810252714099521ace473</id>
<content type='text'>
 * org.codeaurora.qcamera3.iso_exp_priority.iso_available_modes is QCOM
   specific vendor tag and not implemented in legacy HALs.
 * Restore pre-17.0 behavior by falling back to AOSP camera characteristics

Change-Id: I299e7bfb867496c63ec873ea4cea29b0b8bb595f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * org.codeaurora.qcamera3.iso_exp_priority.iso_available_modes is QCOM
   specific vendor tag and not implemented in legacy HALs.
 * Restore pre-17.0 behavior by falling back to AOSP camera characteristics

Change-Id: I299e7bfb867496c63ec873ea4cea29b0b8bb595f
</pre>
</div>
</content>
</entry>
<entry>
<title>Snap: Don't spam exceptions</title>
<updated>2019-11-14T03:53:51+00:00</updated>
<author>
<name>Michael W</name>
<email>baddaemon87@gmail.com</email>
</author>
<published>2019-11-10T16:03:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Snap/commit/?id=29bccbb0a28ca24b39fb095ad00cdeb596728842'/>
<id>29bccbb0a28ca24b39fb095ad00cdeb596728842</id>
<content type='text'>
* When these fields don't exist, you get a lot of NoSuchFieldException
  stacktraces
* Only do so when DEBUG is set, don't spam others

Change-Id: I24261be15b2970fc3626f54eb309a10b0d003ff8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* When these fields don't exist, you get a lot of NoSuchFieldException
  stacktraces
* Only do so when DEBUG is set, don't spam others

Change-Id: I24261be15b2970fc3626f54eb309a10b0d003ff8
</pre>
</div>
</content>
</entry>
<entry>
<title>Snap: Don't query camera hardware on camera button action</title>
<updated>2019-11-11T11:50:59+00:00</updated>
<author>
<name>LuK1337</name>
<email>priv.luk@gmail.com</email>
</author>
<published>2019-11-11T11:48:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Snap/commit/?id=8b25286e72f10369accb46e12ae454533c13df38'/>
<id>8b25286e72f10369accb46e12ae454533c13df38</id>
<content type='text'>
* Android 10 does not allow idle apps to do
  anything camera related so lets just
  launch the app unconditionally instead.

Change-Id: I117b1442e5ca107205d4b69cbfd32d5375995d78
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Android 10 does not allow idle apps to do
  anything camera related so lets just
  launch the app unconditionally instead.

Change-Id: I117b1442e5ca107205d4b69cbfd32d5375995d78
</pre>
</div>
</content>
</entry>
<entry>
<title>Snap: Grant android.permission.START_ACTIVITIES_FROM_BACKGROUND</title>
<updated>2019-11-11T11:48:27+00:00</updated>
<author>
<name>LuK1337</name>
<email>priv.luk@gmail.com</email>
</author>
<published>2019-10-25T11:17:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Snap/commit/?id=fd3f92a5bcd5f9b48abf2d6bd8c19afb3e5c1e12'/>
<id>fd3f92a5bcd5f9b48abf2d6bd8c19afb3e5c1e12</id>
<content type='text'>
* This is needed for camera button action on Q.

Change-Id: I64884e1a12d021b162d6c9fcd243604cc978d8c2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* This is needed for camera button action on Q.

Change-Id: I64884e1a12d021b162d6c9fcd243604cc978d8c2
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix NPE when removing RAW setting</title>
<updated>2019-11-09T20:47:37+00:00</updated>
<author>
<name>LuK1337</name>
<email>priv.luk@gmail.com</email>
</author>
<published>2019-10-23T18:47:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Snap/commit/?id=5ac3c216d23cbe070923fac4ee3604c445bf6dc7'/>
<id>5ac3c216d23cbe070923fac4ee3604c445bf6dc7</id>
<content type='text'>
* That preference is already gone when developer
  options are disabled.

Change-Id: I040d153561cce691e8e5689bb810585071cb5836
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* That preference is already gone when developer
  options are disabled.

Change-Id: I040d153561cce691e8e5689bb810585071cb5836
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix use of deprecated SoundPool API in Snap</title>
<updated>2019-11-09T20:47:37+00:00</updated>
<author>
<name>Jean-Michel Trivi</name>
<email>jmtrivi@google.com</email>
</author>
<published>2019-02-28T20:35:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Snap/commit/?id=496d5e0052fcb85f3c1053fb585b52fa10fdee88'/>
<id>496d5e0052fcb85f3c1053fb585b52fa10fdee88</id>
<content type='text'>
Don't use stream types for operations other than volume control

[Chippa_a]: Extended for Snap

Bug: 122901916
Test: verify logcat doesn't show warnings, see bug
Change-Id: Id5b4f3b3c56c61a2f00172a470410e0670ce81b4
Signed-off-by: Chippa-a &lt;vusal1372@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't use stream types for operations other than volume control

[Chippa_a]: Extended for Snap

Bug: 122901916
Test: verify logcat doesn't show warnings, see bug
Change-Id: Id5b4f3b3c56c61a2f00172a470410e0670ce81b4
Signed-off-by: Chippa-a &lt;vusal1372@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop using deprecated Canvas APIs.</title>
<updated>2019-11-09T20:47:37+00:00</updated>
<author>
<name>Derek Sollenberger</name>
<email>djsollen@google.com</email>
</author>
<published>2018-02-23T18:31:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Snap/commit/?id=feb3d9fdd62e08b27be4e0c578c90c0f33712947'/>
<id>feb3d9fdd62e08b27be4e0c578c90c0f33712947</id>
<content type='text'>
Bug: 73777445
Test: compile
Change-Id: Ib8a0b7dcbe606c2a1a9df26549cc805c6eeb892b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 73777445
Test: compile
Change-Id: Ib8a0b7dcbe606c2a1a9df26549cc805c6eeb892b
</pre>
</div>
</content>
</entry>
</feed>
