Skip to content

Commit 605431a

Browse files
author
Konstantin Kolchurin
committed
0.5.0 completed: RepositoriesFragment.kt, RepositoryInfoFragment.kt, logout, fix navigation, added error layouts, replaced logo app, add safeargs, rewrite Repository.kt, added BaseFragment.kt, added apk in repository. Need fix: error message for LoginFragment.kt
1 parent 399467e commit 605431a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1387
-743
lines changed

.idea/misc.xml

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies {
4848
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
4949
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.4.1'
5050
def retrofit_version = "2.9.0"
51-
def navigation_version = "2.5.0-alpha02"
51+
def navigation_version = "2.5.0-alpha03"
5252
def hilt_version = '2.41'
5353
def datastore_version = "1.0.0"
5454

app/release/app-release.apk

5.58 MB
Binary file not shown.

app/src/main/java/app/thirtyninth/githubviewer/common/Constants.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@ object Constants {
55

66
//Request const
77
const val BASE_URL = "https://api.github.com/"
8+
9+
//onSavedState
10+
const val SAVED_STATE_KEY_RECYCLER_VIEW_POSITION = "KEY_RECYCLER_VIEW_POSITION"
11+
const val SAVED_STATE_KEY_SCROLL_VIEW_Y_POSITION = "KEY_SCROLL_VIEW_Y_POSITION"
12+
const val SAVED_STATE_KEY_SCROLL_VIEW_X_POSITION = "KEY_SCROLL_VIEW_X_POSITION"
813
}

app/src/main/java/app/thirtyninth/githubviewer/data/models/GitHubRepository.kt

Lines changed: 0 additions & 221 deletions
This file was deleted.

0 commit comments

Comments
 (0)