This repository has been archived by the owner on Feb 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<p align="center"> | ||
<img src="app/src/main/ic_launcher-web.png" alt="Screenshot Assistant" width="20%"> | ||
</p> | ||
<h3 align="center">Screenshot assistant</h3> | ||
<div align="center"> | ||
<img src="https://img.shields.io/bitrise/e35512dffe538a68?token=FeXeWy1tsL9L69wa9RFzCQ" alt="BitRise Status"> | ||
<img src="https://img.shields.io/badge/status-active-success.svg" alt="Status"/> | ||
<img src="https://img.shields.io/github/issues/beatbrot/ScreenshotAssistant" alt="Issues"> | ||
<img alt="GitHub" src="https://img.shields.io/github/license/beatbrot/ScreenshotAssistant"> | ||
</div> | ||
|
||
<div align="center"> | ||
<a href="https://f-droid.org/packages/de.beatbrot.screenshotassistant"> | ||
<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" | ||
alt="Get it on F-Droid" | ||
height="80"> | ||
</a> | ||
</div> | ||
|
||
## Table of Contents | ||
- [See it in action](#see-it-in-action) | ||
- [Setup Guide](#setup-guide) | ||
- [Features](#features) | ||
- [Credits:](#credits) | ||
|
||
## See it in action | ||
|
||
<div align="center"> | ||
<img src="https://giant.gfycat.com/DifficultHardtofindErmine.gif" width="40%"> | ||
</div> | ||
|
||
## Setup Guide | ||
|
||
1. Install the app | ||
2. Set it as assistant via `Apps` > `Default Apps` > `Assist app` | ||
3. Trigger assistant, crop and share | ||
|
||
|
||
## Features | ||
|
||
- Screenshot in 100% JPEG-Quality | ||
- Tight system integration via Assist API | ||
- No permission needed | ||
|
||
## Credits | ||
|
||
- Original [Screenshot Assistant](https://play.google.com/store/apps/details?id=pl.waskysoft.screenshotassistant) - *Unfortunately not open source* | ||
- [Android Image Cropper](https://github.com/ArthurHub/Android-Image-Cropper) | ||
- [Material About Library](https://github.com/daniel-stoneuk/material-about-library) |