Skip to content

Commit

Permalink
Add app metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhasDissa committed Jul 31, 2023
1 parent a9bd776 commit 41eceae
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 5 deletions.
37 changes: 32 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,36 @@
### Jetpack Compose Drawing App
<div align="center">
<img width="150" src="/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png" alt="App icon">
<h1 align="center">SoftBoard</h1>
<b>SoftBoard</b> is a simple whiteboard app for android.
</div>
<br>

Drawing app written with Jetpack Compose Canvas.
<div align="center">
<img alt="License" src="https://img.shields.io/github/license/SuhasDissa/SoftBoard?color=c3e7ff&style=flat-square">
<img alt="Downloads" src="https://img.shields.io/github/downloads/SuhasDissa/SoftBoard/total.svg?color=c3e7ff&style=flat-square">
<img alt="Last commit" src="https://img.shields.io/github/last-commit/SuhasDissa/SoftBoard?color=c3e7ff&style=flat-square">
<img alt="Repo size" src="https://img.shields.io/github/repo-size/SuhasDissa/SoftBoard?color=c3e7ff&style=flat-square">
<img alt="Stars" src="https://img.shields.io/github/stars/SuhasDissa/SoftBoard?color=c3e7ff&style=flat-square">
<br>
</div>

---

<img src="/./screenshots/1.png" align="right" width="50%"/>
<details>
<summary> Screenshots</summary>
<p align="center">
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" width="30%" />
</p>
</details>

### TODOs:
- [ ] Add BitmapShader for different type of pencils
## Features
- Infinite canvas
- Color Picker
- Supports multiple brush sizes
- Export Drawing as PNG or JPEG

## Installation

[<img src="https://github.com/machiav3lli/oandbackupx/blob/034b226cea5c1b30eb4f6a6f313e4dadcbb0ece4/badge_github.png"
alt="Get it on GitHub"
height="80">](https://github.com/SuhasDissa/SoftBoard/releases/latest)
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SoftBoard is a simple Whiteboard app for android.
It support using multiple colors, brush sizes.
App has an infinite canvas to draw whatever you want.
You can export your drawings as PNG or JPEG.
Binary file added fastlane/metadata/android/en-US/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SoftBoard is a simple whiteboard app for android.

0 comments on commit 41eceae

Please sign in to comment.