Giter Club home page Giter Club logo

android_frameworks_base's People

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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

android_frameworks_base's Issues

OnePlus ace pro

Hello, Are there any plans to support the OnePlus ace pro ๏ผŸ

Sound issue w/ pocket mode

Since the timeout is set to 3 seconds, it stops ringing after 3 seconds too if a call comes while the phone is in pocket or face down.

app2sd is not present

Native app2sd is not present on Samsung Galaxy S III (d2lte/d2spr). Supposedly this is due to improper mounting of internal/external storage.

PA 4.45 stable (Android 4.4.4)

Thanks for looking into the issue :)

ListView.setEmptyView() does not work - Empty view is not shown

When a ListView in my app is empty, the emptyView is not showed. I set it via the .setEmptyView() method. It happens only on Paranoid Android.
I checked with the last beta to date, don't know about previous versions, with both a Nexus 5 and a Galaxy S4.
Stock android 4.4.2, on which the ROM seems to be based, is not affected.
If I manually do mEmptyView.setVisibility(View.VISIBLE); the view is displayed at the right place; so the layout is being set properly. The display-empty-view/not-display-empty-view logic seems to be the one that has been messed up with.
Please check.

Building error in BootAnimation.cpp CAF branch

Hi all, I've this error when building your CAF branch

frameworks/base/cmds/bootanimation/BootAnimation.cpp:152:34: error: format specifies type 'unsigned int' but the argument has type 'const android::Parcel *' [-Werror,-Wformat]
                msg, ext1, ext2, obj);
                                 ^~~
system/core/include/log/log.h:95:28: note: expanded from macro 'ALOGV'
#define ALOGV(...) __ALOGV(__VA_ARGS__)
                           ^
system/core/include/log/log.h:91:56: note: expanded from macro '__ALOGV'
#define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
                                                       ^
system/core/include/log/log.h:453:38: note: expanded from macro 'ALOG'
    LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
                                     ^
system/core/include/log/log.h:461:37: note: expanded from macro 'LOG_PRI'
    android_printLog(priority, tag, __VA_ARGS__)
                                    ^
system/core/include/log/log.h:534:36: note: expanded from macro 'android_printLog'
    __android_log_print(prio, tag, fmt)
                                   ^
1 error generated.
make: *** [build/core/binary.mk:706: out/target/product/huashan/obj/EXECUTABLES/bootanimation_intermediates/BootAnimation.o] Error 1

Best Regards and Thanks for your work

Malformed assertion in DisplayManagerServiceTest

Hello!

Just spotted a malformed assertion here:

assertNotNull("Building too dark a brightness configuration must throw an exception");

Exception thrown = null;
try {
    displayManager.validateBrightnessConfiguration(config);
} catch (IllegalArgumentException e) {
    thrown = e;
}
assertNotNull("Building too dark a brightness configuration must throw an exception");

The assertion checks that the textual string is not-null which is always so. The fact that the exception was thrown is not checked at all. Likely, it was intended to write

assertNotNull("Building too dark a brightness configuration must throw an exception", thrown);

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.