Simple-Camera/README.md

38 lines
2.0 KiB
Markdown
Raw Normal View History

2016-06-04 17:38:02 +02:00
# Simple Camera
2017-10-24 00:06:39 +02:00
<img alt="Logo" src="app/src/main/res/mipmap-xxxhdpi/ic_launcher.png" width="80" />
2016-06-04 17:38:02 +02:00
2018-01-23 19:18:50 +01:00
A camera with flash, zoom and no ads.
2016-06-04 17:38:02 +02:00
2018-01-23 19:18:50 +01:00
The camera is usable for both photo taking and video recording. You can switch between front and rear camera, modify the save path and limit the resolution. The flash can be turned on and off or used as a flashlight. You can pinch to zoom in and out.
2016-07-11 17:46:07 +02:00
If you want to launch this app at pressing the hardware camera button, you might have to disable the built in Camera app in Settings -> Apps -> Camera -> Disable.
2016-06-04 17:38:02 +02:00
2018-01-23 19:18:50 +01:00
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
2016-09-07 23:09:55 +02:00
2018-01-23 19:18:50 +01:00
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com
2016-11-01 19:36:29 +01:00
2017-10-24 00:06:39 +02:00
<a href='https://play.google.com/store/apps/details?id=com.simplemobiletools.camera'><img src='https://simplemobiletools.github.io/assets/public/google-play.png' alt='Get it on Google Play' height='45' /></a>
2018-01-23 21:29:09 +01:00
<a href='https://f-droid.org/packages/com.simplemobiletools.camera'><img src='https://simplemobiletools.github.io/assets/public/f-droid.png' alt='Get it on F-Droid' height='45' /></a>
2016-06-18 10:38:04 +02:00
2018-01-16 22:16:44 +01:00
<div style="display:flex;">
2018-01-23 19:18:50 +01:00
<img alt="App image" src="fastlane/metadata/android/en-US/images/phoneScreenshots/app.jpg" width="30%">
<img alt="App image" src="fastlane/metadata/android/en-US/images/phoneScreenshots/app_2.jpg" width="30%">
2018-01-16 22:16:44 +01:00
</div>
2016-06-03 11:03:10 +02:00
License
-------
2018-01-16 22:16:44 +01:00
Copyright 2016-present SimpleMobileTools
2016-06-03 11:03:10 +02:00
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
2017-10-24 00:06:39 +02:00
https://www.apache.org/licenses/LICENSE-2.0
2016-06-03 11:03:10 +02:00
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.