GithubHelp home page GithubHelp logo

paranoidandroid / android_frameworks_base Goto Github PK

View Code? Open in Web Editor NEW
86.0 32.0 122.0 1.43 GB

Android frameworks

License: Other

Shell 0.04% Java 85.42% C++ 12.66% C 1.13% C# 0.21% JavaScript 0.12% CSS 0.08% Python 0.09% Rust 0.25%

android_frameworks_base's Introduction

ParanoidAndroid

Android frameworks

Branches

For Nexus devices, use the branch 'jellybean'.

For the rest of non-nexus devices, the branch to use is 'jellybean-legacy'

android_frameworks_base's People

Contributors

adamp avatar bradfitz avatar chethaase avatar chriscraik avatar ddougherty avatar drcmda avatar dsandler avatar enh-google avatar fredquintana avatar gkasten avatar isheriff avatar jmtrivi avatar joefernandez avatar jreck avatar jsharkey avatar kruton avatar labtopia avatar leonscroggins avatar marcone avatar mikeandroid avatar mikejurka avatar onoratoj avatar pixelflinger avatar romainguy avatar satok16 avatar scottamain avatar sganov avatar stephenhines avatar theandi666 avatar vnorigoog avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

android_frameworks_base's Issues

Custom colors breaks notification panel

Enabling custom colors (which is the default) breaks notification panel in TabUI (250).
There are two manifestations of the problem:

  1. Notification panel header is empty. Sometimes applying default colors profile or disabling custom colors helps, but problem tends to return.
  2. Notification panel header is empty and events list not shown.

Above noticed in TabUI250 (in 220 it's working), but empty notifications header also observed in Phone mode.

Launching while mState == State.IDLE

// Do not launch tasks in hidden state or protected lock screen
if (mState == State.HIDDEN || mState == State.SILENT
|| (mKeyguardManager.isKeyguardLocked()
&& mKeyguardManager.isKeyguardSecure())) return;

Consider not launching apps when HALO is IDLE.

Launching should only be possible when the entire circle/bubble is visible.
I think this would add consistency to the user experience. Right now it feels as though sometimes you tap on HALO and it simply "wakes" while other times you tap and an app is launched.

Menu button doesn't appear in most apps

Hi,

In the latest commit, the menu button seems to be gone in most of apps. This issue occurred on Asus Transformer devices such as TF101, TF201 and also TF300T. I'm not quite sure on other devices that use softkeys.

I hope that you can fix this issue.

Thanks

Volume Rocker Music Control Broken for 3rd party applications

Current implementation will skip track on 3rd party application (ex: Pandora, Spotify, etc.), pause said application, then play last song from Google Play. According to AOKP its because "Current code is using ordered broadcast to message the audio framework of a track-skip. This breaks many 3rd party audio players as the broadcast will be received by the application with the highest priority." Which seems to be happening with even the latest build (3 March 2013)

I pulled a logcat
http://pastebin.com/krCqDmVQ

Here is a commit by the AOKP team that fixes the issue, I couldn't find the CM commit which its based off of but its the best I could find.
http://gerrit.sudoservers.com/#/c/4283/

Download Notification animation not work

When download from Playstore or Chrome etc,
download animaiton only show stat_sys_download_done.

BUT select 'options-toolbar-Notification count' check or uncheck
start download animation.

what fix this problem?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.