Commit Graph

2350 Commits

Author SHA1 Message Date
mr.bumper Gonzalez perez
235d7c1abc Translated using Weblate (Spanish)
Currently translated at 100.0% (62 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/es/
2020-06-24 11:20:39 +02:00
Anonymous
1950a299ec Translated using Weblate (Spanish)
Currently translated at 100.0% (62 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/es/
2020-06-24 11:19:22 +02:00
Anonymous
bed1a89489 Translated using Weblate (Spanish)
Currently translated at 95.1% (59 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/es/
2020-06-24 11:18:51 +02:00
Anonymous
3f8bd535e7 Translated using Weblate (Spanish)
Currently translated at 93.5% (58 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/es/
2020-06-24 11:18:41 +02:00
Anonymous
0b9b3bdb8d Translated using Weblate (Spanish)
Currently translated at 91.9% (57 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/es/
2020-06-24 11:18:32 +02:00
Anonymous
2a4524c1b4 Translated using Weblate (Spanish)
Currently translated at 90.3% (56 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/es/
2020-06-24 11:18:16 +02:00
mr.bumper Gonzalez perez
c445316f42 Translated using Weblate (Spanish)
Currently translated at 90.3% (56 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/es/
2020-06-24 11:18:16 +02:00
Anonymous
5de8535d88 Translated using Weblate (Spanish)
Currently translated at 88.7% (55 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/es/
2020-06-24 11:18:02 +02:00
Anonymous
28cc14cd0f Translated using Weblate (Spanish)
Currently translated at 87.0% (54 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/es/
2020-06-24 11:17:38 +02:00
Anonymous
ce879338f0 Translated using Weblate (Spanish)
Currently translated at 85.4% (53 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/es/
2020-06-24 11:17:25 +02:00
mr.bumper Gonzalez perez
2ab199bc9d Translated using Weblate (Spanish)
Currently translated at 83.8% (52 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/es/
2020-06-24 11:17:19 +02:00
c3c92fadcd ComposeActivity: preview ability for Pleroma, WIP 2020-06-23 18:18:41 +03:00
Konrad Pozniak
0e6ad0eee7 fix MainActivity title when coming from a notification (#1844) 2020-06-23 12:47:22 +03:00
Konrad Pozniak
4d811dc51d upgrade gradle wrapper, materialdrawer and AndroidX fragment (#1837) 2020-06-23 12:47:15 +03:00
Konrad Pozniak
5e041d9f1d speedup blurhash decoding by using a intermediate int array (#1835) 2020-06-23 12:47:06 +03:00
Konrad Pozniak
d3910e618b don't create a CW when sharing text to Tusky (#1836) 2020-06-23 12:46:57 +03:00
Konrad Pozniak
092e629a7f add possibility to move the main navigation to the bottom (#1808)
* add possibility to move the main navigation to the bottom

* add top toolbar with drawer toggle, title and search button
2020-06-23 12:46:43 +03:00
caf0873cf7 app: patch to compile 2020-06-16 14:55:55 +03:00
Ivan Kupalov
fb867c928c Fix settings default values for preferences (#1828)
At some point settings DSL was refactored to first add a preference and
then run the builder. We shouldn't add a preference to the hierarchy
without setting a key for the preference first because preference gets
it's default value in `onAttachedToHierarchy()` and if the key is not
set then no default value will be set either.

This commit changes the order to execute builder (and set the key)
first and and preference to the point later.
2020-06-15 17:08:36 +03:00
Levi Bard
3375b512d9 Fix preview cards for uncollapsible statuses (#1826) 2020-06-15 17:08:24 +03:00
Ivan Kupalov
a4bcde2c83 Settings refactor (#1615)
* Refactor main preferences to use DSL

* Refactor account preferences to use DSL

* Use DSL in rest of the preference screens

* Preferences cleanup

* Fix preference dependencies
2020-06-15 17:08:12 +03:00
Ivan Kupalov
b60125f2bb Fix loading more than one page of favs/bookmarks, fix #1824 (#1825) 2020-06-15 16:40:00 +03:00
Conny Duck
869c6dacad downgrade dagger to get rid of READ_PHONE_STATE permission
https://github.com/google/dagger/issues/1864
2020-06-15 16:39:49 +03:00
Konrad Pozniak
f89d82d1b7 cleanup proguard rules (#1819) 2020-06-15 16:39:27 +03:00
Konrad Pozniak
7d255e8302 upgrade gradle, AGP and dependencies (#1818)
* upgrade gradle, AGP and dependencies

* fix new layout related warnings
2020-06-15 16:39:06 +03:00
Levi Bard
1a40d392f7 One more layout fix for length-collapsed posts with preview cards (#1805) 2020-06-15 16:25:16 +03:00
Konrad Pozniak
e4aee072e4 use AndroidX WorkManager instead of Evernote Android Job (#1783)
* use AndroidX WorkManager instead of Evernote Android Job

* move notification related classes to their own package

* fix missing import
2020-06-15 16:22:35 +03:00
d280616d01 l10n: upgrade generated translations 2020-06-15 16:14:27 +03:00
39a03b31c8 l10n: upgrade translations from upstream 2020-06-15 16:09:36 +03:00
Karol Kosek
8b344ef049 Translated using Weblate (Polish)
Currently translated at 88.7% (55 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/pl/
2020-06-06 10:11:28 +02:00
vala
a812e58032 Translated using Weblate (Norwegian Nynorsk)
Currently translated at 1.6% (1 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/nn/
2020-06-03 01:11:27 +02:00
vala
e4cb7662fe Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (62 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/nb_NO/
2020-06-03 01:11:27 +02:00
vala
c204e050f1 Translated using Weblate (Norwegian Bokmål)
Currently translated at 62.9% (39 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/nb_NO/
2020-05-30 00:53:23 +02:00
Karol Kosek
6aab836625 Translated using Weblate (Polish)
Currently translated at 87.0% (54 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/pl/
2020-05-30 00:53:23 +02:00
4e0ecdd338 Merge remote-tracking branch 'weblate/develop' into develop 2020-05-30 00:53:12 +02:00
64277ef45a app: all external references are now called Husky to not conflict with Tusky files 2020-05-28 04:53:56 +03:00
30d8ce5f8e Added translation using Weblate (Norwegian Nynorsk) 2020-05-28 03:39:22 +02:00
3909338b61 Added translation using Weblate (Norwegian Bokmål) 2020-05-28 03:39:21 +02:00
06e734c21f Translated using Weblate (Japanese)
Currently translated at 33.8% (21 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/ja/
2020-05-28 01:14:59 +02:00
a8734da38e Merge remote-tracking branch 'weblate/develop' into develop 2020-05-28 02:14:46 +03:00
00ec90f69c NotificationsFragment: always show appbar, even if there is no notifications
Thus, if user accidentally will filter everything, they will be able to return to initial state.
2020-05-28 01:12:29 +03:00
Serkan Cık
e755c874b4 Translated using Weblate (Turkish)
Currently translated at 95.1% (59 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/tr/
2020-05-25 23:11:25 +02:00
Karol Kosek
0b2794fa43 Translated using Weblate (Polish)
Currently translated at 35.4% (22 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/pl/
2020-05-25 23:11:25 +02:00
Hararan
25da3abc22 Translated using Weblate (Thai)
Currently translated at 100.0% (62 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/th/
2020-05-25 23:11:24 +02:00
Allysson Samuel Amorim Vaz Cunha
1a12301049 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (62 of 62 strings)

Translation: Husky/Husky translations
Translate-URL: https://l10n.mentality.rip/projects/husky/husky-translations/pt_BR/
2020-05-25 23:11:24 +02:00
Allysson Samuel Amorim Vaz Cunha
7ada5e496a Added translation using Weblate (Portuguese (Brazil)) 2020-05-24 15:20:35 +02:00
Karol Kosek
9902e808ba Added translation using Weblate (Polish) 2020-05-24 12:22:47 +02:00
Hararan
b4c17dae1d Added translation using Weblate (Thai) 2020-05-24 05:12:30 +02:00
3439a1e16a MediaUploader: fix stupid bug that made all pictures to be resized 2020-05-24 02:42:46 +03:00
03944de506 gradle: set version to 1.0 2020-05-23 15:19:47 +03:00
930e05be27 NodeInfo: replace Int by Long in upload limits, add test cases 2020-05-23 14:57:14 +03:00
25b57f3db4 l10n: add first generated translations 2020-05-23 00:47:18 +03:00
ca86a3de90 husky: add new flavor to be able to override original Tusky strings. Restore strings from upstream 2020-05-23 00:43:06 +03:00
2f62b3f600 Patch to compile 2020-05-22 21:57:35 +03:00
Konrad Pozniak
81004b68ea fix confirmReblogs default values (#1777) 2020-05-22 20:50:32 +03:00
Konrad Pozniak
bc156b16de Fix RxJava UndeliverableException crashes (#1778) 2020-05-22 20:49:56 +03:00
kyori19
50f7a7affa Add "account" filter context (#1776) 2020-05-22 20:49:29 +03:00
kyori19
06a0bf7744 Fix tag highlighting in editor (#1773)
* Fix tag highlighting in editor

* Add test case for tag highlighting
2020-05-22 20:48:35 +03:00
Konrad Pozniak
c36fafb633 fix cut off texts when device font size is set to largest (#1786) 2020-05-22 20:48:08 +03:00
Konrad Pozniak
9e6833cfdb enable multiple hashtags in one hashtag tab (#1790)
* enable multiple hashtags in one hashtag tab

* add comment explaining the code in TabAdapter

* delete unused drawables

* add padding to EditText in dialog
2020-05-22 20:14:53 +03:00
Levi Bard
e4caff2ff0 Fix showing/hiding of preview cards in timeline posts that are collapsed for length. (#1796)
Also properly places the preview card after the "collapse for length" button.
2020-05-22 20:09:24 +03:00
kyori19
f69e837cb3 Fix large media uploading (#1800) 2020-05-22 20:08:24 +03:00
e5ab9292ef l10n: import translations from upstream 2020-05-22 20:03:30 +03:00
962b6728dd Sticker: sort by title 2020-05-20 20:36:52 +03:00
ac2dba316e CustomEmojis: make emojis smaller in several another places 2020-05-20 17:59:50 +03:00
86b57cd1ef CustomEmojiHelper: rewrite to Kotlin 2020-05-20 17:51:36 +03:00
2ee70be3e4 search: fix reacting with emojis 2020-05-20 17:28:54 +03:00
41ee259196 ComposeViewModel: add Markdown/HTML support for glitch-soc(untested), fix file size limits for Pixelfed 2020-05-20 16:21:50 +03:00
91341d0955 ComposeActivity: fix broken polls on Pleroma 2020-05-13 20:14:35 +03:00
d705a85690 Stickers: add PleromaFE stickers support, enabled in settings 2020-05-13 02:59:20 +03:00
6417f31767 CustomEmojis: make emojis small when it's appropriate for UX 2020-05-11 22:19:34 +03:00
beb9dd69e4 CustomEmojiHelper: add a way to disable big emojis 2020-05-11 22:15:36 +03:00
978bc5ec44 l10n: Catalan: fixup XML syntax 2020-05-11 21:18:36 +03:00
8e2b421b1f CustomEmojiHelper: rewrite to Kotlin 2020-05-11 21:01:57 +03:00
4b0c7789c2 Merge remote-tracking branch 'weblate/develop' into develop 2020-05-08 18:07:59 +03:00
4351409cf0 Merge branch 'develop' of https://git.mentality.rip/FWGS/Husky into develop 2020-05-08 18:07:28 +03:00
267366b11a LicenseActivity: add new license information 2020-05-08 18:07:23 +03:00
Repu
617058313c l10n: Ukrainian: Translated using Weblate
Currently translated at 100.0% (20 of 20 strings)

Translation: Husky/UI translations
Translate-URL: https://l10n.mentality.rip/projects/husky/ui-translations/uk/
2020-05-08 14:56:12 +02:00
80650511a5 l10n: German: Translated using Weblate
Currently translated at 100.0% (20 of 20 strings)

Translation: Husky/UI translations
Translate-URL: https://l10n.mentality.rip/projects/husky/ui-translations/de/
2020-05-08 14:56:12 +02:00
77ac6f47b8 l10n: Japanese: Translated using Weblate
Currently translated at 55.0% (11 of 20 strings)

Translation: Husky/UI translations
Translate-URL: https://l10n.mentality.rip/projects/husky/ui-translations/ja/
2020-05-08 14:56:11 +02:00
Alice Heart
80cf473436 l10n: French: Translated using Weblate
Currently translated at 100.0% (20 of 20 strings)

Translation: Husky/UI translations
Translate-URL: https://l10n.mentality.rip/projects/husky/ui-translations/fr/
2020-05-08 14:56:11 +02:00
Repu
d90cda686b l10n: Ukrainian: Added translation using Weblate 2020-05-08 13:14:04 +02:00
Alperen
648d34665d l10n: Turkish: Added translation using Weblate 2020-05-07 16:38:44 +02:00
ca6d4f1141 l10n: German: Added translation using Weblate 2020-05-06 12:36:04 +02:00
58780af123 l10n: Japanese: Added translation using Weblate 2020-05-06 06:30:25 +02:00
Alice Heart
32c0d70b63 l10n: French: Added translation using Weblate 2020-05-05 23:55:55 +02:00
86888a1e57 l10n: Russian: Translated using Weblate
Currently translated at 100.0% (20 of 20 strings)

Translation: Husky/UI translations
Translate-URL: http://example.com/projects/husky/ui-translations/ru/
2020-05-05 22:11:58 +02:00
639c34ffc8 l10n: add translations for Catalan and Spanish by @Koishi@udongein.xyz 2020-05-05 22:04:28 +02:00
1e459d4855 l10n: (Russian): Translated using Weblate
Currently translated at 100.0% (20 of 20 strings)

Translation: Husky/UI translations
Translate-URL: http://example.com/projects/husky/ui-translations/ru/
2020-05-05 18:34:44 +02:00
18fa9fdf73 l10n: (Russian): Added translation using Weblate 2020-05-05 18:22:14 +02:00
e6fcf542bb translations: merge from upstream 2020-05-03 21:08:15 +03:00
876645069e translations: husky: Spanish and Catalan by @Koishi@udongein.xyz 2020-05-03 15:10:07 +03:00
473ac895b9 Fix test and lint 2020-05-03 12:42:57 +02:00
8641b0f220 Patch to compile, downgrade Kotlin version, otherwise it fails with useless message, disable incremental kapt otherwise it fails 2020-05-03 04:28:26 +03:00
Levi Bard
bf62187fe2 Don't interpret html inside poll options. (#1527)
* Don't interpret html inside poll options.
Closes #1362

* Update translations

* Mark poll_percent_format as untranslatable
2020-05-03 04:13:12 +03:00
Konrad Pozniak
2ed14d0b90 replace HtmlUtils with HtmlCompat (#1741)
* replace HtmlUtils with HtmlCompat

* fix tests
2020-05-03 04:12:08 +03:00
c7e7da9433 Cherry-picked 2cf1e366. 2020-05-03 04:05:38 +03:00
ac61284fa2 SpannedTypeAdapter: remove dead file 2020-05-03 03:43:43 +03:00
223abe8c08 MainActivity: apply existing ViewPager2Fix 2020-05-03 03:20:54 +03:00
01963d8f9b MainActivity: removal 2020-05-03 03:20:38 +03:00
Conny Duck
1cba30d3f2 close drawer after click 2020-05-03 03:18:02 +03:00
Ivan Kupalov
90d6237be0 Add preference to disable swipe gesture for switching tabs, close #1718 (#1752) 2020-05-03 03:17:54 +03:00
Konrad Pozniak
07d599e628 fix overlapping account items in AccountsInListFragment (#1768) 2020-05-03 03:15:59 +03:00
Konrad Pozniak
984a56a482 fix toots showing too much whitespace (#1761)
* fix toots showing too much whitespace

* use isWhitespace extension function
2020-05-03 03:15:57 +03:00
Konrad Pozniak
67a0bdcaed fix ugly media previews in conversation tab (#1762) 2020-05-03 03:14:37 +03:00
Sylvia van Os
d1ab0deb98 Fix content warning state being lost after screen rotation (#1756)
* Restore compose options after rotation

* Fix in ViewModel instead

* Move showContentWarning change into ViewModel
2020-05-03 03:12:32 +03:00
Konrad Pozniak
3e8b8f1f88 fix toot sending twice when using a hardware keyboard (#1758) 2020-05-03 03:12:05 +03:00
Konrad Pozniak
8a23f3b84c fix content warning in notifications when alwaysShowSpoiler is on (#1757) 2020-05-03 03:12:04 +03:00
Levi Bard
bf7e9e019d Confirm blocks and mutes from timelines (#1740)
* Add preference for confirming blocks and mutes from timelines
Implements #1737

* Apply code review feedback
2020-05-03 03:06:45 +03:00
Konrad Pozniak
ae651c3cf1 simplify ComposeOptionsView (#1734) 2020-05-03 03:04:00 +03:00
Levi Bard
57af67bf49 Fix NPE in follow requests view (#1739)
Fixes #1738
2020-05-03 03:04:00 +03:00
Levi Bard
683fb8f0f0 Ensure media are marked sensitive any time there's a content warning (#1728)
Addresses the most critical part of #1725, and may also apply to #1721
2020-05-03 03:01:17 +03:00
Levi Bard
507d9fe19d Add notifications for follow requests (#1729)
* Add notifications for follow requests
Issue #1719

* Revert item_follow_request layout, create new layout for follow request notifications

* Migrate follow request interaction from notification to observable pattern

* Filter follow request notifications by default

* Add missing cases for system notification generation

* Format code
2020-05-03 03:01:16 +03:00
333c906a36 gradle: disable another lint warning that I don't want to fix 2020-05-03 02:49:44 +03:00
9c1a4e91f3 EmojiKeyboard: add recents 2020-05-03 02:49:31 +03:00
47d903480e LinkHelper: try to fix error if account url is null 2020-05-03 02:49:31 +03:00
0c393585bd NetworkModule: hide different logging levels under comments to not look every time in documentation 2020-05-03 02:49:31 +03:00
4141030d2e filters: represent POST as json becausr booleans cannot be represented in urlencoded as Pleroma thinks 2020-04-28 04:01:19 +02:00
645098c3c7 ComposeActivity: put buttons into relativelayout and scrollview so they would not push send button outside of screen 2020-04-12 22:04:44 +03:00
8eb3b7ecca ComposeActivity: fix crash on old Android 2020-04-12 22:02:32 +03:00
508a91070e NetworkModule: oops, disable showing headers in logcat 2020-04-12 21:05:54 +03:00
fed8b01764 wysiwyg: add minimal editor based on MarkdownEdit library 2020-04-12 20:44:40 +03:00
ca196ffc73 compose: implement BBcode and HTML sending 2020-04-12 20:13:09 +03:00
569ca90147 AccountActivity: animate banner if animateGifAvatars is enabled 2020-04-10 19:20:28 +03:00
ff5ec41e76 http: haha content-encoding goes brrrr (enabled brotli compression) 2020-04-10 18:53:28 +03:00
e64831027c emojis: remove unicode emojis consisting of more than one code point as it's unsupported by Pleroma 2020-04-10 17:33:53 +03:00
Ivan Kupalov
5dd190404f Fix reblog confirm (#1723)
* Fix reblog confirmation default value

* Fix triggering reblog before confirming it

* Fix accidents caused by reblog confirmation
2020-04-10 16:41:06 +03:00
ca36dd0238 gradle: remove ndk version setting 2020-04-10 03:34:04 +03:00
74b4e0efee husky: regenerate artwork, fix incorrect dimensions, use pngcrush, add two new pics 2020-04-10 03:12:34 +03:00
50646e6e4c icons: add high-resolution icon for notifications 2020-04-10 02:19:43 +03:00
bb9a9b8f44 strings: change Add reaction to React 2020-04-10 02:19:03 +03:00
125186885d emoji_reactions: show keyboard as dialog 2020-04-10 02:18:37 +03:00
6100868c7a custom_emoji: fix showing emojis that may look like a regular expression 2020-04-10 02:14:33 +03:00
df315a3f3e emoji_reactions: implement for notifications fragment 2020-04-10 02:13:33 +03:00
06eda38140 emoji_keyboard: first keyboard, supports only unicode emojis 2020-04-10 02:11:38 +03:00
cbcb3838dd emoji: add all Unicode 12.0 emojis 2020-04-10 01:59:25 +03:00
ceadb76785 emoji: use bundled compat font 2020-04-10 01:58:47 +03:00
8d89f83bae adapter: replace simple viewholders by SingleViewHolder(extended from RecyclerView.ViewHolder but allowed to instantiate) 2020-04-10 01:58:06 +03:00
78cf552a32 Merge branch 'develop' of https://github.com/FWGS/Husky into develop 2020-03-16 18:47:27 +03:00
7ccb9ac5d2 Better handling of muted users and conversations, add option Hide muted users like in PleromaFE 2020-03-13 18:54:27 +03:00
6f91e1f9ff Revert "Hide muted users' statuses in timelines on client side, because we're getting full timeline now(to support muted conversations)"
This reverts commit f7623a0a44.
2020-03-13 17:46:22 +03:00
0214b50500 NotificationPreferences: fix crash when opening notifications settings 2020-03-13 17:00:20 +03:00
eb2dfa86a6 NotificationHelper: add a way to test legacy notification channels on new devices 2020-03-13 16:59:58 +03:00
fb6892cc57 view_background_message: make image big again 2020-03-13 16:19:37 +03:00
3320e6a0da StatusBaseViewHolder: fix recycling bug, fix emoji reaction view empty space touch 2020-03-12 06:16:57 +03:00
5e620c62ff Merge branch 'develop' of https://github.com/tuskyapp/Tusky into develop 2020-03-12 02:53:28 +03:00
2f0e79e8fa Merge branch 'develop' of https://git.mentality.rip/FWGS/Husky into develop 2020-03-12 02:53:15 +03:00
c531a0f069 splash: slightly update splash logo 2020-03-12 02:50:28 +03:00
Ivan Kupalov
b18fbe8949 Work around the bug in ComposeScheduleView, fix #1720 (#1722)
DatePicker seems to think that it's in UTC. So setting selected time
might not work as aspect and receiving value from it might be in UTC
as well. This commit fixes the second issue by interpreting the date
as UTC date. Tested with America/New_York (GMT-5 at the moment) and
Russia/Kamchatka (GMT+12).
2020-03-09 20:43:01 +01:00
bb0cde546a travis: disable lint abort for now 2020-03-06 23:44:07 +03:00