diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index da26bbe..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -News \ No newline at end of file diff --git a/README.md b/README.md index 08292b0..d617d64 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ ## Screenshots - + ## Config diff --git a/app/build.gradle b/app/build.gradle index 8a96c34..2d745c0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,7 +27,7 @@ android { compileSdk 31 defaultConfig { - applicationId "com.mohammadfayaz.news" + applicationId "in.mohammadfayaz.hn" minSdk 21 targetSdk 31 versionCode 1 @@ -71,11 +71,8 @@ dependencies { implementation(libs.bundles.mikepenz) implementation(libs.bundles.androidxViews) implementation(libs.bundles.androidxCache) - implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.4.0' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0' - kapt(libs.bundles.kapt) + kapt(libs.bundles.kapt) testImplementation(libs.bundles.testDependencies) kaptTest(libs.bundles.daggerTestsAnnotation) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 08e0f3b..0afb407 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,5 +1,5 @@ - Hacker News + HackerNews Show Stories Top Stories Jobs @@ -12,9 +12,9 @@ Retry Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32. The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham. Save as Favourite - STORY - Comments + STORY + Comments Here goes the description of the question - posted by - VIEW COMMENTS + posted by + VIEW COMMENTS diff --git a/screenshots/S1.png b/screenshots/S1.png new file mode 100644 index 0000000..51ae56a Binary files /dev/null and b/screenshots/S1.png differ diff --git a/screenshots/S2.png b/screenshots/S2.png new file mode 100644 index 0000000..2307140 Binary files /dev/null and b/screenshots/S2.png differ diff --git a/screenshots/S3.png b/screenshots/S3.png new file mode 100644 index 0000000..5d9bcba Binary files /dev/null and b/screenshots/S3.png differ diff --git a/screenshots/S4.png b/screenshots/S4.png new file mode 100644 index 0000000..4739e5a Binary files /dev/null and b/screenshots/S4.png differ diff --git a/screenshots/S5.png b/screenshots/S5.png new file mode 100644 index 0000000..e317ad7 Binary files /dev/null and b/screenshots/S5.png differ diff --git a/screenshots/S6.png b/screenshots/S6.png new file mode 100644 index 0000000..f05812f Binary files /dev/null and b/screenshots/S6.png differ diff --git a/screenshots/Screenshot_1642326281.png b/screenshots/Screenshot_1642326281.png deleted file mode 100644 index 01cc8dc..0000000 Binary files a/screenshots/Screenshot_1642326281.png and /dev/null differ diff --git a/screenshots/Screenshot_1642326294.png b/screenshots/Screenshot_1642326294.png deleted file mode 100644 index 9cf09fd..0000000 Binary files a/screenshots/Screenshot_1642326294.png and /dev/null differ diff --git a/screenshots/Screenshot_1642327163.png b/screenshots/Screenshot_1642327163.png deleted file mode 100644 index 88bdef6..0000000 Binary files a/screenshots/Screenshot_1642327163.png and /dev/null differ diff --git a/screenshots/Screenshot_1642327175.png b/screenshots/Screenshot_1642327175.png deleted file mode 100644 index 6bc4f4f..0000000 Binary files a/screenshots/Screenshot_1642327175.png and /dev/null differ diff --git a/screenshots/Screenshot_1642327181.png b/screenshots/Screenshot_1642327181.png deleted file mode 100644 index 2ce5c17..0000000 Binary files a/screenshots/Screenshot_1642327181.png and /dev/null differ diff --git a/screenshots/Screenshot_1642327190.png b/screenshots/Screenshot_1642327190.png deleted file mode 100644 index 6c2d2e6..0000000 Binary files a/screenshots/Screenshot_1642327190.png and /dev/null differ diff --git a/screenshots/Screenshot_1642327197.png b/screenshots/Screenshot_1642327197.png deleted file mode 100644 index 14a49e6..0000000 Binary files a/screenshots/Screenshot_1642327197.png and /dev/null differ diff --git a/screenshots/Screenshot_1642327210.png b/screenshots/Screenshot_1642327210.png deleted file mode 100644 index d38c0db..0000000 Binary files a/screenshots/Screenshot_1642327210.png and /dev/null differ diff --git a/settings.gradle b/settings.gradle index 67d5f1a..038c0c9 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ dependencyResolutionManagement { // jcenter() // Warning: this repository is going to shut down soon } } -rootProject.name = "News" +rootProject.name = "HackerNews" include ':app' enableFeaturePreview("VERSION_CATALOGS")