Skip to content

Make on-screen reading easier by softening small movements of mobile screens (for Android and Wear).

License

Notifications You must be signed in to change notification settings

Sublimis/SteadyScreen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

SteadyScreen service for Android and Wear 🏝️

Make on-screen reading easier by softening small movements of mobile screens.

Ever been in a moving vehicle trying to read?

  • This is a service that allows compatible Android and Wear apps to easily soften small device movements within their user interface.
  • It can improve screen readability and possibly alleviate motion sickness while on the go, e.g. while reading in a moving vehicle or walking.

How to make your application compatible

  • The easiest way is to use the SteadyViews library, which contains ready-to-use "Steady…" implementations of most common Android layouts (like e.g. LinearLayout or ConstraintLayout).
  • Use the SteadyView library if you have a custom View or ViewGroup that you want to make compatible.

What happens if the service is not installed

Absolutely nothing. Your Views and ViewGroups continue to function as if the SteadyScreen service never existed. They will never get a callback from the service, so nothing happens.

Enable or disable programatically

Call the ISteadyView.setSteadyViewEnabled(final boolean enabled) method on your ISteadyView to disable or (re)enable the functionality.

Disable:

myView.setSteadyViewEnabled(false);

Enable:

myView.setSteadyViewEnabled(true);

Note, this does not disable/enable the service, it just tells the View to ignore all service inputs. Call the boolean ISteadyView.isSteadyViewEnabled() on your ISteadyView to check the enabled state.

List of apps supporting SteadyScreen service

(as of 2024-05)

Let us know if you've made an app that should be included in the list!

About the service

SteadyScreen service application uses the AccessibilityService API to retrieve interactive windows on the screen, in order to find compatible ones. It then sends multiple "move window" accessibility actions to such windows, as needed, to perform the intended function. The service never collects, stores nor shares any data that can be of personal and confidential nature in any way.

⚡ The service has been crafted very meticulously, in order to minimize resource usage and maximize performance. It uses only the accelerometer sensor to achieve the goal.

🎓 Translations

Contribute

https://translate.urban-bike-computer.com/engage/stilly/

Why translate?

To see the app in your native language, and to support the project!

Also, translators are rewarded with free app licenses. Please contact us via email to obtain your license!

More info

https://urban-bike-computer.com/translate/

History

The technology behind the SteadyScreen first appeared in our Urban Biker app in late 2022. It took us a while to realize it was cool enough to release it as a separate semi-open source project.

Project components

About

Make on-screen reading easier by softening small movements of mobile screens (for Android and Wear).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published