Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MVVM+I Arc #1

Open
wants to merge 49 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
523f54b
created a solution for the console fragment, will need to setup archi…
Mr-Smithy-x Sep 18, 2022
c4041e2
sources
Mr-Smithy-x Oct 13, 2022
24a4f6a
fixed issue with sending payload
Mr-Smithy-x Oct 13, 2022
1fa7da4
fixed issue with sending payload
Mr-Smithy-x Oct 14, 2022
2a89c98
fixed issue with sending payload
Mr-Smithy-x Oct 14, 2022
929b931
migrate to jetpack compose
Mr-Smithy-x Oct 19, 2022
25f4382
startin repo page
Mr-Smithy-x Oct 20, 2022
c306002
startin repo page
Mr-Smithy-x Oct 20, 2022
379b2a3
using flow
Mr-Smithy-x Oct 22, 2022
c0180a0
standard repo view
Mr-Smithy-x Oct 22, 2022
a03e2ea
standard repo view
Mr-Smithy-x Oct 22, 2022
21f5e69
migrated to console view instead now
Mr-Smithy-x Oct 25, 2022
74c5abe
added neccessary classes for ftp
Mr-Smithy-x Oct 25, 2022
597c027
setting up ftp vm
Mr-Smithy-x Oct 26, 2022
4d1b782
added main functions for ftp
Mr-Smithy-x Oct 26, 2022
f636c07
event based ftp
Mr-Smithy-x Oct 28, 2022
8591992
implement views for ftp files and ftp folder
Mr-Smithy-x Oct 28, 2022
6874692
ftp functional
Mr-Smithy-x Oct 29, 2022
62e0e58
refactored and formatted package cards
Mr-Smithy-x Oct 29, 2022
0c4797c
packages
Mr-Smithy-x Oct 29, 2022
c33d882
added sublist for repos
Mr-Smithy-x Oct 30, 2022
f4edfda
updates
Mr-Smithy-x Nov 13, 2022
cc33d1b
migrated package names
Mr-Smithy-x Dec 11, 2023
b7eadcd
launch
Mr-Smithy-x Dec 11, 2023
81bcc17
attempting different compose options
Mr-Smithy-x Mar 7, 2024
ac4f143
tried 3 different entry points for app navigation, xml, compose, xml …
Mr-Smithy-x Mar 8, 2024
6569145
implemented logs
Mr-Smithy-x Mar 9, 2024
126e082
converted gradle dsl to kotlin gradle dsl
Mr-Smithy-x Mar 9, 2024
3393748
fixed crashes
Mr-Smithy-x Mar 9, 2024
b427cf5
convert to kts
Mr-Smithy-x Mar 9, 2024
57a949e
fixed scrolling issue crash when opening repo
Mr-Smithy-x Mar 10, 2024
d82ae3b
package repository
Mr-Smithy-x Mar 10, 2024
b3c0e56
try dep resolution
Mr-Smithy-x Mar 10, 2024
d126745
Update android.yml
Mr-Smithy-x Mar 10, 2024
0e42439
Update android.yml
Mr-Smithy-x Mar 10, 2024
8227650
Update android.yml
Mr-Smithy-x Mar 10, 2024
446c251
Update android.yml
Mr-Smithy-x Mar 13, 2024
98ef03e
Update android.yml
Mr-Smithy-x Mar 13, 2024
376ef85
flavor dimens
Mr-Smithy-x Mar 14, 2024
4da0051
Merge branch 'rewrite/clean-code-arc-mvvm+i' of github.com:mitai-app/…
Mr-Smithy-x Mar 14, 2024
27dd963
androidComponents
Mr-Smithy-x Mar 14, 2024
d2eb5a0
build kts
Mr-Smithy-x Mar 14, 2024
30be3e9
libs
Mr-Smithy-x Aug 12, 2024
dc43980
library changes
Mr-Smithy-x Aug 13, 2024
4ed51c8
added compose compiler
Mr-Smithy-x Aug 13, 2024
bd55720
latest
Mr-Smithy-x Aug 14, 2024
6fa47f4
android version
Mr-Smithy-x Aug 14, 2024
61b9166
android version
Mr-Smithy-x Aug 14, 2024
3619aca
Fix Gradle Version aswell as issue with binding services, service sho…
Mr-Smithy-x Aug 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Android CI

on:
push:
branches: [ main ]
branches: [ main, rewrite/clean-code-arc-mvvm+i ]
pull_request:
branches: [ main ]

Expand All @@ -13,14 +13,20 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: set up JDK 11
- name: set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: gradle

- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Create file
run: cat ./app/google-services.json | base64
- name: Putting data
env:
DATA: ${{ secrets.GOOGLE_SERVICES_JSON }}
run: echo $DATA > ./app/google-services.json
- name: Build with Gradle
run: ./gradlew build
4 changes: 3 additions & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions .idea/material_theme_project_new.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/migrations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion app/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/build
/release
/playstation
/playstation
google-services.json
143 changes: 0 additions & 143 deletions app/build.gradle

This file was deleted.

Loading
Loading