Commit Graph

2002 Commits

Author SHA1 Message Date
Allan Nordhøy 4156b5913a App strings reworked 2021-09-05 21:05:20 +04:00
Dmitriy Bogdanov bd5e401446 Fix and improve some strings 2021-09-05 21:05:20 +04:00
Allan Nordhøy 85c69f40b3 App strings reworked 2021-09-05 21:02:44 +04:00
Thomas Citharel 2481616f80 Merge pull request #1192 from wallabag/fix_link_menu
Fix the link menu
2021-08-08 19:52:18 +02:00
Dmitriy Bogdanov 1f66573f04 Revert "Replace deprecated method usage"
This reverts commit f214a3b165.

Turns out the suggested method is not called before API 24.
2021-08-08 20:54:18 +04:00
Thomas Citharel 827a281e98 Merge pull request #1188 from weblate/weblate-wallabag-android-app
Translations update from Weblate
2021-07-25 16:57:18 +02:00
gnu-ewm f960849f21 Translated using Weblate (Polish)
Currently translated at 84.6% (286 of 338 strings)
2021-07-24 23:22:04 +02:00
dependabot[bot] 1db61c8b79 Merge pull request #1186 from wallabag/dependabot/gradle/androidx.appcompat-appcompat-1.3.1 2021-07-24 21:22:00 +00:00
dependabot[bot] 97e5e5c33c Merge pull request #1185 from wallabag/dependabot/gradle/org.slf4j-slf4j-android-1.7.32 2021-07-24 21:21:29 +00:00
dependabot[bot] 0d75a37b67 Bump appcompat from 1.3.0 to 1.3.1
Bumps appcompat from 1.3.0 to 1.3.1.

