Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IBBS Support, ADB Over WiFi (WIP) and HALO 2 (inc fixes) #22

Open
wants to merge 35 commits into
base: jb-mr1
Choose a base branch
from
Open

IBBS Support, ADB Over WiFi (WIP) and HALO 2 (inc fixes) #22

wants to merge 35 commits into from

Conversation

KaosDroid
Copy link

No description provided.

KaosDroid and others added 30 commits July 19, 2013 03:04
Change-Id: Iba879efa0a5178e55f9a615d3c760e7926cf165e
- Blacklisted apps don't show in HALO while scrolling
  * Blacklisted icons are visible in status bar but are skipped
    when scrolling through HALO

- Added count for total number of unique notifications in HALO
  * Total count is visible when HALO is idle / disappears while hidden or tasking
  * Total count ignores pinned apps, blacklisted apps and persistent notifications

- Added new icons for pinned apps and persistent notifications

- Set a standard distance between message markers for HALO
  * Notification markers no longer spread out on larger screens
  * Distance between markers will be reduced if necessary to accomodate multiple notifications

- Notification dismissal sync
  * When a notifcation is launched via HALO, it is cleared immediately from the bubble
    the next most recently received notification takes it place in HALO
  * If a notification is cleared via the notification shade, either from the status bar or the PIE menu,
    the notification is automatically removed form HALO

- HALO will ping on screen unlock ONLY if active notificaitons exist, under the followng conditions
  * Status bar is hidden and HALO is hidden (Expanded Desktop Mode/Hide HALO after activity)
  * Protected lock screen is enabled - The android notification ticker does not "tick" when
    using a protected lock screen HALO usually does not update while the phone is locked

Conflicts:
	packages/SystemUI/src/com/android/systemui/statusbar/halo/Halo.java
	packages/SystemUI/src/com/android/systemui/statusbar/halo/HaloProperties.java
	services/java/com/android/server/NotificationManagerService.java
- couple of problems with concurrent threads
- green batch only for nap
- italics gone
- mdpi and & hdpi icons
- statusbar-icon gaps
- flipping batch when content changes
- batch fadeout without flip
- code style

Change-Id: Idfb145eb8e220bf224dd3d0e235e3647dcc82ed9

Conflicts:
	packages/SystemUI/res/layout/halo_speech.xml
	packages/SystemUI/src/com/android/systemui/statusbar/halo/Halo.java
	packages/SystemUI/src/com/android/systemui/statusbar/halo/HaloProperties.java
	packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java
Change-Id: Ib485468303dfd7ca7fea17d7c755a3ee4e075940

Conflicts:
	packages/SystemUI/src/com/android/systemui/statusbar/halo/Halo.java
1. Shows the actual notifications as they come
2. Multitouch, you can interact with notifications while tasking
3. Tons of bugfixes

show actual notification in halo

Change-Id: I29f73c2714e3854f1d885c56baaef5552be2ff91

halo multitouch, interactive notifications

Change-Id: I710fddb53688923babcb1307c05cfb0f01995855

...

Change-Id: I8bcf92df9fd5591d775083fa8e666b7d04378227

calc coords properly, margins fixed

Change-Id: Ic3b107f80cd07ff50567d0591fabbad0c0b546f7

halo

new content pngs
up and down pointed thingies
margins
content size/max width
...

Change-Id: I681fbefe27a87c08774291fc9a58cdafaff4d28f

last bugfixes

Change-Id: I5b4648f6d526f637b9bed1147f3f7be08486c4a0

copyright

Change-Id: Iad42c452c948739235b7b5823b91403b134ca1cc

Conflicts:
	packages/SystemUI/res/layout/halo_speech.xml
	packages/SystemUI/res/values/dimens.xml
	packages/SystemUI/res/values/strings.xml
	packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java
	packages/SystemUI/src/com/android/systemui/statusbar/halo/Halo.java
	packages/SystemUI/src/com/android/systemui/statusbar/halo/HaloProperties.java
Change-Id: I35f8dc19ed5840e186989ec3cfa5529c9d39dd48
Change-Id: Ib09163d71cddb2cbe8f375313e0c1e03b37fd504
Change-Id: Id9c00c25add4a493309f170eb97acf0a06c378d0
Change-Id: I364e63c1ad15caf8ed469a49862a533044583855
Change-Id: If54cbd39eb926f6f78db04608ba72c3ff0c356fc
Change-Id: Ic32c146a1e4753c5a3342831d6c719a654816e54
1. fixed size for content
2. flip animations for tasking only
3. batch size calculations
4. not a bug but pinned and system both get the same icon for now

Change-Id: I755cd4e88c909ab8b982e014d470791661a0041e
@KaosDroid KaosDroid closed this Aug 29, 2013
@KaosDroid KaosDroid reopened this Aug 29, 2013
@KaosDroid
Copy link
Author

there is quite a few issues with halo at the moment it is a work in progress

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants