summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Make sure we use xmp_toolkit from external instead of the precompiled JAR.Sascha Haeberling2012-10-231-1/+1
| | | | | | Bug: 7400527 Change-Id: Ib9428af28c2c436485358dc4e07fe659ed961155
* on entry check if Tiny Planet if not remove UIJohn Hoford2012-10-221-0/+1
| | | | | bug:7391885 Change-Id: Ic2bffa9f9fbaa2d437ce231a1478a1b63a0eed83
* Change LOCAL_SDK_VERSION to current.Wu-cheng Li2012-10-071-1/+1
| | | | | | bug:7208909 Change-Id: Ifa03d6eea219115a03da6f8138c6fcb2922e4c57
* Implement sharpennicolasroard2012-10-041-1/+1
| | | | | | | | | | | | | bug:7279964 bug:7247494 bug:7234321 - add a sharpen filter - add infrastructure to use RenderScript - some refactoring (add an ImageSlave class) - add new zoom UI Change-Id: Id94dc94d32866c7107b6818adf4db35d0c6c0b01
* Remove ActionBarSherlockOwen Lin2012-10-021-3/+1
| | | | | | bug: 7242682 Change-Id: Ibf1fa136cafdca25273ee39ae9c065560b2db5cb
* Add FilterShow and clean up native lib handlingBart Sears2012-09-281-3/+8
| | | | | | | | | | Bug: 7165910 Add libjni_filtershow_filters to Gallery2 so users can edit photos Bug: 7250099 Remove native libs from the apk in /system/apps Change-Id: I0a8adacdcb4c349861187e4303d08666e204a266
* The trimming solution with the mp4parser library.Teng-Hui Zhu2012-09-241-1/+2
| | | | | | bug:7093055 Change-Id: I598a81d80c9c5107696f3af7761207e3ec88f3ff
* Revert "Revert "Uses ActionBarSherlock library in MovieActivity.""Owen Lin2012-08-241-2/+7
| | | | This reverts commit 13da281769d4558c42d86a54536ff6da6826b0ac.
* Revert "Uses ActionBarSherlock library in MovieActivity."Owen Lin2012-08-241-7/+2
| | | | This reverts commit 89b437722a24d0c7d6e2acffc30c215f22814234.
* Uses ActionBarSherlock library in MovieActivity.Owen Lin2012-08-241-2/+7
| | | | | | bug: 6927267 Change-Id: I4b63e41be5cff22af0f7d830739c719e91cd6fff
* Change "current" sdk version to 16 as it becomes officialYing Wang2012-07-131-1/+1
| | | | Change-Id: I09c13b99ff1bc368e1fa335f2efc4cba5410d2f5
* Make gallery/camera build in JB API level.Wu-cheng Li2012-06-291-1/+1
| | | | | Bug:4965992 Change-Id: I91e56aacb5447c811aafce756292ab5ee0636cee
* Fix b/6590795 dejank photo effect sliderRuei-sung Lin2012-06-011-3/+7
| | | | Change-Id: I14737bd01361b58c6bd4af19957d514368cc19ea
* Merge Camera into Gallery package.Chih-Chung Chang2012-03-081-3/+15
| | | | Change-Id: If66d4b841eec3d3f5384a561b07c0eeade92597a
* Initial code for Gallery2.Owen Lin2011-08-181-0/+24
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c