Use title buttons to switch slides
[platform/upstream/libSkiaSharp.git] / platform_tools / android /
2016-05-13 liyuqianUse title buttons to switch slides
2016-05-12 bungemanFix typo in SkOSWindow_AndroidNative.
2016-05-12 liyuqianWarning instead of exception for cmake
2016-05-12 liyuqianUse swipe gesture to switch between slides on Android
2016-05-09 liyuqianInitial commit of our new Android app to demo Skia.
2016-05-05 brianosmanAdded --deepColor option to SampleApp, triggers creatio...
2016-05-05 mtkleinRemove NEON runtime detection support.
2016-05-04 jvanverthRename VulkanViewer to Viewer, take 2.
2016-05-02 djsollenFix VulkanViewer package name
2016-05-02 djsollenUpdate gdb_app script to work with NDK r11c
2016-05-02 liyuqianAdd CMake path to gradle
2016-04-29 djsollenRequire Android SDK copy of CMake to build Vulkan on...
2016-04-28 borenetStop printing warnings about ADB version
2016-04-27 borenetadb_wait_for_charge: Don't download toolchains
2016-04-27 djsollenMake the default android build be release_developer.
2016-04-27 djsollenUpgrade Android Gradle plugins
2016-04-25 djsollenMake clang the default Android compiler.
2016-04-21 djsollenVulkanViewer on Android
2016-04-18 djsollenCleanup android build files and tools
2016-04-18 djsollenUpdate android toolchain variable to point to root...
2016-04-07 kjlubickAdd support for pyadb to setup_adb.sh
2016-04-06 mtkleinAnother NDK release. Still just bug fixes.
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2016-03-29 kjlubickPrevent waiting for charge twice
2016-03-28 rmistrySkip toolchain downloads for a few android tools.
2016-03-25 kjlubickForward serial (fixes charging)
2016-03-25 kjlubickpatch battery charging until recipe is updated
2016-03-25 kjlubickSplitting up wait_for_device into two pieces
2016-03-24 mtkleinNDK: r11 -> r11b
2016-03-17 djsollenFix gdb debugging for the latest NDK release.
2016-03-16 mtkleindetach -> release
2016-03-16 djsollenCleanup download scripts related to new Android NDK.
2016-03-10 mtkleinAndroid NDK: r10e -> r11
2016-03-07 djsollenUpdate android_make to support both --gcc and --clang...
2016-02-16 djsollenUse a statically linked libhwui for testing.
2016-02-12 mtkleinRemove check for platform_tools/android/third_party...
2016-02-12 djsollenUpdate Android framework makefile to build static and...
2016-02-07 mtkleinmsan: build expat from source
2016-01-18 kkinnunenSampleApp: remove SkWindow::onPDFSaved, it does not...
2016-01-14 kkinnunenVisualBench: Make the Android SDL app start without...
2016-01-14 kkinnunenVisualBench: Use first succeeding EGL API
2016-01-14 kkinnunenSampleApp: Make android_install_app and android_launch_...
2016-01-14 kkinnunenMake android scripts not warn about ADB in newer SDKs
2016-01-04 borenetAndroid bots: set battery threshold to 80%
2016-01-04 borenetAndroid devices: wait for 100% charge
2015-12-15 borenetadb_wait_for_device: More fixes
2015-12-14 borenetadb_wait_for_device: Add battery fallback, support...
2015-12-14 borenetadb_wait_for_device: If we can't get the battery level...
2015-12-14 borenetAdd minimum battery level to adb_wait_for_device
2015-12-10 aamFix 'debugging on Android' android_gdb_app script.
2015-12-04 borenetAdd android_skp_capture.py, JSON file for geniewidget
2015-11-10 joshualittParse command line arguments for sdl + android
2015-11-10 joshualittFixes for building with sdl on android
2015-11-06 msarettRemove dependencies on Android's forked decoder libraries
2015-11-05 joshualittWire up SDL on Android
2015-11-05 joshualittRevert of Wire up SDL on Android (patchset #4 id:60001...
2015-11-05 joshualittWire up SDL on Android
2015-10-26 joshualittFix visualbench exiting on startup on android
2015-10-01 mtkleinUpdate Android toolchains and streamline process.
2015-09-23 halcanaryandroid/apps: Add CanvasProof App;
2015-09-03 borenetadb_wait_for_device: Skip `adb wait-for-device`
2015-09-02 borenetVisualBenchTest: Read nanobench_flags.txt
2015-08-31 borenetRun Appurify bot in release mode
2015-08-31 borenetUse a different download URL for Android toolchains
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-08-20 borenetVisualBenchTest: Write JSON output
2015-08-19 borenetAdd VisualBenchTestActivity for instrumentation-testing...
2015-08-18 msarettRevert of Update skia to test with libpng to 1.6.10...
2015-08-18 msarettUpdate skia to test with libpng to 1.6.10
2015-08-11 msarettSwitching Skia to chromium's libjpeg-turbo
2015-08-10 djsollenEnsure that android "release" apps are signed with...
2015-07-31 djsollenUpdate Android Testing apps to support release mode
2015-07-31 bungemanFix repeat builds with Android.
2015-07-31 borenetAdd android_run_app.go
2015-07-28 borenetFix android_launch_app after Gradle change
2015-07-28 borenetandroid_install_app: Use lower-cased app name
2015-07-27 Brian SalomonRemove skia_arch_width, fold into skia_arch_type.
2015-07-24 djsollenUpdate Android Apps to use gradle
2015-07-23 joshualittRevert "Update Android Apps to use gradle"
2015-07-22 djsollenUpdate Android Apps to use gradle
2015-07-21 msarettReenable yasm for Android x86 and x86-64 on Linux host
2015-07-15 joshualittFix for android command line arguments to VisualBench
2015-07-10 scroggoMove android_gdb_tmp into out/
2015-07-10 scroggoUse the upstream version of libwebp, v0.4.3.
2015-07-08 djsollenAdd gradle wrappers for Android app builds
2015-06-30 joshualittMove visualbench to its own folder
2015-06-26 djsollenAndroid scripts now notify gyp that your building with...
2015-06-22 joshualittfix spurious init on VisualBench startup
2015-06-22 joshualittFixup android launch script to launch VisualBench as...
2015-06-19 joshualittFix for assert in VisualBench
2015-06-18 joshualittModify android_install_app to install VisualBench
2015-06-18 msarettUpdate android perf script
2015-06-12 joshualittVisual bench on native android
2015-06-12 djsollenPrint command to be executed in verbose mode
2015-06-11 msarettEliminate the check for ANDROID_LARGE_MEMORY in jpeg...
2015-06-10 Derek Sollenbergerfix broken build by not passing the verbose flag through
2015-06-10 djsollenRemove verbose bash logging
2015-06-09 joshualittAdd android native_app_glue to platform_tools/android...
2015-06-05 djsollenUpdate how we package skia resource for android testing
next