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

Commits on Jul 19, 2013

  1. Configuration menu
    Copy the full SHA
    02c2288 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9002dc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f64ff9 View commit details
    Browse the repository at this point in the history
  4. remove duplicate entries

    KaosDroid committed Jul 19, 2013
    Configuration menu
    Copy the full SHA
    56cf665 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2013

  1. fix duplicate entries

    KaosDroid committed Jul 20, 2013
    Configuration menu
    Copy the full SHA
    6ef9148 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6057a25 View commit details
    Browse the repository at this point in the history
  3. revert some changes

    KaosDroid committed Jul 20, 2013
    Configuration menu
    Copy the full SHA
    4299692 View commit details
    Browse the repository at this point in the history
  4. testing a few changes

    KaosDroid committed Jul 20, 2013
    Configuration menu
    Copy the full SHA
    4063b3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e293130 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2013

  1. Configuration menu
    Copy the full SHA
    30a85a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2013

  1. Configuration menu
    Copy the full SHA
    2120d73 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2013

  1. Configuration menu
    Copy the full SHA
    58b3d03 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2013

  1. add ADB over WiFi

    KaosDroid committed Aug 10, 2013
    Configuration menu
    Copy the full SHA
    d27f4b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2013

  1. fix wifi over adb

    KaosDroid committed Aug 15, 2013
    Configuration menu
    Copy the full SHA
    0be9d23 View commit details
    Browse the repository at this point in the history
  2. change dalvik location

    KaosDroid committed Aug 15, 2013
    Configuration menu
    Copy the full SHA
    68fea06 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2013

  1. revert changes

    KaosDroid committed Aug 26, 2013
    Configuration menu
    Copy the full SHA
    4cd5400 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b35834 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2013

  1. bring inline with Root-Box

    KaosDroid committed Aug 27, 2013
    Configuration menu
    Copy the full SHA
    d790b16 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2013

  1. halo crash?

    Change-Id: Iba879efa0a5178e55f9a615d3c760e7926cf165e
    drcmda authored and KaosDroid committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    2819ccf View commit details
    Browse the repository at this point in the history
  2. HALO Changes

    - 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
    Anu6is authored and KaosDroid committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    27a939f View commit details
    Browse the repository at this point in the history
  3. HALO bugfixes

    - 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
    drcmda authored and KaosDroid committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    c6257b5 View commit details
    Browse the repository at this point in the history
  4. HALO persistent notifications less pronounced + fixes

    Change-Id: Ib485468303dfd7ca7fea17d7c755a3ee4e075940
    
    Conflicts:
    	packages/SystemUI/src/com/android/systemui/statusbar/halo/Halo.java
    drcmda authored and KaosDroid committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    2a50976 View commit details
    Browse the repository at this point in the history
  5. --- HALO 2.0 ---

    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
    drcmda authored and KaosDroid committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    c27b131 View commit details
    Browse the repository at this point in the history
  6. halo, tweaking

    Change-Id: I35f8dc19ed5840e186989ec3cfa5529c9d39dd48
    drcmda authored and KaosDroid committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    3b515f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e4a172 View commit details
    Browse the repository at this point in the history
  8. halo, wrong touch calculation, nap trigger fixed

    Change-Id: Ib09163d71cddb2cbe8f375313e0c1e03b37fd504
    drcmda authored and KaosDroid committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    5cb8b2e View commit details
    Browse the repository at this point in the history
  9. halo, still wrong multitouchhandling

    Change-Id: Id9c00c25add4a493309f170eb97acf0a06c378d0
    drcmda authored and KaosDroid committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    a93ae1a View commit details
    Browse the repository at this point in the history
  10. halo, fancy flip

    Change-Id: I364e63c1ad15caf8ed469a49862a533044583855
    drcmda authored and KaosDroid committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    cdaac81 View commit details
    Browse the repository at this point in the history
  11. halo, flip for incoming messages

    Change-Id: If54cbd39eb926f6f78db04608ba72c3ff0c356fc
    drcmda authored and KaosDroid committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    81c6b6e View commit details
    Browse the repository at this point in the history
  12. halo performance, batch revamp

    Change-Id: Ic32c146a1e4753c5a3342831d6c719a654816e54
    drcmda authored and KaosDroid committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    71bae6a View commit details
    Browse the repository at this point in the history
  13. halo, bugfixes

    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
    drcmda authored and KaosDroid committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    38b2841 View commit details
    Browse the repository at this point in the history
  14. fix xml encoding

    KaosDroid committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    49c57e4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    82871bf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    dd8c647 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    67c8b36 View commit details
    Browse the repository at this point in the history