-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from emreesen27/develop
v1.0.0-Beta is completed
- Loading branch information
Showing
22 changed files
with
253 additions
and
171 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,20 @@ | ||
name: ktlint_ci | ||
on: | ||
pull_request: | ||
branches: | ||
- develop | ||
jobs: | ||
ktlint: | ||
name: Check Code Quality | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Clone repo | ||
uses: actions/checkout@master | ||
with: | ||
fetch-depth: 1 | ||
- name: ktlint | ||
uses: ScaCap/action-ktlint@master | ||
with: | ||
github_token: ${{ secrets.action_token }} | ||
level: info | ||
reporter: github-pr-check |
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 |
---|---|---|
@@ -1,8 +1,3 @@ | ||
## v1.0.0-beta1 (11.09.2024) | ||
|
||
* Fixed bug in version control | ||
* Fixed error in download link | ||
|
||
## v1.0.0-beta (11.09.2024) | ||
|
||
* Initial release |
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
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
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
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
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
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
21 changes: 0 additions & 21 deletions
21
app/src/main/java/com/snstudio/hyper/feature/picker/MediaPickerViewModel.kt
This file was deleted.
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
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
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
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
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,12 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="64dp" | ||
android:height="64dp" | ||
android:viewportWidth="54" | ||
android:viewportHeight="54"> | ||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M42,10.996l-20,2.597l0,3.407l0,1.861l20,-2.597l0,-2.121z" /> | ||
<path | ||
android:fillColor="#000000" | ||
android:pathData="M41.824,0H12.176C5.462,0 0,5.462 0,12.176v29.648C0,48.538 5.462,54 12.176,54h29.648C48.538,54 54,48.538 54,41.824V12.176C54,5.462 48.538,0 41.824,0zM44,34.857c0,3.702 -3.333,6.714 -7.429,6.714c-4.096,0 -7.428,-3.012 -7.428,-6.714s3.333,-6.715 7.428,-6.715c2.182,0 4.141,0.86 5.502,2.219C42.029,30.249 42,30.128 42,30V18.28l-20,2.598V41c0,0.542 0,-0.91 0,0.286C22,44.988 18.636,48 14.5,48S7,44.988 7,41.286s3.364,-6.715 7.5,-6.715c2.174,0 4.129,0.838 5.5,2.165V20v-3v-4.286c0,-0.503 0.373,-0.927 0.871,-0.991l22,-2.856c0.283,-0.039 0.572,0.051 0.789,0.24C43.876,9.296 44,9.569 44,9.857v4.285v3V34" /> | ||
</vector> |
Oops, something went wrong.