View Single Post
Posts: 875 | Thanked: 918 times | Joined on Sep 2010
#1
I needed a quick way to start and stop services and script icons lacked feedback, so I began work on an app that would launch fast and manage groups of services. Then I began adding features from the systemui menu, advanced-backlight and advanced-power, but made them easier to access without a stylus and consume less memory (2.8 vs 10-15 megs).

What it does and how to use it

Install program or download source code

Screenshots

Planned fixes and features

Many features and bug fixes were added to the test builds but never released to the repository. Run the following command as root to upgrade ASUI 0.6.0 to latest test build.
Code:
asui uu ; asui dit ; asui dis ; asui da ; asui dc

# reboot after running command
Fixes in the test build:
  • fix: ASUI wouldn't open if a menu was open, it nows closes the menu and opens (fixes many issues)
  • fix: charge animation no longer appears in widget editor
  • fix: battery applet now opens ASUI on release instead of press to avoid focus problems
  • fix: immediately commit most asui_state changes, doesn't fix issue with /apps/asui_state DBUS folder being deleted
  • fix: audio lock button is no longer clickable when no profiles are present
  • fix: don't set a devlock timeout for audio lock if device doesn't use one
  • fix: swiping ASUI to unmap would sometimes not unmap and also not snap the window back to fullscreen
  • fix: additional check to make sure ASUI window completely slides back onto screen
  • fix: increased drag deviation from 20 to 50 pixels (prevent some taps from being seen as swipes)
  • fix: horizontal and vertical swipes to blank and lock&blank devlock screen were triggering even when swipe didn't originate from the button bar
  • fix: keep popup clock from opening when alarm activates
  • fix: use correct alarmd ack value
  • fix: respond to acting_dead_open and acting_dead_close
  • fix: return minimal UI state when acting dead state is requested
  • fix: alarms that go off in the charging runlevel will now cause the device to boot and sound the alarm instead of silently dismissing them
  • fix: refactored focus grab/ungrab code
  • fix: retry window_grab() twice with 250ms delay between each attempt
  • fix: display notification when ASUI can't grab focus
New features in the test build:
  • added 8 command buttons
  • added 5 half widgets that hold buttons (2 buttons each)
  • visual swiping circles turn green when swipe is long enough
  • swiping down from devlock brightness control will now lower brightness
  • drain rate in the bottom 40% of battery graph, each graph line represents 10.0%/hr
  • added klogd and sysklogd to asui-settings service manager
  • booting screen
  • unused widgets and buttons can be hidden in the editor
  • the red devlock brightness control now changes between green, yellow and red
  • changed devlock timeout from 1000 to 1440 (minutes) when audio lock active
  • added message to not trust wifi fix in asui-settings
  • 'asui restart_mce' command

Last edited by auouymous; 2015-02-19 at 23:06.
 

The Following 57 Users Say Thank You to auouymous For This Useful Post: