Displays your screen time in a permanent notification.

Related tags

UI/UX ScreenTime
Overview

Screen Time

Displays your screen time in a permanent notification.

By making screen time more prominent, you can get a better sense of how much of the day you spend on your phone. Without judgement. Just so you know.

Sure, there's Google's Digital Wellbeing app and a lot of other apps that track app usage. But I just like to see my screen time at a glance without having to open an app. And I'm not really interested in seeing what apps I've used. Rather, I want to see when I use my phone.

So, primarily this is a "scratch your own itch" app.

Screenshots

Screenshot notification Screenshot today graph Screenshot last 3 days

Download

Get it on Google Play

Comments
  • Screen saver mode is being counted as screen time

    Screen saver mode is being counted as screen time

    Hi! I enabled a screen saver during charging on my device, and now Screen Time thinks I was active when the device was actually not in use but displaying the screen saver. Would it be possible not to count the time the screen is turned on for a screen saver while charging?

    opened by Anonymous1157 4
  • screentime when shutdown

    screentime when shutdown

    The app appears to have counted shut down time as screen time. Maybe when the phone shuts down the screen is on and then the apps are being killed without sending the standby signal to the app. Maybe there is also a way to listen for shutdown events? (https://developer.android.com/reference/android/content/Intent#ACTION_SHUTDOWN)

    opened by marceltransier 3
  • Widget Issues

    Widget Issues

    I have noticed the widget says a different time usage than the notification. Is this a bug? Would welcome a smaller widget size that just shows the usage time and nothing more.

    opened by HonestAbe7 2
  • Adjustable cutoff time for a 24h period?

    Adjustable cutoff time for a 24h period?

    Hi! This app is surprisingly useful for being so simple. Unfortunately I work nights, and changing the day at midnight doesn't make any sense for displaying my screen time habits when I am only looking at two or three days of history in the chart. I would like to be able to define some arbitrary time in the middle of sleeping to change the day.

    opened by Anonymous1157 2
  • Ability to toggle notfications.

    Ability to toggle notfications.

    recommendation to further improve the application . the application will have a permeant notification showing the progress of your screen time ,believe that it is better for that to be users choice .

    I have gathered the reviews and data from this app and similar apps. with these reviews cleaned and analyzed using elevated topic models i have determined that his functionality is appreciated by other users in competitor applications

    opened by sina158 1
  • Addition of screen use counter

    Addition of screen use counter

    i believe an extra funtionality that can be added is not only counting the screen time, it can count the number of times that the screen or an app has been opened. which can add more insight of usuage to the users. I have gathered the reviews and data from this app and similar apps. with these reviews cleaned and analyzed using elevated topic models i have determined that his functionality is appreciated by other users in competitor applications

    opened by sina158 1
  • Color theme customizabilty

    Color theme customizabilty

    the theme of the application is fixed on one color, #I believe with providing color choices to the user , the experience can be a lot more pleasant and can also accommodate color blind people. I have gathered the reviews and data from this app and similar apps. with these reviews cleaned and analyzed using elevated topic models i have determined that his functionality is appreciated by other users in competitor applications

    opened by sina158 1
  • Very interesting software, but...

    Very interesting software, but...

    1. must twice press back to return to main screen when entering APK from notification menu.
    2. main problem is it doesn't reset day at 0:00 but exactly 24 hours after first start of application.
    opened by p0k33m0n 4
  • [Feature request] Export history to CSV

    [Feature request] Export history to CSV

    Why I'm asking for this: I look for phone app for automatic sleep tracking. Easiest way is to define sleep as longest time of screen turned off. Existing sleep trackers usually require manual start/stop and are overbloated for such a simple purpose. Same for phone activity trackers - they usually include apps usage analytics, time warnings, blocking of overusage, etc. So you app is very close to a perfect match. Anyone can easily implement any analyzing logic, charts and statistics in a spreadsheet table basing on data from Screen Time.

    CSV seems to be an optimal export format, containing just event and its timestamp. The latter might be Unixtime, easiest to do computations with it. So it might be like following:

    "on"; "1655323662";
    "off"; "1655323667";
    

    Additional dependency is to save history log for a long time, it is not preserved for now, as far as I see.

    I believe all of that should add small overhead to code and UI (just one "export" button).

    Couple of unrelated things, I can create separate issues for them if necessary:

    1. As far as I see, there is no option to disable notification from Screen Time. I did it in Android system settings, but some people might miss this way.
    2. I have "Screen Time is running in background" system notification on Android 8. Not sure why it appears since a lot of apps are working in background without this notification.

    Paid version with that features is also an option, especially taking into account it's opensource 👍

    opened by ohhai 3
  • Screen time since last full charge

    Screen time since last full charge

    It would be nice to have an option to show the screen time since last full charge because the feature in Android usually resets after a few days. Hopefully this could work more reliably in this app than it does in Android.

    opened by ghost 2
  • Color issue

    Color issue

    Hello,

    I like the simplicity of this app, just what I needed ! But I encounter an issue I think. The background of the wheel(clock) turned light blue as if I was on my phone the whole day. But it was turned off during the night and the clock indicate 7h in total which looks correct. If I move the starting day forward it go back to normal, but if I show the two days it turns light blue. Is it a bug ? Is it Is it possible to check the data the app is using, and maybe change it by hand if it's wrong ?

    Thanks

    opened by NotACoin 5
Releases(1.1.1)
Owner
Markus Fisch
Markus Fisch
Floating Notification for Android app - Facebook ChatHeads Notification system

FloatingView (Application Demo on Play Store) DEPRECATED SEE FloatingView Floating View for Android app - Facebook ChatHeads Notification system This

Fernandez Anthony 530 Nov 17, 2022
🪄 It's a library that helps you customize your notification bar

NotificationBarCustom ?? It's a library that helps you customize your notification bar Demo Contrast(white) Contrast(black) Transparent Setup Add it i

박상선 8 Sep 7, 2022
An Android library supports badge notification like iOS in Samsung, LG, Sony and HTC launchers.

ShortcutBadger: The ShortcutBadger makes your Android App show the count of unread messages as a badge on your App shortcut! Supported launchers: Sony

Leo Lin 7.2k Dec 30, 2022
MIUINativeNotifyIcon - Fix the native notification bar icon function abandoned by the MIUI development team

MIUI 原生通知图标 Fix the native notification bar icon function abandoned by the MIUI

Fankesyooni 189 Jan 4, 2023
A simple screen that is shown when your app gets crashed instead of the normal crash dialog. It's very similar to the one in Flutter.

Red Screen Of Death What A simple screen that is shown when your app gets crashed instead of the normal crash dialog. It's very similar to the one in

Ahmad Melegy 178 Dec 9, 2022
TileView is a subclass of android.view.ViewGroup that asynchronously displays, pans and zooms tile-based images. Plugins are available for features like markers, hotspots, and path drawing.

This project isn't maintained anymore. It is now recommended to use https://github.com/peterLaurence/MapView. MapView is maintained by Peter, one of o

Mike Dunn 1.5k Dec 29, 2022
Takes the input from the Android MediaPlayer and displays visualizations, like in iTunes or WinAmp

Android Visualizer A View subclass that Takes the input from the Android MediaPlayer and displays visualizations, like in iTunes or WinAmp The Visuali

null 798 Dec 22, 2022
SmileyRating is a simple rating bar for android. It displays animated smileys as rating icon.

Smiley Rating SmileyRating is a simple rating bar for android. It displays animated smileys as rating icon. Drawn completely using android canvas Insp

Sujith Niraikulathan 1.1k Dec 22, 2022
An android custom view that displays a circle with a colored arc given a mark

MarkView An android custom view that displays a circle with a colored arc given a mark. Usage Add as a dependency compile 'com.github.xiprox.markv

İhsan Işık 200 Nov 25, 2022
Android View that displays different content based on its state

MultiStateView Android View that displays different content based on its state. Based off of MeetMe/MultiStateView The four different states the view

Kenny 1.2k Dec 16, 2022
A simple launcher which displays all the apps on a RecyclerView trying to KISS

A simple launcher which displays all the apps on a RecyclerView trying to KISS

Alex Allafi 1 Jun 17, 2022
TabSlider - An expanding slider widget which displays selected value

TabSlider - An expanding slider widget which displays selected value

null 1 Apr 20, 2022
Android library for creating an expandable to full screen view inside a viewgroup composition.

Expandable Panel Android Library Check ExpandablePanel Demo application on GooglePlay: Details This Android library implements the expand by sliding l

Jorge Castillo 422 Nov 10, 2022
Multiplatform UI DSL with screen management in common code for mobile (android & ios) Kotlin Multiplatform development

Mobile Kotlin widgets This is a Kotlin MultiPlatform library that provides declarative UI and application screens management in common code. You can i

IceRock Development 320 Dec 30, 2022
PCard Add payment card screen made using JetPack Compose

PCard Add payment card screen made using JetPack Compose Find this repository useful? ❤️ Support it by joining stargazers for this repository. ⭐ And f

Mohamed Elbehiry 61 Dec 16, 2022
Sentinel is a simple one screen UI which provides a standardised entry point for tools used in development and QA alongside device, application and permissions data.

Sentinel Sentinel is a simple one screen UI that provides standardised entry point for tools used in development and QA alongside device, application

Infinum 29 Dec 12, 2022
A customizable debug screen to view and edit flags that can be used for development in Jetpack Compose applications

Tweaks A customizable debug screen to view and edit flags that can be used for development in Jetpack Compose applications To include the library add

Guillermo Merino Jiménez 4 Jan 14, 2022
Bubbles for Android is an Android library to provide chat heads capabilities on your apps. With a fast way to integrate with your development.

Bubbles for Android Bubbles for Android is an Android library to provide chat heads capabilities on your apps. With a fast way to integrate with your

Txus Ballesteros 1.5k Jan 2, 2023
Make your native android Toasts Fancy. A library that takes the standard Android toast to the next level with a variety of styling options. Style your toast from code.

FancyToast-Android Prerequisites Add this in your root build.gradle file (not your module build.gradle file): allprojects { repositories { ... ma

Shashank Singhal 1.2k Dec 26, 2022