---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-22 02:02:38 +00:00
dependabot[bot] a270f9119b Bump slf4j-android from 1.7.31 to 1.7.32
Bumps slf4j-android from 1.7.31 to 1.7.32.

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-21 02:02:51 +00:00
dependabot[bot] 9db24e9350 Merge pull request #1179 from wallabag/dependabot/gradle/com.android.tools.build-gradle-4.2.2 2021-07-01 15:38:04 +00:00
dependabot[bot] 471dc1b991 Bump gradle from 4.2.1 to 4.2.2
Bumps gradle from 4.2.1 to 4.2.2.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 02:03:47 +00:00
dependabot[bot] d00334cc3b Merge pull request #1178 from wallabag/dependabot/gradle/org.slf4j-slf4j-android-1.7.31 2021-06-21 07:11:11 +00:00
dependabot[bot] 5fd10de0c0 Bump slf4j-android from 1.7.30 to 1.7.31
Bumps slf4j-android from 1.7.30 to 1.7.31.

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 02:02:30 +00:00
Thomas Citharel e44ae1b36a Merge pull request #1175 from wallabag/release_2.4.3
Version 2.4.3
2.4.3
2021-06-18 17:46:56 +02:00
Thomas Citharel 69bc8023b8 Add French translation for the 2.4.3 version changelog
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-06-18 17:43:45 +02:00
Thomas Citharel cd242bac51 Merge pull request #1177 from wallabag/fix_custom_text_selection_actions
Fix custom text selection actions on Android 11+
2021-06-18 17:02:46 +02:00
Dmitriy Bogdanov 2a22a8ab62 Version 2.4.3 2021-06-18 18:33:07 +04:00
Dmitriy Bogdanov be409e2ab1 Fix custom text selection actions on Android 11+ 2021-06-18 18:22:01 +04:00
Thomas Citharel 6c6d90fd41 Merge pull request #1174 from wallabag/limit_annotation_length
Truncate annotation quotes at 10000 characters
2021-06-16 23:01:11 +02:00
Dmitriy Bogdanov 399d958652 Truncate annotation quotes at 10000 characters 2021-06-16 21:47:17 +04:00
Thomas Citharel d94f35d674 Merge pull request #1170 from Strubbl/increase-widget-number
Increase widget counter of max. number unread articles to 9999
2021-06-14 23:45:59 +02:00
Sven Fischer 37877fbdbd Increase widget counter of max. number unread articles to 9999 2021-06-14 23:12:11 +02:00
Strubbl e409774804 Merge pull request #1164 from weblate/weblate-wallabag-android-app
Translations update from Weblate
2021-06-14 23:05:04 +02:00
Marek 43cecae373 Translated using Weblate (Czech)
Currently translated at 100.0% (338 of 338 strings)
2021-06-14 22:46:35 +02:00
ssantos abb9d8fe2b Translated using Weblate (Portuguese)
Currently translated at 50.0% (169 of 338 strings)
2021-06-14 22:46:35 +02:00
creywood 3b59bcc338 Update quote style and remove bottom margin from paragraphs within them (#1165)
* Remove bottom margin from paragraphs in quote blocks

Fixes #1163

* Ensure that spaces between paragraphs in quotes will remain

#1163

* Ensure sufficient spacing above and below blockquotes

This is similar to what wallabag web is doing and avoids cases where
two blockquotes would be joined without space, or a blockquote could end
up butted up against the following content.

* Further fixes for blockquote extra bottom margin

Brings in changes for #1143, removing all borders and padding between
blockquote and children, allowing for margin collapsing

* Whitespace fix

* Quote accent colour change as requested

* Sync quote high contrast change across themes

Co-authored-by: Chris Heywood <31988069+creywood@users.noreply.github.co>
2021-06-14 22:46:31 +02:00
dependabot[bot] f38ffd8f7c Merge pull request #1167 from wallabag/dependabot/gradle/androidx.appcompat-appcompat-1.3.0 2021-06-14 20:45:40 +00:00
dependabot[bot] b973096e5e Bump appcompat from 1.2.0 to 1.3.0
Bumps appcompat from 1.2.0 to 1.3.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-14 20:38:53 +00:00
dependabot[bot] b0ee9be970 Merge pull request #1168 from wallabag/dependabot/gradle/androidx.recyclerview-recyclerview-1.2.1 2021-06-14 20:38:12 +00:00
dependabot[bot] ad3c08da1c Bump recyclerview from 1.2.0 to 1.2.1
Bumps recyclerview from 1.2.0 to 1.2.1.

---
updated-dependencies:
- dependency-name: androidx.recyclerview:recyclerview
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-03 02:03:02 +00:00
dependabot[bot] a68859f624 Merge pull request #1166 from wallabag/dependabot/gradle/com.android.tools.build-gradle-4.2.1 2021-05-15 09:35:56 +00:00
dependabot[bot] 27ccba694f Bump gradle from 4.2.0 to 4.2.1
Bumps gradle from 4.2.0 to 4.2.1.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-14 02:03:06 +00:00
Thomas Citharel e2d3ddd333 Merge pull request #1159 from wallabag/update_gradle
Update gradle
2021-05-06 15:32:01 +02:00
Thomas Citharel c6b15eaaa0 Merge pull request #1160 from wallabag/replace_jcenter
Replace JCenter with Maven Central
2021-05-06 14:06:03 +02:00
Dmitriy Bogdanov 04258a7146 Replace JCenter with Maven Central 2021-05-06 15:22:28 +04:00
Dmitriy Bogdanov f96e99b373 Update Android gradle plugin to 4.2.0 2021-05-06 15:03:24 +04:00
Dmitriy Bogdanov b5f207c99b Update gradle wrapper to 6.8.3 2021-05-06 14:50:19 +04:00
dependabot[bot] 9de688a23d Merge pull request #1158 from wallabag/dependabot/gradle/androidx.media-media-1.3.1 2021-05-06 10:04:25 +00:00
dependabot[bot] 60525c2391 Bump media from 1.2.1 to 1.3.1
Bumps media from 1.2.1 to 1.3.1.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-06 02:02:32 +00:00
Strubbl 447bd00bdc Merge pull request #1156 from weblate/weblate-wallabag-android-app
Translations update from Weblate
2021-05-04 18:39:14 +02:00
Marek dc78dcaf7d Translated using Weblate (Czech)
Currently translated at 99.7% (337 of 338 strings)
2021-05-04 18:30:25 +02:00
Strubbl ddd203877b Merge pull request #1116 from TacoTheDank/master
Use some Compat classes
2021-05-04 18:30:22 +02:00
Strubbl 809738ea5f Merge pull request #1149 from solkaz/fix-issue-1125
fix: return empty list of Articles if SQLException is thrown
2021-05-04 18:27:51 +02:00
dependabot[bot] 5a3d9053b9 Merge pull request #1152 from wallabag/dependabot/gradle/androidx.recyclerview-recyclerview-1.2.0 2021-05-04 16:26:59 +00:00
Strubbl 292ded570d Merge pull request #1154 from wallabag/lower_exists_query_length
Lower max query length of the `exists` API request
2021-05-04 18:25:45 +02:00
Dmitriy Bogdanov 14b7bfad76 Lower max query length of the exists API request
...to avoid StreamResetException with HTTP2+nginx.

Use the library default instead of a custom value.
2021-04-20 11:11:08 +04:00
dependabot[bot] e20be5396f Bump recyclerview from 1.1.0 to 1.2.0
Bumps recyclerview from 1.1.0 to 1.2.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-08 02:02:53 +00:00
TacoTheDank 154a14e460 Use AndroidX Media Compat classes for audiofocusrequest 2021-04-03 10:50:19 +04:00