diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml new file mode 100644 index 0000000..d635649 --- /dev/null +++ b/.github/workflows/codeql-analysis.yml @@ -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 diff --git a/README.md b/README.md index bef1dcb..a47a714 100644 --- a/README.md +++ b/README.md @@ -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 + +Flashy is a simple and practical screen flashlight app 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. + +🔦 SIMPLE AND HANDY SCREEN FLASHLIGHT + +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. + +☀️ CONTROL AND CUSTOMIZE THE BRIGHTNESS + +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. + +🚫 PRIVACY FRIENDLY & WITHOUT ADS + +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. + +💡 FLASHY FEATURES + +* 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) diff --git a/app/build.gradle b/app/build.gradle index 69ca66c..7d617a0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/fastlane/metadata/android/en-US/changelogs/2.txt b/fastlane/metadata/android/en-US/changelogs/2.txt new file mode 100644 index 0000000..fba0586 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2.txt @@ -0,0 +1 @@ +Little improvements under the hood diff --git a/fastlane/metadata/android/en-US/changelogs/3.txt b/fastlane/metadata/android/en-US/changelogs/3.txt new file mode 100644 index 0000000..d4571fb --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/3.txt @@ -0,0 +1,2 @@ +Little improvements under the hood +Fix fastlane setup diff --git a/fastlane/metadata/android/en-US/full-description.txt b/fastlane/metadata/android/en-US/full_description.txt similarity index 96% rename from fastlane/metadata/android/en-US/full-description.txt rename to fastlane/metadata/android/en-US/full_description.txt index 4d03221..924041c 100644 --- a/fastlane/metadata/android/en-US/full-description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -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 \ No newline at end of file +* Control and customize the brightness diff --git a/fastlane/metadata/android/en-US/short-description.txt b/fastlane/metadata/android/en-US/short-description.txt deleted file mode 100644 index 8906e7a..0000000 --- a/fastlane/metadata/android/en-US/short-description.txt +++ /dev/null @@ -1 +0,0 @@ -🔦 Simple & Privacy-Friendly Flashlight App \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt new file mode 100644 index 0000000..fb1467b --- /dev/null +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +🔦 Simple & Privacy-Friendly Flashlight App