Skip to content

Instantly share code, notes, and snippets.

View archon810's full-sized avatar

Artem Russakovskii archon810

View GitHub Profile
@archon810
archon810 / gist:3861583
Created October 9, 2012 21:28
Changelog AOSP 4.1.1(JRO03D) to 4.1.2(JZO54K)
Changelog AOSP 4.1.1(JRO03D) to 4.1.2(JZO54K)
project bionic/
40e7ed5 Unhide rtld_db_dlactivity()
project build/
25454bc JZO54K
0d6a91e JZO54J
ba7bed7 JZO54I
b097af8 JZO54H
Xperia Z promotional videos
http://www.youtube.com/watch?v=gWysHOjl95E
http://www.youtube.com/watch?v=KNsX30n0R3s
http://www.youtube.com/watch?v=5qi2oc7CW_A
http://www.youtube.com/watch?v=guOkVMWqP90
http://www.youtube.com/watch?v=viE6LcrlwiQ
http://www.youtube.com/watch?v=eqhGMXLTiMQ
http://www.youtube.com/watch?v=ndXBUf9Xdgo
http://www.youtube.com/watch?v=Xa86s-tGHO4
http://www.youtube.com/watch?v=MPqpKo2hlGU
try {
$query = array ("posts_per_page" => 5 , "tag" => "series_google_play_store_download");
$my_wp_query = new WP_Query($query);
$count = 0;
$my_post_id = get_the_ID();
echo "[warning]";
while ($my_wp_query->have_posts()) {
$count++;
f7f1523 JOP40G
acb046a JOP40F
fd74ba5 JOP40E
62b1414 Snapshot 0d153181bbe9ce75555b437567796a9aef4ef0ae
5738f83 Snapshot cdeccf6fdd8c2d494ea2867cb37a025bf8879baf
e9df6ba Snapshot 7ddd630e136a035ba463c427285c5c3e9f199ee0
525c260 Snapshot 1a6bcf3cca90fedfbad33c1cdd6d05af5774fc01
642ab20 Point jni class references to new dhimpl package.
43f2263 Fix type of collision resolution record.
327d0e7 Implement connection handover LLCP service.
=================== SUMMARY OF CHANGES ===================
Project name: /platform/system/core
•Devin Kim - charger: Do not suspend when disconnecting from charger
•choongryeol.lee - charger: suspend enable in charger mode
•Iliyan Malchev - libsuspend: compile as a static library
Project name: /platform/system/extras
•Colin Cross - make_ext4fs: fix dentry padding when dentry size is 4088 or 4092
@archon810
archon810 / Changelog_android-4.2.1_r1.2_android-4.2.2_r1.txt
Created February 12, 2013 20:08
Short version of the 4.2.2 changelog.
Project name: /platform/development
•Chris Banes - Update bitmapfun sample to call recycle()
•Dirk Dougherty - Add redirect for removed file.
•Dirk Dougherty - Minor updates to keep androiddevdocs redirect in sync with devsite version (in frameworks/base)
•Adam Koch - Bitmapfun Sample: Fix bug where background image loading could hang
•Chet Haase - Cherrypick from Change-Id: I4ae984cf776604cede32b98db6b1eb3cb6c59c7e
•Adam Koch - Bitmapfun Sample: Change cache memory calculation to use maxMemory()
•Adam Koch - Bitmapfun Sample: Fix inSampleSize selection and update dependencies
•Katie McCormick - Network sample: fix typo in manifest
•Xavier Ducrohet - Update platform tools rev to 16.0.2
commit 5115d4348ee720be3db77ae54a06c492049e5ea3
Author: Naseer Ahmed <naseer@codeaurora.org>
Date: Mon Nov 19 19:27:37 2012 -0500
msm_mdp: Update header for 4 layer support
Bug: 7626586
Change-Id: I37730470dc09b7a9d6336b1603f87efd98f45e97
Signed-off-by: Iliyan Malchev <malchev@google.com>
commit fbef8b9578aaa422d5bd3153eb50df739815672c
function f(a){throw a;}var h=void 0,k=!0,m=null,q=!1;function aa(){return function(){}}function ba(a){return function(b){this[a]=b}}function r(a){return function(){return this[a]}}function s(a){return function(){return a}}var v,ca=ca||{},w=this;function da(a){a=a.split(".");for(var b=w,c;c=a.shift();)if(b[c]!=m)b=b[c];else return m;return b}function ea(){}function fa(a){a.P=function(){return a.wi?a.wi:a.wi=new a}}
function ga(a){var b=typeof a;if("object"==b)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString.call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"==typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function]"==c||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null";
else if("function"==b&&"undefined"==typeof a.call)return"object";ret
/* Copyright 2013 Google Inc. All Rights Reserved. */
.SPRITE_android_icon{background:no-repeat url('../images/2945669509-sprites.png') -23px -314px;width:64px;height:64px}.SPRITE_app-carousel-icon-r{background:no-repeat url('../images/2945669509-sprites.png') -215px -314px;width:82px;height:38px}.SPRITE_app-carousel-icon{background:no-repeat url('../images/2945669509-sprites.png') -188px -383px;width:82px;height:38px}.SPRITE_app-header-stripes{background:no-repeat url('../images/2945669509-sprites.png') -59px -383px;width:8px;height:8px}.SPRITE_back_track_icon_small{background:no-repeat url('../images/2945669509-sprites.png') -171px -37px;width:12px;height:10px}.SPRITE_beak{background:no-repeat url('../images/2945669509-sprites.png') -299px -383px;width:28px;height:14px}.SPRITE_book-carousel-icon-r{background:no-repeat url('../images/2945669509-sprites.png') -72px -383px;width:82px;height:38px}.SPRITE_book-carousel-icon{background:no-repeat url('../images/2945669509-sprites.png') -115px -136px;width:82px;hei
@archon810
archon810 / Changelog_android-4.2.2_r1_android-4.2.2_r1.2.txt
Created April 17, 2013 22:38
android-4.2.2_r1 -> android-4.2.2_r1.2 changelog.
Project name: /platform/manifest
•The Android Open Source Project - Manifest for android-4.2.2_r1.2
•The Android Open Source Project - Manifest for android-4.2.2_r1.1
•The Android Open Source Project - Updated manifest for android-4.2.2_r1
Project name: /platform/build
•The Android Automerger - JDQ39E
•The Android Automerger - JDQ39D
•The Android Automerger - JDQ39C
•The Android Automerger - JDQ39B