• Stars
    star
    885
  • Rank 51,582 (Top 2 %)
  • Language
    Java
  • Created about 10 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Tidy up your Android status bar before taking screenshots for the Play Store

DEPRECATED

This project no longer works on recent versions of Android. Use Android's build-in Demo mode instead.

For the curious, more information about the history of this project can be found in this blog post.


banner

Clean Status Bar

Tired of Photoshopping out notifications/low battery to make a nice, clean status bar for the Play Store? Run this app first - it draws over your status bar, showing only a full battery and clock.

It runs as a service, so you can swap to other apps to take screenshots.

App available here or in Releases

Use the ToggleReceiver to enable/disable Clean Status Bar programmatically, e.g. to automate taking screenshots.

final Bundle extras = new Bundle();
extras.putBoolean("enabled", true);

final Intent intent = new Intent("com.emmaguy.cleanstatusbar.TOGGLE");
intent.putExtras(extras);

sendBroadcast(intent);

License

Copyright 2014-2015 Emma Guy

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

More Repositories

1

rxjava-mvp-giphy

Showcase of RxJava used with MVP and some other popular android libraries
Java
415
star
2

wear-notify-for-reddit

Wear Notify for Reddit
Java
49
star
3

dynamic-svg-colours

Change colours of SVGs at runtime
Java
35
star
4

monzo-widget

An Android app widget for Monzo using the public api
Kotlin
31
star
5

FruitNinja

Fruit Ninja style game on Android
Java
27
star
6

video-pocket

Download your saved videos from Pocket, get their durations from the YouTube API, sort and show to the user.
Java
19
star
7

hacker-news-mvp

Trying out MVP on android, using the Hacker News API
Java
17
star
8

audio-cast-radio

Play some radio stations on Chromecast/Chromecast Audio
Kotlin
12
star
9

custom-recyclerview-itemanimator

Java
10
star
10

PocketWidget

Android widget/DashClock extension to show count of unread items in Pocket (www.getpocket.com)
Java
8
star
11

lplayground

Trying out Lollipop's Recycler View and new animation capabilities
Java
8
star
12

unread-articles-tile-for-quick-settings

See the number of unread articles in your Pocket queue in the 'quick settings' area of Android N
Kotlin
6
star
13

mock-server

Trying out Square's MockWebServer as a static mock server
Java
3
star
14

memrisedictionary

Android app using API of memrise.com to store Dutch words I've learnt so I can view/search for them offline
Java
2
star
15

RssFeed

Rss feed android app - using fragments on a single activity which change layout based on device size
Java
2
star
16

android-studio-templates

2
star
17

CircularProgress

CAShapeLayer vs Quartz
Objective-C
2
star
18

FruityLiveWallpaper

Live wallpaper for Android, adapted from FruitNinja repo
Java
2
star
19

quick-tile-bell

Java
2
star
20

espresso-watch

Testing espresso on an android wear watch app
Java
2
star
21

dotfiles

Config files
1
star
22

ScrollLock

Twitter client for Android
Java
1
star