summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Move Gallery2 over to AAPT2 and new v4 modulesColin Cross2019-10-211-36/+25
| | | | | | | | Bug: 35994894 Test: make Change-Id: I00cacda9dc8dc9ac919958cc7a8bd432680b85d7 Merged-In: I00cacda9dc8dc9ac919958cc7a8bd432680b85d7 (cherry picked from commit 86f481b8aea757cded9c2179dd5298b291de5e73)
* Fix build with proguardColin Cross2019-10-211-2/+7
| | | | | | | | | | Add extra resource directories to fix proguard errors: Warning: android.support.design.widget.CoordinatorLayout: can't find referenced class android.support.coreui.R$attr ... Warning: android.support.v4.media.app.NotificationCompat$DecoratedMediaCustomViewStyle: can't find referenced class android.support.mediacompat.R$layout Test: m TARGET_PRODUCT=full TARGET_BUILD_VARIANT=userdebug TARGET_BUILD_APPS=Gallery2 Change-Id: Idf556a2eea6af37a4f1f9e9cf337485ae228ff58
* Fix makefile include for support-v4Alan Viverette2019-10-211-2/+3
| | | | | Test: make Gallery2 Change-Id: I361d0844f8c71ca4a258ede082d18edf06224c9a
* Fix proguard failure when using javacAlan Viverette2019-10-211-2/+4
| | | | | Test: make Gallery2 ANDROID_COMPILE_WITH_JACK=false Change-Id: Ic2576ffb72fde8677bdbf1d9f46baacc88a5b999
* Use explicit support library prebuiltsAlan Viverette2019-10-211-2/+2
| | | | | | Test: make Gallery2 Test: make ANDROID_BUILDSPEC=vendor/google/build/app_build_spec.mk Change-Id: I59208256a3abd71ef8b352b132a4de0d61d88c03
* Fix build Gallery2Seigo Nonaka2019-10-211-1/+2
| | | | | | Test: N/A Bug: N/A Change-Id: I1822b79d421c025d3be63af040849bde7397ac25
* Rename android.utils.Pools to com.android.photos.util.PoolsJiyong Park2019-10-211-0/+2
| | | | | | | | | | | | | | | | | | | android.utils.Pools is a class copied from frameworks/base. It was copied because the framework one has been marked as @hide. This caused the class to be duplicated into the Gallery2 apk and the boot classpath. At run-time, the class from bootclasspath was used because the classloader tries to load a class from the parent class loader first. However, this combined with the recent activation of the kill-switch caused a runtime error. Working around the issue by renaming the class copied into the app so that it does not collide with the framework-defined one. Bug: 77544391 Test: build aosp_walleye. Take a video and see it via the Gallery2. The app does not crash. Change-Id: Ia0af4da84242044da2e0ab63e38df243d9769418
* SnapdraongGallery:add HEIF supportjunjiez2018-09-141-0/+1
| | | | | | | When edit HEIF image, save the new image with HEIF format. Change-Id: Ib26a86143176a0d3187eba7d62b6475fd1eab5af
* Modify Android.mk for using hide APIsjinwu2018-04-141-1/+3
| | | | Change-Id: I960abb1a68122f75a79c8be7294936e7a917364c
* Enable 64 bits for SnapdragonGalleryjinwu2017-04-181-2/+0
| | | | | | | | Since all libs depended by SnapdragonGallery have 64 bits, enable 64 bits for SnapdragonGallery. Change-Id: Ie5558faa3fac1a3b9de301bf9e072e7a8d518747 CRs-Fixed: 2021069
* SnapdragonGallery: update source codejinwu2017-04-101-1/+1
| | | | | | | Update the newest source code from N to O. Change-Id: I4404638c3111c40bb5d182c770383d9d4760eec2 CRs-Fixed: 2021069
* Gallery: Add TruePortrait post proc featureJay Wang2016-08-081-1/+1
| | | | | | | Add TruePortrait post processing feature to Gallery CRs-Fixed: 1029226 Change-Id: Id7ea0a8f810990952008fc28d30df27421c91d14
* Gallery: multiple fixesLikai Ding2016-06-301-4/+0
| | | | | | | | | 1. fix malformed manifest 2. enable proguard 3. new app name CRs-Fixed: 1024516 Change-Id: I1b4cff166173fc396d9d9c7d5fa2737246e9de42
* Gallery: fix edit crashLikai Ding2016-06-211-1/+1
| | | | | | | Rename jni module names. Change-Id: Ibc90266b0f37cebf532f8344bdaf06bf0f4fab8b CRs-Fixed: 1030458
* Gallery: build against current SDKLikai Ding2016-06-031-1/+1
| | | | | | | and bump min sdk version CRs-Fixed: 986672 Change-Id: I7efd6304895d75bd7ea959808ef6948a5bd38dfe
* Gallery: rename project and make it buildLikai Ding2016-05-291-3/+3
| | | | Change-Id: I18f3b067694be923a263732a90b8e59904db0186
* Gallery2: set module privileged in Android.mk to delete photos on SD card.Chao Zhang2016-04-191-0/+2
| | | | | | | | set Gallery2 module privileged in Android.mk, make sure Gallery2 has permission to delete photos on SD card. Change-Id: I65aed83b3cea951202c001e556d9e4200f2bc81f CRs-Fixed: 990742
* Merge "Gallery2: fix permission issue"Linux Build Service Account2016-02-181-2/+0
|\
| * Gallery2: fix permission issueLikai Ding2016-02-031-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Gallery app is signed with platform key for APN settings. However, being a platform_app causes certain SELinux permission denials. As APN settings are actually delegated to Settings app, APN name query code can be removed from Gallery app, so that platform signature is no longer required. Change-Id: I269bb424facf09af1ff9549d77dd6e2022988ed0 CRs-Fixed: 960252 CRs-Fixed: 946086
* | Gallery2: enable beautification by defaultJay Wang2016-01-271-3/+1
|/ | | | | | | Enable beautification by default Change-Id: I0feab1b033aa5f575decbb52cd3956dbf4f2cc38 CRs-Fixed: 964264
* Gallery2: fix crash when edit a photoLikai Ding2015-11-231-0/+2
| | | | | | | Gallery app is run as 32-bit but only 64-bit jni is build. Change-Id: I02a7b6a9a81733213ab6f2d2d3e159ed5832780a CRs-Fixed: 941497
* Gallery2 : Bug FixesAbhishek Panjikar2015-11-081-2/+2
| | | | | | | | Fixes various issues with deletion, sharing etc. CRs-Fixed: 926603 Change-Id: Ib406623a1c31891a7c5db71c5fd6bca57fb6424c
* Gallery2: Add dual camera jni filesByunghun Jeon2015-10-081-0/+1
| | | | | | Add dual camera jni files Change-Id: If131881de36edc11c44ce9af207a7e6572fea4bd
* Makefile: Let it build against public sdkJack Yoo2015-09-301-1/+1
| | | | | | To address build problem on finding media framework package Change-Id: I4ff5efebf0f2701c1817b96049c14556a6d9bebc
* Gallery2: Upgrade worksAnand Chaudhari2015-09-301-3/+9
| | | | | | Make it work on the new platform Change-Id: I2d019f21bcb6da4e26fb671f23c5e1cef574bcd5
* Merge remote-tracking branch 'remotes/quic/private_redfox64_MRA58G' into HEADJack Yoo2015-09-191-2/+4
|\ | | | | | | Change-Id: I55718147034e332c7c8b27840963cc49b6f5424f
| * Disable progaurd flags to support java compilation.AUDITYA BHATTARAM2015-09-071-0/+2
| | | | | | | | | | | | | | Disable progaurd flags to support java compilation instead of jack & jill compilation. Change-Id: I4c2b5296cb4dbcf4292d03d2b474039df3c9cb09
| * Create RenderScript ScriptC without resourceID.Miao Wang2015-07-291-2/+0
| | | | | | | | | | | | | | | | | | - Fix build - Enable Gallery2 to able to build for 64bit. Bug: 22693954 Bug: 15275515 Change-Id: I394e6e2d98052d8c3c4c011f9807308b9ca9ab86
| * Add an explicit dependency on org.apache.http.legacy.Narayan Kamath2015-02-131-0/+2
| | | | | | | | | | bug: 18027885 Change-Id: I8e041025dc3f58b82ddce5b9ab2e3bdd3512cf00
* | Gallery2: Don't bundle beautification librariesJay Wang2015-03-221-1/+0
| | | | | | | | | | | | | | Remove beautification libararies from LOCAL_JNI_SHARED_LIBRARIES as they are not planned to be bundled with Gallery2 apk Change-Id: I7508d775644a480ce5248cddf02b3a853b200cfb
* | Gallery2: Move files to the correct locationJay Wang2015-03-181-6/+0
| | | | | | | | Change-Id: Ife7f7a2fa656cba06e2f713b27dcdadc720a021d
* | Modify:Gallery2 for branch Gallery2Zhang Zhenzhen2015-03-181-0/+11
| | | | | | | | | | | | | | Conflicts: res/values-zh-rCN/strings.xml res/values/strings.xml Change-Id: I6b760469290ca154f223f94a3c284fca7a513121
* | Gallery2: support live streaming and bookmarksLikai Ding2014-11-041-1/+5
|/ | | | | | | Users can input a URL for streaming display. URL bookmarking is supported. Change-Id: Ia69497cdcfee963ba2209119a5b9dc82b64497da
* Build against the NDK libraries.Ying Wang2014-07-221-2/+0
| | | | | | | | | That way you don't have dependency on the platform libraries, which in turn depends on things like libcompiler_rt-extras, which isn't exposed to apps_only build. Bug: 16398512 Change-Id: Ie7cf54c97c57b13e82c1891970eb3731a68ae075
* Gallery2 : only build for 32-bitAndreas Gampe2014-04-181-0/+2
| | | | | | | Gallery2 depends on librsjni, which currently only builds for arm, mips and x86. Change-Id: I4fbf12f525941b75a7b47581db2ba43cf1abbbeb
* Now LOCAL_JNI_SHARED_LIBRARIES works for both bundled and unbundled build.Ying Wang2014-04-171-8/+1
| | | | Change-Id: Id0a381ce06370347670ab9b324039ccc2222f93c
* Added jpeg streaming classes.Ruben Brunk2013-07-111-2/+2
| | | | | | | | | - 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
* Remove SRI panoramaDoris Liu2013-06-201-3/+3
| | | | Change-Id: Icbe154aede474fb678ae4e0b2088626a4a8b31d8
* Use hyphenated path for android-support-v8-renderscript.Stephen Hines2013-05-291-1/+1
| | | | | Bug: 9188088 Change-Id: Id435b35712fd944369b8515f7f84ea30f1eecbe3
* Only link librsjni in unbundled branches.Tim Murray2013-05-131-1/+1
| | | | | | bug 8939828 Change-Id: I87d28185c6fb2b23852eb66487bf99d6111c3a7a
* Merge "Remove com.android.camera.R" into gb-ub-photos-bryceJohn Reck2013-02-161-2/+1
|\
| * Remove com.android.camera.RJohn Reck2013-02-151-2/+1
| | | | | | | | Change-Id: I0bb03da1423401f872c3bf13caffb9c87d850449
* | Switch to GalleryGoogle as default provider for RS files (from Gallery2).Stephen Hines2013-02-081-1/+7
|/ | | | | Bug: 8138884 Change-Id: Ib2484852f0fa4299f6d0797838420493ce2607a0
* Switch Gallery over to RS compatibility library.Tim Murray2013-02-041-2/+7
| | | | Change-Id: If27809236534f3b196949bf455faed45c99f3da5
* Copy camera resources into Gallery2Michael Kolb2013-01-291-2/+1
| | | | Change-Id: I3be2758b2ddca31dbc2f21457a62664310c39684
* Move Camera Java/Native source into Gallery2Michael Kolb2013-01-291-5/+2
| | | | Change-Id: I968efe4d656e88a7760d3c0044f65b4adac2ddd1
* Revert "Switch Gallery over to RS compatibility library."Stephen Hines2013-01-231-8/+3
| | | | | | This reverts commit 0746ce0977cde616d25ce35fee0d8d554235a21c Change-Id: Ic0fb6c60e5f40b53ad032afeafe2f9ff70c26b50
* Switch Gallery over to RS compatibility library.Stephen Hines2013-01-221-3/+8
| | | | Change-Id: If6eaea15a12a1448b402fb00dfd770b3749471ad
* remove actionbar sherlockJohn Reck2012-12-121-3/+1
| | | | Change-Id: Idb9b63f625fd4f0b78d947421ec5b098d8e5dfd5
* Gingerbread support-ishJohn Reck2012-10-311-1/+3
| | | | | | This reverts commit 1336062985c9824d7fd796b1cebd5eaa8e4163ca. Change-Id: I718ec56315dc207a3e612abb4576bddab9afa2ee