Skip to content

Releases: martinloesethjensen/NewsApp

1.0.4

18 Feb 08:42
Compare
Choose a tag to compare

1.0.4

2019-07-23

TEST

  • TEST FOR TAG : 1.0.3

1.0.3

23 Jul 19:55
Compare
Choose a tag to compare

1.0.3

2019-07-23

TEST

  • TEST FOR TAG : 1.0.2

1.0.2

23 Jul 19:49
Compare
Choose a tag to compare

1.0.2

2019-07-23

TEST

  • TEST FOR TAG : 1.0.1

1.0.1

23 Jul 19:39
Compare
Choose a tag to compare

1.0.1

2019-07-23

TEST

  • TEST FOR TAG : 1.0.0

1.0.0

23 Jul 19:34
Compare
Choose a tag to compare

1.0.0

2019-07-23

Added

  • Added .chglog folder
  • Added .chglog folder
  • Added API_KEY as a constant. Optimized method for getting the articles from the api.
  • Added a progressbar. - Progressbar is updated with databinding. - Added files for databinding with the progressbar. - Updated dependencies in the build.gradle file.
  • Added an app icon
  • Added a webview to load the selected article.
  • Added a more decent structure of the packages.
  • Added threads for Glide image loading.

Changed

  • Changed package architecture

Create

  • Create .gitignore

Delete

  • Delete .gitignore

First

  • first commit

Fixed

  • Fixed progressbar that's kept being visible: - Removed code related to databinding for the progressbar - In the NewsListActivity we observe the LiveData for loadingVisibility and updates the progressbar
  • Fixed in-app web-view not being opened when user clicks on an article.
  • Fixed glider not loading images. Created NetworkModule that handles creating the api service and the retrofit interface. Applied changes to initializeArticles() from NewsActivity so that it uses the NetworkModule. Also added a more decent structure of the packages.

Implemented

  • Implemented Groupie library: - Deleted ArticleRecyclerAdapter from the project. - Added an ArticleItem class which a part of Groupie Item. - In NewsListViewModel i added a variable, mutableArticles, that consists of MutableLiveData<List>() The variable is later assigned to a variable, articles, that is of the type LiveData<List> and observed from NewsListActivity.
  • Implemented MVVM - Added a viewmodel class for newslist that has the responsibility to manage the data for the view. - Made changes to ArticleRecyclerAdapter to adjust for the viewmodel. Also added a function that updates the articlelist and notifies the data set that has changed. - Cleaned up the build.gradle file
  • Implemented RxJava when fetching articles from the api.

Improved

  • Improved the layout of the card view and also loads the picture for the respective article.

Merge

  • Merge remote-tracking branch 'origin/master'
  • Merge remote-tracking branch 'origin/master'
  • Merge remote-tracking branch 'origin/master'

Migrated

  • Migrated to AndroidX and prepared for Groupie implementation.

Retrofit

  • Retrofit call is being handled in NewsActivity now so deleted ApiDataManager

TEST

  • TEST FOR TAG : 1.0.1
  • TEST FOR TAG : 1.0.1
  • TEST FOR TAG : 1.0.0
  • TEST FOR TAG : 1.0.0
  • TEST FOR TAG : 1.0.4
  • TEST FOR TAG : 1.0.3
  • TEST FOR TAG : 1.0.3
  • TEST FOR TAG : 1.0.3
  • TEST FOR TAG : 1.0.3
  • TEST FOR TAG : 1.0.3
  • TEST FOR TAG : 1.0.3
  • TEST FOR TAG : 1.0.3
  • TEST FOR TAG : 1.0.3
  • TEST FOR TAG : 1.0.3
  • TEST FOR TAG : 1.0.3
  • TEST FOR TAGGING
  • TEST FOR BITRISE GITHUB RELEASE NOTES
  • TEST FOR BITRISE GITHUB RELEASE NOTES
  • TEST FOR BITRISE GITHUB RELEASE NOTES
  • TEST FOR BITRISE GITHUB RELEASE NOTES
  • TEST FOR BITRISE GITHUB RELEASE NOTES
  • TEST FOR BITRISE GITHUB RELEASE NOTES
  • TEST FOR BITRISE GITHUB RELEASE NOTES
  • TEST FOR BITRISE GITHUB RELEASE NOTES
  • TEST FOR BITRISE GITHUB RELEASE NOTES
  • TEST FOR BITRISE GITHUB RELEASE NOTES
  • TEST FOR BITRISE GITHUB RELEASE NOTES
  • TEST FOR BITRISE GITHUB RELEASE NOTES
  • TEST FOR BITRISE GITHUB RELEASE NOTES

Test

  • Test for Bitrise
  • Test for Bitrise
  • Test for Bitrise
  • Test for Bitrise

Update

  • Update README.md
  • Update README.md
  • Update README.md
  • Update .gitignore

Updated

  • Updated README and .gitignore

Upgraded

  • Upgraded glide dependencies