Allow Tor Caching + Our Own Linkify #316

Merged
erinn merged 7 commits from torcache into trunk 2022-01-18 23:06:25 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 1700306c78 - Show all commits

View File

@ -1,4 +1,4 @@
// Code Originally taken from https://github.com/Cretezy/flutter_linkify/
// Code Originally taken from https://github.com/Cretezy/flutter_linkify/blob/201e147e0b07b7ca5c543da8167d712d81760753/lib/flutter_linkify.dart
//
// Now uses local `linkify`
//

View File

@ -1,4 +1,4 @@
// Originally from linkify https://github.com/Cretezy/linkify/blob/master/lib/linkify.dart
// Originally from linkify https://github.com/Cretezy/linkify/blob/ba536fa85e7e3a16e580f153616f399458986183/lib/linkify.dart
// Removed options `removeWWW` and `humanize`
//
// MIT License

View File

@ -1,4 +1,4 @@
// Originally from linkify: https://github.com/Cretezy/linkify/blob/master/lib/src/url.dart
// Originally from linkify: https://github.com/Cretezy/linkify/blob/dfb3e43b0e56452bad584ddb0bf9b73d8db0589f/lib/src/url.dart
//
// Removed handling of `removeWWW` and `humanize`.
// Removed auto-appending of `http(s)://` to the readable url