-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* develop: (36 commits) Updated versionCode, targetSdkVersion, compileSdkVersion and proguard-rules. Swipe to refresh implementation in Shares workspace. Updated google services plugin. Implemented copy and move between workspaces. Updated Java version, Gradle version, Gradle plugin. Removed deprecated libraries && plugins. Create deployStaging.yml Create release.yml Added copy record option to the Shares workspace. Implemented more options island menu in all workspaces. Implemented Save To Permanent for Shares workspace destination. Implemented COPY and MOVE for multiple files. Implemented Floating Action Island for select mode in all workspaces. Added confirmation dialog for tag deletion. Added spinner for tag deletion. Implementation of "Enter Select mode when tapping on Select button" for all workspaces. Increase Target API version from 32 to 33. Refactoring. Fixed a bug regarding crash when opening a photo. Upgraded build gradle tools. Refactoring. VSP-892 [Android] Manage Tags - search tag name Implemented Archive Settings dropdown menu and menu redesign. VSP-892 [Android] Manage Tags - search tag name VSP-889 [Android] Manage Tags - delete tag(s) Implemented Save To Permanent for Public Files workspace destination. ...
- Loading branch information
Showing
207 changed files
with
661,232 additions
and
183,993 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: Deploy to Staging | ||
|
||
on: | ||
push: | ||
branches: [ "feature/VSP-1192-Implement-CI-Server" ] | ||
pull_request: | ||
branches: | ||
- "develop" | ||
paths: | ||
- ".github/workflows/deployStaging.yaml" | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: set up JDK 11 | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: '11' | ||
distribution: 'temurin' | ||
cache: gradle | ||
|
||
- name: Grant execute permission for gradlew | ||
run: chmod +x gradlew | ||
- name: Update Bundler | ||
uses: ruby/setup-ruby@v1 | ||
with: | ||
ruby-version: '2.6.8' | ||
bundler-cache: true | ||
- name: Run Fastlane Firebase | ||
env: | ||
GMP_KEY: ${{ secrets.GMP_KEY }} | ||
AUTH_CLIENT_ID: ${{ secrets.AUTH_CLIENT_ID }} | ||
AUTH_CLIENT_SECRET: ${{ secrets.AUTH_CLIENT_SECRET }} | ||
PUBLISHABLE_KEY: ${{ secrets.PUBLISHABLE_KEY }} | ||
run: bundler exec fastlane firebase |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Release to Play store | ||
|
||
on: | ||
push: | ||
branches: [ "main" ] | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: set up JDK 11 | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: '11' | ||
distribution: 'temurin' | ||
cache: gradle | ||
|
||
- name: Grant execute permission for gradlew | ||
run: chmod +x gradlew | ||
- name: Build with Gradle | ||
run: ./gradlew build |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.