Skip to content

Commit

Permalink
update screenshots, application id
Browse files Browse the repository at this point in the history
  • Loading branch information
fayaz07 committed Jan 25, 2022
1 parent e15ddbf commit 387d663
Show file tree
Hide file tree
Showing 19 changed files with 9 additions and 13 deletions.
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

## Screenshots

<img src="screenshots/Screenshot_1642326281.png" width="33%" height="33%"/> <img src="screenshots/Screenshot_1642326294.png" width="33%" height="33%"/> <img src="screenshots/Screenshot_1642327175.png" width="33%" height="33%"/> <img src="screenshots/Screenshot_1642327163.png" width="33%" height="33%"/> <img src="screenshots/Screenshot_1642327181.png" width="33%" height="33%"/> <img src="screenshots/Screenshot_1642327190.png" width="33%" height="33%"/> <img src="screenshots/Screenshot_1642327210.png" width="33%" height="33%"/> <img src="screenshots/Screenshot_1642327197.png" width="33%" height="33%"/>
<img src="screenshots/S1.png" width="33%" height="33%"/> <img src="screenshots/S2.png" width="33%" height="33%"/> <img src="screenshots/S3.png" width="33%" height="33%"/> <img src="screenshots/S4.png" width="33%" height="33%"/> <img src="screenshots/S5.png" width="33%" height="33%"/> <img src="screenshots/S6.png" width="33%" height="33%"/>

## Config

Expand Down
7 changes: 2 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
compileSdk 31

defaultConfig {
applicationId "com.mohammadfayaz.news"
applicationId "in.mohammadfayaz.hn"
minSdk 21
targetSdk 31
versionCode 1
Expand Down Expand Up @@ -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)
Expand Down
10 changes: 5 additions & 5 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name">Hacker News</string>
<string name="app_name">HackerNews</string>
<string name="show_stories">Show Stories</string>
<string name="top_stories">Top Stories</string>
<string name="jobs">Jobs</string>
Expand All @@ -12,9 +12,9 @@
<string name="retry">Retry</string>
<string name="lorem">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.</string>
<string name="save_as_favourite">Save as Favourite</string>
<string name="story">STORY</string>
<string name="comments">Comments</string>
<string name="story">STORY</string>
<string name="comments">Comments</string>
<string name="here_goes_the_description_of_the_question">Here goes the description of the question</string>
<string name="posted_by">posted by</string>
<string name="view_comments">VIEW COMMENTS</string>
<string name="posted_by">posted by</string>
<string name="view_comments">VIEW COMMENTS</string>
</resources>
Binary file added screenshots/S1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/S2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/S3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/S4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/S5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/S6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screenshots/Screenshot_1642326281.png
Binary file not shown.
Binary file removed screenshots/Screenshot_1642326294.png
Binary file not shown.
Binary file removed screenshots/Screenshot_1642327163.png
Binary file not shown.
Binary file removed screenshots/Screenshot_1642327175.png
Binary file not shown.
Binary file removed screenshots/Screenshot_1642327181.png
Binary file not shown.
Binary file removed screenshots/Screenshot_1642327190.png
Binary file not shown.
Binary file removed screenshots/Screenshot_1642327197.png
Binary file not shown.
Binary file removed screenshots/Screenshot_1642327210.png
Binary file not shown.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 387d663

Please sign in to comment.