Skip to content

Commit

Permalink
Merge pull request #11 from Crazy-Marvin/development
Browse files Browse the repository at this point in the history
Fix fastlane
  • Loading branch information
CrazyMarvin authored Aug 2, 2020
2 parents 8035d6f + a1986b7 commit 09668ae
Show file tree
Hide file tree
Showing 8 changed files with 95 additions and 5 deletions.
54 changes: 54 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: "CodeQL"

on:
push:
branches: [development, master]
pull_request:
# The branches below must be a subset of the branches above
branches: [development]
schedule:
- cron: '0 9 * * 4'

jobs:
analyse:
name: Analyse
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2

# If this run was triggered by a pull request event, then checkout
# the head of the pull request instead of the merge commit.
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
# Override language selection by uncommenting this and choosing your languages
# with:
# languages: go, javascript, csharp, python, cpp, java

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl

# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language

#- run: |
# make bootstrap
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
35 changes: 34 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,37 @@
[![Google Play](https://badgen.net/badge/icon/googleplay?icon=googleplay&label)](https://play.google.com/store/apps/details?id=rocks.poopjournal.flashy)

# Flashy
Simple & Privacy-Friendly Flashlight App

<b>Flashy</b> is a simple and practical <b>screen flashlight app</b> that uses your screen’s light or camera flash and converts your phone and tablet in a powerful flashlight. Enjoy a handy bright flashlight at your reach anytime and anywhere you need it.

🔦 <b>SIMPLE AND HANDY SCREEN FLASHLIGHT</b>

Flashy is very easy to use, super user-friendly with numerous mobile flashlight features that offer you a bright flashlight in your pocket. Our screen torch light gives you brightness & clarity anytime you need it with just a press on your device.

☀️ <b>CONTROL AND CUSTOMIZE THE BRIGHTNESS</b>

With an elegant design and its multi-functionality, this flashlight app allows you to control the brightness of the mobile flashlight. Customization of the brightness and the screen’s color to suit your preferences can be done easily with the features offered on this minimal flashlight. Just easily rotate the brightness circle and adjust it per your needs.

🚫 <b>PRIVACY FRIENDLY & WITHOUT ADS</b>

This fast flashlight can be a perfect choice for users with a device that doesn’t have a camera or has one but with a broken flashlight. This mobile flashlight is very privacy-friendly, your safety is guaranteed and most importantly it is an ad-free flashlight so you won’t be interrupted using it.

💡 <b>FLASHY FEATURES</b>

* Easy to use and privacy-friendly
* No ads
* Elegant and simple design
* Uses your screen’s light or camera flash as a source
* Control and customize the brightness

# Contributing

We use [Crowdin](https://crowdin.com/project/flashy) for translations.

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

# License

[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "rocks.poopjournal.flashy"
minSdkVersion 19
targetSdkVersion 30
versionCode 2
versionName "1.1"
versionCode 3
versionName "1.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Little improvements under the hood
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Little improvements under the hood
Fix fastlane setup
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ This fast flashlight can be a perfect choice for users with a device that doesn
* No ads
* Elegant and simple design
* Uses your screen’s light or camera flash as a source
* Control and customize the brightness
* Control and customize the brightness
1 change: 0 additions & 1 deletion fastlane/metadata/android/en-US/short-description.txt

This file was deleted.

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 @@
🔦 Simple & Privacy-Friendly Flashlight App

0 comments on commit 09668ae

Please sign in to comment.