Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
piano-dot authored Feb 17, 2022
1 parent 660302b commit 15dea4a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ Welcome to the mirror app for android. A simple mirror using your front camera.
Currently This is a pre-release application, so it means it will have some rough edges and feature missing, but you are still welcomed to fix bugs, translate this app by sending a Pull Request or opening an Issue.
## Features
* Just a mirrror, no ads, no background tracking (just see the source code if you don't trust me);
* a minimal app, no neccesary effect or information, or settings, since CameraX will choose the correct resolution for you.
* free to use/modify, with GNU GPL covered.
## System requirements
* Needs Android 6.0 (Marshmallow) or later to work;
* currently have not supported for the Android 13 (Tiramisu).
## Current Bugs
These are the bugs we want you to fix
These are the bugs we need you (developers) to fix:
* The Full-Screen feature is deprecated in Java (MainActivity.kt)
* This crashes when you rotate due to the google CameraX API implementation.
* This is locked to landscape orientation due to it will crashes when you rotate in the 1.0.1-alpha release of Mirror, so it will affect some of chromebook users with multi-window mode using this application.
## License
This app is free software: You have the rights to re-distribute it and/or modify it under the terms of GNU General Public License (as published by the Free software foundation; either version 2, or any later version. See LICENSE for more detail.

0 comments on commit 15dea4a

Please sign in to comment.