Compare commits

..
Author SHA1 Message Date
davidoskky 1c57435f54 Store api version and select correct date formatter when offline. 2021-03-21 14:16:21 +01:00
davidoskky 4bb20a75d7 Move api check to MyApp. 2021-03-21 13:57:08 +01:00
davidoskky 1f20e19a97 Ensure api version has been fetched before checking. 2021-03-21 11:45:25 +01:00
davidoskky 9b372a45ce Global date formatter. 2021-03-20 07:58:08 +01:00
davidoskky f4f8503037 Check new date format in items. 2021-03-19 17:24:25 +01:00
davidoskky 5b70ae138e Set date format according to api version. 2021-03-19 17:23:44 +01:00
davidoskky 626c9e2797 Migrate to View Binding. (#338) 2021-03-17 17:50:44 +01:00
Amine Bou 05cd96afc0 New Crowdin updates (#333)
* New translations strings.xml (Sinhala)

* New translations strings.xml (Sinhala)

* New translations strings.xml (French)

* New translations strings.xml (Spanish)

* New translations strings.xml (Catalan)

* New translations strings.xml (German)

* New translations strings.xml (Italian)

* New translations strings.xml (Korean)

* New translations strings.xml (Dutch)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Turkish)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Chinese Traditional)

* New translations strings.xml (Galician)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Indonesian)

* New translations strings.xml (Persian)

* New translations strings.xml (Sinhala)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Chinese Simplified)
2021-03-14 09:10:25 +01:00
davidoskky c8faa8984f Load settings when the home activity is created. (#336) 2021-03-14 09:09:12 +01:00
davidoskky a025efbf3b Fetch articles only when the home activity is created. (#335) 2021-03-11 22:04:10 +01:00
davidoskky e62e04e13b Added option to prevent updating sources and tags. (#332)
* Added option to prevent updating sources and tags.

* Delete removed sources and tags from database.
2021-03-06 13:03:45 +01:00
davidoskky e6b5ea4e67 Download read and starred items (#331)
* Save read and starred articles during background sync

* Use getItems

* Cache images of read articles

* Remove unused function

* Refactor functions
2021-01-12 03:55:47 +01:00
davidoskky c3148c6744 Sort articles by date when loading from db (#330) 2021-01-11 22:04:25 +01:00
aminecmi 193f538d29 Trying fastlane for f-droid repository. Fixes #321. 2021-01-10 21:40:17 +01:00
aminecmi 7f45db0473 Bakcground image caching issues should be fixed. 2021-01-10 21:20:33 +01:00
davidoskky d89423b9ac Fix crash when loading image that doesn't exist (#329)
* Wait until the image is downloaded

* Use timeout
2021-01-10 21:14:23 +01:00
aminecmi 25fd869c01 Closes #322. 2021-01-10 12:13:19 +01:00
davidoskky d1d956b77a Improve image caching (#327)
* Update to support rebase

* Prevent Glide from opening svg images
2021-01-10 05:08:40 +01:00
aminecmi 41c14362a8 Fixes #323. 2021-01-09 15:01:59 +01:00
davidoskky 6fa8c901fc Decode the title of sources containing special html characters (#326)
#325
2021-01-07 21:22:01 +01:00
aminecmi db124ab9de Changelog. 2020-12-24 13:49:32 +01:00
Amine Bou 953940690d New Crowdin updates (#317)
* New translations strings.xml (Sinhala)

* New translations strings.xml (Sinhala)
2020-12-23 09:34:21 +01:00
davidoskky 918661be2d Expand images on tap (#315)
* Detect click on images in WebView

* First stub of the fragment to show the image in full screen

* Scale image dimension to fit the display

* Hide toolbar from Image view

* Add back button to the Image view

* Open one image on tap

* Allow zooming on images

* Revert to using Toolbar for navigation.

* Remove vibration when opening the Image view

* Do not open links associated with images

* Send all images in the webpage to the Image fragment.

* Change image on swipe

* Store article images in cache in background.

* Use PhotoView in place of WebView to display images. Implemented a pager to swipe through images.

* Removed debugging logging.
2020-12-22 20:06:38 +01:00
55 changed files with 1153 additions and 430 deletions
+18
View File
@@ -26,6 +26,22 @@
- Closing #38. Only doing api calls on network available.
- Closing #298 and #287. Issues with Listview rendering
- Closing #290. Fixing back button issue in Settings
- Closing #300. Fixing issues when displaying some special characters.
- Closing #310. Some feeds don't have icons nor thumbnails.
- Closing #178. Expending images on tap.
- Closing #323. Old issue with textview not having the right color.
- Closing #324. Svg images loading crashes the app.
- Closing #322. App crashed because of svg images.
**1.6.x**
- Handling hidden tags.
@@ -46,6 +62,8 @@
- Fixes #215, #208.
- Fixes #328.
**1.5.7.x**
- Added confirmation to the mark as read and update menues.
Internal Server Error - Amine's git
500 Internal Server Error

Gitea Version: 1.28.0+dev-210-gd87d26d735