Skip to content

Commit 3d06daf

Browse files
committed
uploading some refreshed Fastlane folders
1 parent 2a31deb commit 3d06daf

File tree

308 files changed

+715
-214
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

308 files changed

+715
-214
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@
88
/captures
99
keystore.jks
1010
keystore.properties
11+
fastlane/fastlane.json
12+
Gemfile
13+
Gemfile.lock

README.md

Lines changed: 4 additions & 4 deletions

fastlane/Appfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
json_key_file("fastlane/fastlane.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
2+
package_name("com.simplemobiletools.flashlight") # e.g. com.krausefx.app

fastlane/Fastfile

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# This file contains the fastlane.tools configuration
2+
# You can find the documentation at https://docs.fastlane.tools
3+
#
4+
# For a list of all available actions, check out
5+
#
6+
# https://docs.fastlane.tools/actions
7+
#
8+
# For a list of all available plugins, check out
9+
#
10+
# https://docs.fastlane.tools/plugins/available-plugins
11+
#
12+
13+
# Uncomment the line if you want fastlane to automatically update itself
14+
# update_fastlane
15+
16+
default_platform(:android)
17+
18+
platform :android do
19+
desc "Runs all the tests"
20+
lane :test do
21+
gradle(task: "test")
22+
end
23+
24+
desc "Submit a new Beta Build to Crashlytics Beta"
25+
lane :beta do
26+
gradle(task: "clean assembleRelease")
27+
crashlytics
28+
29+
# sh "your_script.sh"
30+
# You can also use other beta testing services here
31+
end
32+
33+
desc "Deploy a new version to the Google Play"
34+
lane :deploy do
35+
gradle(task: "clean assembleRelease")
36+
upload_to_play_store
37+
end
38+
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
تحكم في ضوء LED مع التحكم في السطوع ولون قابل للتخصيص ، stroboscope
1+
تحكم في ضوء LED مع التحكم في السطوع ولون قابل للتخصيص ، stroboscope
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Simple Flashlight
1+
Simple Flashlight

fastlane/metadata/android/ar/video.txt

Whitespace-only changes.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
A clean flashlight with an extra bright display, customizable stroboscope with strobe light function and a predefined SOS mode.
2+
3+
This quick start led flashlight is light on your device and works as a real led light when in dark. Using this slash light, you can easily work in different circumstances and this quick start led flashlight can help you when you are in a dire situation.
4+
5+
All these functions can be hugely helpful under certain circumstances. Whether you are wandering in dark and need a led light to see the way, or you have to find something in a a low light place, this quick start flash light can help you in all the possible circumstances. The strobe light in this app can help you when you are in need of help. The quick start flash led light can help calling for rescue if you need it.
6+
7+
The Bright display can have its color changed, opening a new world of possible uses. It can come handy in case you want to see your wider proximity without blinding yourself. With different colors, you can use this led light when you are with friends and want to have a party. Or you can use this feature to call someone for help according to the person.
8+
9+
The stroboscope can have its frequency changed, ranging from really fast blinking to occasional ones. This quick start app can be customized according to your needs. You can change all the features of of this app according to your needs without any problem.
10+
11+
If this free flash light is turned on via the app (not widget), it will prevent the device from falling asleep. The strong torch can optionally turn on at launching the app, but it isn't mandatory.
12+
13+
Comes with a 1x1 widget with customizable color and transparency. This widget can help you in quick start your led light app whenever you need it.
14+
15+
It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps.
16+
17+
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
18+
19+
Check out the full suite of Simple Tools here:
20+
https://www.simplemobiletools.com
21+
22+
Facebook:
23+
https://www.facebook.com/simplemobiletools
24+
25+
Reddit:
26+
https://www.reddit.com/r/SimpleMobileTools
27+
28+
Telegram:
29+
https://t.me/SimpleMobileTools
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Torch flashlight with torch color and brightness control, led flashlight
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Обикновено Фенерче
1+
Обикновено Фенерче

0 commit comments

Comments
 (0)