mirror of
https://github.com/Livinglist/Hacki.git
synced 2025-08-06 18:24:42 +08:00
Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
459ab961d1 | |||
362d7005df | |||
6b7c1d42de | |||
2a889bca56 | |||
e25026f129 |
13
.github/FUNDING.yml
vendored
Normal file
13
.github/FUNDING.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# These are supported funding model platforms
|
||||||
|
|
||||||
|
github: livinglist
|
||||||
|
patreon: # Replace with a single Patreon username
|
||||||
|
open_collective: # Replace with a single Open Collective username
|
||||||
|
ko_fi: # Replace with a single Ko-fi username
|
||||||
|
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||||
|
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||||
|
liberapay: jfeng_for_open_source
|
||||||
|
issuehunt: # Replace with a single IssueHunt username
|
||||||
|
otechie: # Replace with a single Otechie username
|
||||||
|
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
|
||||||
|
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
Binary file not shown.
Before Width: | Height: | Size: 313 KiB After Width: | Height: | Size: 390 KiB |
1
fastlane/metadata/android/en-US/changelogs/58.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/58.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
- Offline mode now includes web pages.
|
1
fastlane/metadata/android/en-US/changelogs/59.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/59.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
- Offline mode now includes web pages.
|
1
fastlane/metadata/android/en-US/changelogs/60.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/60.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
- Offline mode now includes web pages.
|
Binary file not shown.
Before Width: | Height: | Size: 313 KiB After Width: | Height: | Size: 390 KiB |
@ -36,8 +36,6 @@ PODS:
|
|||||||
- Flutter
|
- Flutter
|
||||||
- url_launcher_ios (0.0.1):
|
- url_launcher_ios (0.0.1):
|
||||||
- Flutter
|
- Flutter
|
||||||
- video_player_avfoundation (0.0.1):
|
|
||||||
- Flutter
|
|
||||||
- wakelock (0.0.1):
|
- wakelock (0.0.1):
|
||||||
- Flutter
|
- Flutter
|
||||||
- webview_flutter_wkwebview (0.0.1):
|
- webview_flutter_wkwebview (0.0.1):
|
||||||
@ -59,7 +57,6 @@ DEPENDENCIES:
|
|||||||
- sqflite (from `.symlinks/plugins/sqflite/ios`)
|
- sqflite (from `.symlinks/plugins/sqflite/ios`)
|
||||||
- synced_shared_preferences (from `.symlinks/plugins/synced_shared_preferences/ios`)
|
- synced_shared_preferences (from `.symlinks/plugins/synced_shared_preferences/ios`)
|
||||||
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
|
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
|
||||||
- video_player_avfoundation (from `.symlinks/plugins/video_player_avfoundation/ios`)
|
|
||||||
- wakelock (from `.symlinks/plugins/wakelock/ios`)
|
- wakelock (from `.symlinks/plugins/wakelock/ios`)
|
||||||
- webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/ios`)
|
- webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/ios`)
|
||||||
- workmanager (from `.symlinks/plugins/workmanager/ios`)
|
- workmanager (from `.symlinks/plugins/workmanager/ios`)
|
||||||
@ -97,8 +94,6 @@ EXTERNAL SOURCES:
|
|||||||
:path: ".symlinks/plugins/synced_shared_preferences/ios"
|
:path: ".symlinks/plugins/synced_shared_preferences/ios"
|
||||||
url_launcher_ios:
|
url_launcher_ios:
|
||||||
:path: ".symlinks/plugins/url_launcher_ios/ios"
|
:path: ".symlinks/plugins/url_launcher_ios/ios"
|
||||||
video_player_avfoundation:
|
|
||||||
:path: ".symlinks/plugins/video_player_avfoundation/ios"
|
|
||||||
wakelock:
|
wakelock:
|
||||||
:path: ".symlinks/plugins/wakelock/ios"
|
:path: ".symlinks/plugins/wakelock/ios"
|
||||||
webview_flutter_wkwebview:
|
webview_flutter_wkwebview:
|
||||||
@ -123,7 +118,6 @@ SPEC CHECKSUMS:
|
|||||||
sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904
|
sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904
|
||||||
synced_shared_preferences: f722742b06d65c7315b8e9f56b794c9fbd5597f7
|
synced_shared_preferences: f722742b06d65c7315b8e9f56b794c9fbd5597f7
|
||||||
url_launcher_ios: 839c58cdb4279282219f5e248c3321761ff3c4de
|
url_launcher_ios: 839c58cdb4279282219f5e248c3321761ff3c4de
|
||||||
video_player_avfoundation: e489aac24ef5cf7af82702979ed16f2a5ef84cff
|
|
||||||
wakelock: d0fc7c864128eac40eba1617cb5264d9c940b46f
|
wakelock: d0fc7c864128eac40eba1617cb5264d9c940b46f
|
||||||
webview_flutter_wkwebview: b7e70ef1ddded7e69c796c7390ee74180182971f
|
webview_flutter_wkwebview: b7e70ef1ddded7e69c796c7390ee74180182971f
|
||||||
workmanager: 0afdcf5628bbde6924c21af7836fed07b42e30e6
|
workmanager: 0afdcf5628bbde6924c21af7836fed07b42e30e6
|
||||||
|
@ -568,7 +568,7 @@
|
|||||||
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 5;
|
||||||
DEVELOPMENT_TEAM = QMWX3X2NF7;
|
DEVELOPMENT_TEAM = QMWX3X2NF7;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
INFOPLIST_FILE = Runner/Info.plist;
|
INFOPLIST_FILE = Runner/Info.plist;
|
||||||
@ -577,7 +577,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 0.2.18;
|
MARKETING_VERSION = 0.2.19;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.jiaqi.hacki;
|
PRODUCT_BUNDLE_IDENTIFIER = com.jiaqi.hacki;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||||
@ -705,7 +705,7 @@
|
|||||||
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 5;
|
||||||
DEVELOPMENT_TEAM = QMWX3X2NF7;
|
DEVELOPMENT_TEAM = QMWX3X2NF7;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
INFOPLIST_FILE = Runner/Info.plist;
|
INFOPLIST_FILE = Runner/Info.plist;
|
||||||
@ -714,7 +714,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 0.2.18;
|
MARKETING_VERSION = 0.2.19;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.jiaqi.hacki;
|
PRODUCT_BUNDLE_IDENTIFIER = com.jiaqi.hacki;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||||
@ -736,7 +736,7 @@
|
|||||||
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 5;
|
||||||
DEVELOPMENT_TEAM = QMWX3X2NF7;
|
DEVELOPMENT_TEAM = QMWX3X2NF7;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
INFOPLIST_FILE = Runner/Info.plist;
|
INFOPLIST_FILE = Runner/Info.plist;
|
||||||
@ -745,7 +745,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 0.2.18;
|
MARKETING_VERSION = 0.2.19;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.jiaqi.hacki;
|
PRODUCT_BUNDLE_IDENTIFIER = com.jiaqi.hacki;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||||
|
@ -32,6 +32,7 @@ class StoriesBloc extends Bloc<StoriesEvent, StoriesState> {
|
|||||||
on<StoryRead>(onStoryRead);
|
on<StoryRead>(onStoryRead);
|
||||||
on<StoriesLoaded>(onStoriesLoaded);
|
on<StoriesLoaded>(onStoriesLoaded);
|
||||||
on<StoriesDownload>(onDownload);
|
on<StoriesDownload>(onDownload);
|
||||||
|
on<StoryDownloaded>(onStoryDownloaded);
|
||||||
on<StoriesExitOffline>(onExitOffline);
|
on<StoriesExitOffline>(onExitOffline);
|
||||||
on<StoriesPageSizeChanged>(onPageSizeChanged);
|
on<StoriesPageSizeChanged>(onPageSizeChanged);
|
||||||
on<ClearAllReadStories>(onClearAllReadStories);
|
on<ClearAllReadStories>(onClearAllReadStories);
|
||||||
@ -244,35 +245,48 @@ class StoriesBloc extends Bloc<StoriesEvent, StoriesState> {
|
|||||||
await _cacheRepository.deleteAllStories();
|
await _cacheRepository.deleteAllStories();
|
||||||
await _cacheRepository.deleteAllComments();
|
await _cacheRepository.deleteAllComments();
|
||||||
|
|
||||||
final Set<int> allIds = <int>{};
|
final Set<int> prioritizedIds = <int>{};
|
||||||
|
final List<StoryType> prioritizedTypes = <StoryType>[...types]
|
||||||
|
..remove(StoryType.latest);
|
||||||
|
|
||||||
for (final StoryType type in types) {
|
for (final StoryType type in prioritizedTypes) {
|
||||||
final List<int> ids = await _storiesRepository.fetchStoryIds(of: type);
|
final List<int> ids = await _storiesRepository.fetchStoryIds(of: type);
|
||||||
await _cacheRepository.cacheStoryIds(of: type, ids: ids);
|
await _cacheRepository.cacheStoryIds(of: type, ids: ids);
|
||||||
allIds.addAll(ids);
|
prioritizedIds.addAll(ids);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
emit(
|
||||||
|
state.copyWith(
|
||||||
|
storiesDownloaded: 0,
|
||||||
|
storiesToBeDownloaded: prioritizedIds.length,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
_storiesRepository
|
await fetchAndCacheStories(
|
||||||
.fetchStoriesStream(ids: allIds.toList())
|
prioritizedIds,
|
||||||
.listen((Story story) async {
|
includingWebPage: event.includingWebPage,
|
||||||
if (story.kids.isNotEmpty) {
|
isPrioritized: true,
|
||||||
await _cacheRepository.cacheStory(story: story);
|
);
|
||||||
_storiesRepository
|
|
||||||
.fetchAllChildrenComments(ids: story.kids)
|
final Set<int> latestIds = <int>{};
|
||||||
.listen((Comment? comment) async {
|
final List<int> ids = await _storiesRepository.fetchStoryIds(
|
||||||
if (comment != null) {
|
of: StoryType.latest,
|
||||||
await _cacheRepository.cacheComment(comment: comment);
|
);
|
||||||
}
|
await _cacheRepository.cacheStoryIds(of: StoryType.latest, ids: ids);
|
||||||
});
|
latestIds.addAll(ids);
|
||||||
}
|
|
||||||
}).onDone(() {
|
await fetchAndCacheStories(
|
||||||
emit(
|
latestIds,
|
||||||
state.copyWith(
|
includingWebPage: event.includingWebPage,
|
||||||
downloadStatus: StoriesDownloadStatus.finished,
|
isPrioritized: false,
|
||||||
),
|
);
|
||||||
);
|
|
||||||
});
|
emit(
|
||||||
|
state.copyWith(
|
||||||
|
downloadStatus: StoriesDownloadStatus.finished,
|
||||||
|
),
|
||||||
|
);
|
||||||
} catch (_) {
|
} catch (_) {
|
||||||
emit(
|
emit(
|
||||||
state.copyWith(
|
state.copyWith(
|
||||||
@ -282,6 +296,71 @@ class StoriesBloc extends Bloc<StoriesEvent, StoriesState> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future<void> fetchAndCacheStories(
|
||||||
|
Iterable<int> ids, {
|
||||||
|
required bool includingWebPage,
|
||||||
|
required bool isPrioritized,
|
||||||
|
}) async {
|
||||||
|
for (final int id in ids) {
|
||||||
|
final Story? story = await _storiesRepository.fetchStoryBy(id);
|
||||||
|
|
||||||
|
if (story == null) {
|
||||||
|
if (isPrioritized) {
|
||||||
|
add(StoryDownloaded(skipped: true));
|
||||||
|
}
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (story.kids.isEmpty) {
|
||||||
|
if (isPrioritized) {
|
||||||
|
add(StoryDownloaded(skipped: true));
|
||||||
|
}
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
await _cacheRepository.cacheStory(story: story);
|
||||||
|
|
||||||
|
if (story.url.isNotEmpty && includingWebPage) {
|
||||||
|
await _cacheRepository.cacheUrl(url: story.url);
|
||||||
|
}
|
||||||
|
|
||||||
|
final Completer<void> completer = Completer<void>();
|
||||||
|
_storiesRepository
|
||||||
|
.fetchAllChildrenComments(ids: story.kids)
|
||||||
|
.listen((Comment? comment) async {
|
||||||
|
if (comment != null) {
|
||||||
|
await _cacheRepository.cacheComment(comment: comment);
|
||||||
|
}
|
||||||
|
}).onDone(() {
|
||||||
|
completer.complete();
|
||||||
|
add(StoryDownloaded(skipped: false));
|
||||||
|
});
|
||||||
|
|
||||||
|
await completer.future;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void onStoryDownloaded(StoryDownloaded event, Emitter<StoriesState> emit) {
|
||||||
|
if (event.skipped) {
|
||||||
|
emit(
|
||||||
|
state.copyWith(
|
||||||
|
storiesToBeDownloaded: state.storiesToBeDownloaded - 1,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
final int updatedStoriesDownloaded = state.storiesDownloaded + 1;
|
||||||
|
emit(
|
||||||
|
state.copyWith(
|
||||||
|
storiesDownloaded: updatedStoriesDownloaded,
|
||||||
|
storiesToBeDownloaded:
|
||||||
|
updatedStoriesDownloaded > state.storiesToBeDownloaded
|
||||||
|
? state.storiesToBeDownloaded + 1
|
||||||
|
: state.storiesToBeDownloaded,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Future<void> onPageSizeChanged(
|
Future<void> onPageSizeChanged(
|
||||||
StoriesPageSizeChanged event,
|
StoriesPageSizeChanged event,
|
||||||
Emitter<StoriesState> emit,
|
Emitter<StoriesState> emit,
|
||||||
@ -297,6 +376,7 @@ class StoriesBloc extends Bloc<StoriesEvent, StoriesState> {
|
|||||||
await _cacheRepository.deleteAllStoryIds();
|
await _cacheRepository.deleteAllStoryIds();
|
||||||
await _cacheRepository.deleteAllStories();
|
await _cacheRepository.deleteAllStories();
|
||||||
await _cacheRepository.deleteAllComments();
|
await _cacheRepository.deleteAllComments();
|
||||||
|
await _cacheRepository.deleteAllWebPages();
|
||||||
emit(state.copyWith(offlineReading: false));
|
emit(state.copyWith(offlineReading: false));
|
||||||
add(StoriesInitialize());
|
add(StoriesInitialize());
|
||||||
}
|
}
|
||||||
|
@ -38,8 +38,21 @@ class StoriesLoadMore extends StoriesEvent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class StoriesDownload extends StoriesEvent {
|
class StoriesDownload extends StoriesEvent {
|
||||||
|
StoriesDownload({required this.includingWebPage});
|
||||||
|
|
||||||
|
final bool includingWebPage;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
List<Object?> get props => <Object?>[];
|
List<Object?> get props => <Object?>[includingWebPage];
|
||||||
|
}
|
||||||
|
|
||||||
|
class StoryDownloaded extends StoriesEvent {
|
||||||
|
StoryDownloaded({required this.skipped});
|
||||||
|
|
||||||
|
final bool skipped;
|
||||||
|
|
||||||
|
@override
|
||||||
|
List<Object?> get props => <Object?>[skipped];
|
||||||
}
|
}
|
||||||
|
|
||||||
class StoriesExitOffline extends StoriesEvent {
|
class StoriesExitOffline extends StoriesEvent {
|
||||||
|
@ -23,6 +23,8 @@ class StoriesState extends Equatable {
|
|||||||
required this.offlineReading,
|
required this.offlineReading,
|
||||||
required this.downloadStatus,
|
required this.downloadStatus,
|
||||||
required this.currentPageSize,
|
required this.currentPageSize,
|
||||||
|
required this.storiesDownloaded,
|
||||||
|
required this.storiesToBeDownloaded,
|
||||||
});
|
});
|
||||||
|
|
||||||
const StoriesState.init({
|
const StoriesState.init({
|
||||||
@ -61,7 +63,9 @@ class StoriesState extends Equatable {
|
|||||||
}) : offlineReading = false,
|
}) : offlineReading = false,
|
||||||
downloadStatus = StoriesDownloadStatus.initial,
|
downloadStatus = StoriesDownloadStatus.initial,
|
||||||
currentPageSize = 0,
|
currentPageSize = 0,
|
||||||
readStoriesIds = const <int>{};
|
readStoriesIds = const <int>{},
|
||||||
|
storiesDownloaded = 0,
|
||||||
|
storiesToBeDownloaded = 0;
|
||||||
|
|
||||||
final Map<StoryType, List<Story>> storiesByType;
|
final Map<StoryType, List<Story>> storiesByType;
|
||||||
final Map<StoryType, List<int>> storyIdsByType;
|
final Map<StoryType, List<int>> storyIdsByType;
|
||||||
@ -71,6 +75,8 @@ class StoriesState extends Equatable {
|
|||||||
final StoriesDownloadStatus downloadStatus;
|
final StoriesDownloadStatus downloadStatus;
|
||||||
final bool offlineReading;
|
final bool offlineReading;
|
||||||
final int currentPageSize;
|
final int currentPageSize;
|
||||||
|
final int storiesDownloaded;
|
||||||
|
final int storiesToBeDownloaded;
|
||||||
|
|
||||||
StoriesState copyWith({
|
StoriesState copyWith({
|
||||||
Map<StoryType, List<Story>>? storiesByType,
|
Map<StoryType, List<Story>>? storiesByType,
|
||||||
@ -81,6 +87,8 @@ class StoriesState extends Equatable {
|
|||||||
StoriesDownloadStatus? downloadStatus,
|
StoriesDownloadStatus? downloadStatus,
|
||||||
bool? offlineReading,
|
bool? offlineReading,
|
||||||
int? currentPageSize,
|
int? currentPageSize,
|
||||||
|
int? storiesDownloaded,
|
||||||
|
int? storiesToBeDownloaded,
|
||||||
}) {
|
}) {
|
||||||
return StoriesState(
|
return StoriesState(
|
||||||
storiesByType: storiesByType ?? this.storiesByType,
|
storiesByType: storiesByType ?? this.storiesByType,
|
||||||
@ -91,6 +99,9 @@ class StoriesState extends Equatable {
|
|||||||
offlineReading: offlineReading ?? this.offlineReading,
|
offlineReading: offlineReading ?? this.offlineReading,
|
||||||
downloadStatus: downloadStatus ?? this.downloadStatus,
|
downloadStatus: downloadStatus ?? this.downloadStatus,
|
||||||
currentPageSize: currentPageSize ?? this.currentPageSize,
|
currentPageSize: currentPageSize ?? this.currentPageSize,
|
||||||
|
storiesDownloaded: storiesDownloaded ?? this.storiesDownloaded,
|
||||||
|
storiesToBeDownloaded:
|
||||||
|
storiesToBeDownloaded ?? this.storiesToBeDownloaded,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -102,18 +113,12 @@ class StoriesState extends Equatable {
|
|||||||
final Map<StoryType, List<Story>> newMap =
|
final Map<StoryType, List<Story>> newMap =
|
||||||
Map<StoryType, List<Story>>.from(storiesByType);
|
Map<StoryType, List<Story>>.from(storiesByType);
|
||||||
newMap[of] = List<Story>.from(newMap[of]!)..add(story);
|
newMap[of] = List<Story>.from(newMap[of]!)..add(story);
|
||||||
return StoriesState(
|
return copyWith(
|
||||||
storiesByType: newMap,
|
storiesByType: newMap,
|
||||||
storyIdsByType: storyIdsByType,
|
|
||||||
statusByType: statusByType,
|
|
||||||
currentPageByType: currentPageByType,
|
|
||||||
readStoriesIds: <int>{
|
readStoriesIds: <int>{
|
||||||
...readStoriesIds,
|
...readStoriesIds,
|
||||||
if (hasRead) story.id,
|
if (hasRead) story.id,
|
||||||
},
|
},
|
||||||
offlineReading: offlineReading,
|
|
||||||
downloadStatus: downloadStatus,
|
|
||||||
currentPageSize: currentPageSize,
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -124,15 +129,8 @@ class StoriesState extends Equatable {
|
|||||||
final Map<StoryType, List<int>> newMap =
|
final Map<StoryType, List<int>> newMap =
|
||||||
Map<StoryType, List<int>>.from(storyIdsByType);
|
Map<StoryType, List<int>>.from(storyIdsByType);
|
||||||
newMap[of] = to;
|
newMap[of] = to;
|
||||||
return StoriesState(
|
return copyWith(
|
||||||
storiesByType: storiesByType,
|
|
||||||
storyIdsByType: newMap,
|
storyIdsByType: newMap,
|
||||||
statusByType: statusByType,
|
|
||||||
currentPageByType: currentPageByType,
|
|
||||||
readStoriesIds: readStoriesIds,
|
|
||||||
offlineReading: offlineReading,
|
|
||||||
downloadStatus: downloadStatus,
|
|
||||||
currentPageSize: currentPageSize,
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -143,15 +141,8 @@ class StoriesState extends Equatable {
|
|||||||
final Map<StoryType, StoriesStatus> newMap =
|
final Map<StoryType, StoriesStatus> newMap =
|
||||||
Map<StoryType, StoriesStatus>.from(statusByType);
|
Map<StoryType, StoriesStatus>.from(statusByType);
|
||||||
newMap[of] = to;
|
newMap[of] = to;
|
||||||
return StoriesState(
|
return copyWith(
|
||||||
storiesByType: storiesByType,
|
|
||||||
storyIdsByType: storyIdsByType,
|
|
||||||
statusByType: newMap,
|
statusByType: newMap,
|
||||||
currentPageByType: currentPageByType,
|
|
||||||
readStoriesIds: readStoriesIds,
|
|
||||||
offlineReading: offlineReading,
|
|
||||||
downloadStatus: downloadStatus,
|
|
||||||
currentPageSize: currentPageSize,
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -162,15 +153,8 @@ class StoriesState extends Equatable {
|
|||||||
final Map<StoryType, int> newMap =
|
final Map<StoryType, int> newMap =
|
||||||
Map<StoryType, int>.from(currentPageByType);
|
Map<StoryType, int>.from(currentPageByType);
|
||||||
newMap[of] = to;
|
newMap[of] = to;
|
||||||
return StoriesState(
|
return copyWith(
|
||||||
storiesByType: storiesByType,
|
|
||||||
storyIdsByType: storyIdsByType,
|
|
||||||
statusByType: statusByType,
|
|
||||||
currentPageByType: newMap,
|
currentPageByType: newMap,
|
||||||
readStoriesIds: readStoriesIds,
|
|
||||||
offlineReading: offlineReading,
|
|
||||||
downloadStatus: downloadStatus,
|
|
||||||
currentPageSize: currentPageSize,
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -187,15 +171,11 @@ class StoriesState extends Equatable {
|
|||||||
final Map<StoryType, int> newCurrentPageMap =
|
final Map<StoryType, int> newCurrentPageMap =
|
||||||
Map<StoryType, int>.from(currentPageByType);
|
Map<StoryType, int>.from(currentPageByType);
|
||||||
newCurrentPageMap[of] = 0;
|
newCurrentPageMap[of] = 0;
|
||||||
return StoriesState(
|
return copyWith(
|
||||||
storiesByType: newStoriesMap,
|
storiesByType: newStoriesMap,
|
||||||
storyIdsByType: newStoryIdsMap,
|
storyIdsByType: newStoryIdsMap,
|
||||||
statusByType: newStatusMap,
|
statusByType: newStatusMap,
|
||||||
currentPageByType: newCurrentPageMap,
|
currentPageByType: newCurrentPageMap,
|
||||||
readStoriesIds: readStoriesIds,
|
|
||||||
offlineReading: offlineReading,
|
|
||||||
downloadStatus: downloadStatus,
|
|
||||||
currentPageSize: currentPageSize,
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -209,5 +189,7 @@ class StoriesState extends Equatable {
|
|||||||
offlineReading,
|
offlineReading,
|
||||||
downloadStatus,
|
downloadStatus,
|
||||||
currentPageSize,
|
currentPageSize,
|
||||||
|
storiesDownloaded,
|
||||||
|
storiesToBeDownloaded,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,7 @@ abstract class Constants {
|
|||||||
'https://apps.apple.com/us/app/hacki/id1602043763?action=write-review';
|
'https://apps.apple.com/us/app/hacki/id1602043763?action=write-review';
|
||||||
static const String googlePlayLink =
|
static const String googlePlayLink =
|
||||||
'https://play.google.com/store/apps/details?id=com.jiaqifeng.hacki&hl=en_US&gl=US';
|
'https://play.google.com/store/apps/details?id=com.jiaqifeng.hacki&hl=en_US&gl=US';
|
||||||
|
static const String sponsorLink = 'https://github.com/sponsors/Livinglist';
|
||||||
|
|
||||||
static const String _imagePath = 'assets/images';
|
static const String _imagePath = 'assets/images';
|
||||||
static const String hackerNewsLogoPath = '$_imagePath/hacker_news_logo.png';
|
static const String hackerNewsLogoPath = '$_imagePath/hacker_news_logo.png';
|
||||||
|
@ -178,7 +178,11 @@ class CommentsCubit extends Cubit<CommentsState> {
|
|||||||
if (updatedComments.length >= _pageSize + _pageSize * state.currentPage &&
|
if (updatedComments.length >= _pageSize + _pageSize * state.currentPage &&
|
||||||
updatedComments.length <=
|
updatedComments.length <=
|
||||||
_pageSize * 2 + _pageSize * state.currentPage) {
|
_pageSize * 2 + _pageSize * state.currentPage) {
|
||||||
_streamSubscription?.pause();
|
final bool isHidden = _cacheService.isHidden(comment.id);
|
||||||
|
|
||||||
|
if (!isHidden) {
|
||||||
|
_streamSubscription?.pause();
|
||||||
|
}
|
||||||
|
|
||||||
emit(
|
emit(
|
||||||
state.copyWith(
|
state.copyWith(
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
import 'package:flutter/foundation.dart';
|
||||||
import 'package:hacki/models/models.dart';
|
import 'package:hacki/models/models.dart';
|
||||||
import 'package:hive/hive.dart';
|
import 'package:hive/hive.dart';
|
||||||
|
import 'package:http/http.dart';
|
||||||
|
|
||||||
/// [CacheRepository] is for storing stories and comments for offline reading.
|
/// [CacheRepository] is for storing stories and comments for offline reading.
|
||||||
/// It's using [Hive] as its database which is being stored in temp directory.
|
/// It's using [Hive] as its database which is being stored in temp directory.
|
||||||
@ -7,19 +9,23 @@ class CacheRepository {
|
|||||||
CacheRepository({
|
CacheRepository({
|
||||||
Future<Box<List<int>>>? storyIdBox,
|
Future<Box<List<int>>>? storyIdBox,
|
||||||
Future<Box<Map<dynamic, dynamic>>>? storyBox,
|
Future<Box<Map<dynamic, dynamic>>>? storyBox,
|
||||||
|
Future<Box<String>>? webPageBox,
|
||||||
Future<LazyBox<Map<dynamic, dynamic>>>? commentBox,
|
Future<LazyBox<Map<dynamic, dynamic>>>? commentBox,
|
||||||
}) : _storyIdBox = storyIdBox ?? Hive.openBox<List<int>>(_storyIdBoxName),
|
}) : _storyIdBox = storyIdBox ?? Hive.openBox<List<int>>(_storyIdBoxName),
|
||||||
_storyBox =
|
_storyBox =
|
||||||
storyBox ?? Hive.openBox<Map<dynamic, dynamic>>(_storyBoxName),
|
storyBox ?? Hive.openBox<Map<dynamic, dynamic>>(_storyBoxName),
|
||||||
|
_webPageBox = webPageBox ?? Hive.openBox<String>(_webPageBoxName),
|
||||||
_commentBox = commentBox ??
|
_commentBox = commentBox ??
|
||||||
Hive.openLazyBox<Map<dynamic, dynamic>>(_commentBoxName);
|
Hive.openLazyBox<Map<dynamic, dynamic>>(_commentBoxName);
|
||||||
|
|
||||||
static const String _storyIdBoxName = 'storyIdBox';
|
static const String _storyIdBoxName = 'storyIdBox';
|
||||||
static const String _storyBoxName = 'storyBox';
|
static const String _storyBoxName = 'storyBox';
|
||||||
static const String _commentBoxName = 'commentBox';
|
static const String _commentBoxName = 'commentBox';
|
||||||
|
static const String _webPageBoxName = 'webPageBox';
|
||||||
final Future<Box<List<int>>> _storyIdBox;
|
final Future<Box<List<int>>> _storyIdBox;
|
||||||
final Future<Box<Map<dynamic, dynamic>>> _storyBox;
|
final Future<Box<Map<dynamic, dynamic>>> _storyBox;
|
||||||
final Future<LazyBox<Map<dynamic, dynamic>>> _commentBox;
|
final Future<LazyBox<Map<dynamic, dynamic>>> _commentBox;
|
||||||
|
final Future<Box<String>> _webPageBox;
|
||||||
|
|
||||||
Future<bool> get hasCachedStories =>
|
Future<bool> get hasCachedStories =>
|
||||||
_storyBox.then((Box<Map<dynamic, dynamic>> box) => box.isNotEmpty);
|
_storyBox.then((Box<Map<dynamic, dynamic>> box) => box.isNotEmpty);
|
||||||
@ -37,6 +43,22 @@ class CacheRepository {
|
|||||||
return box.put(story.id.toString(), story.toJson());
|
return box.put(story.id.toString(), story.toJson());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future<void> cacheUrl({required String url}) async {
|
||||||
|
final Box<String> box = await _webPageBox;
|
||||||
|
final String html = await compute(downloadWebPage, url);
|
||||||
|
return box.put(url, html);
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<String?> getHtml({required String url}) async {
|
||||||
|
final Box<String> box = await _webPageBox;
|
||||||
|
return box.get(url);
|
||||||
|
}
|
||||||
|
|
||||||
|
Future<bool> hasCachedWebPage({required String url}) async {
|
||||||
|
final Box<String> box = await _webPageBox;
|
||||||
|
return box.containsKey(url);
|
||||||
|
}
|
||||||
|
|
||||||
Future<List<int>> getCachedStoryIds({required StoryType of}) async {
|
Future<List<int>> getCachedStoryIds({required StoryType of}) async {
|
||||||
final Box<List<int>> box = await _storyIdBox;
|
final Box<List<int>> box = await _storyIdBox;
|
||||||
final List<int>? ids = box.get(of.name);
|
final List<int>? ids = box.get(of.name);
|
||||||
@ -119,9 +141,27 @@ class CacheRepository {
|
|||||||
return box.clear();
|
return box.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future<int> deleteAllWebPages() async {
|
||||||
|
final Box<String> box = await _webPageBox;
|
||||||
|
return box.clear();
|
||||||
|
}
|
||||||
|
|
||||||
Future<int> deleteAll() async {
|
Future<int> deleteAll() async {
|
||||||
return deleteAllStoryIds()
|
return deleteAllStoryIds()
|
||||||
.whenComplete(deleteAllStories)
|
.whenComplete(deleteAllStories)
|
||||||
.whenComplete(deleteAllComments);
|
.whenComplete(deleteAllComments)
|
||||||
|
.whenComplete(deleteAllWebPages);
|
||||||
|
}
|
||||||
|
|
||||||
|
static Future<String> downloadWebPage(String link) async {
|
||||||
|
try {
|
||||||
|
final Client client = Client();
|
||||||
|
final Uri url = Uri.parse(link);
|
||||||
|
final Response response = await client.get(url);
|
||||||
|
final String body = response.body;
|
||||||
|
return body;
|
||||||
|
} catch (_) {
|
||||||
|
return '''Web page not available.''';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -62,11 +62,14 @@ class _HomeScreenState extends State<HomeScreen>
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
void didPopNext() {
|
void didPopNext() {
|
||||||
|
super.didPopNext();
|
||||||
if (context.read<StoriesBloc>().deviceScreenType ==
|
if (context.read<StoriesBloc>().deviceScreenType ==
|
||||||
DeviceScreenType.mobile) {
|
DeviceScreenType.mobile) {
|
||||||
cacheService.resetCollapsedComments();
|
Future<void>.delayed(
|
||||||
|
const Duration(milliseconds: 500),
|
||||||
|
cacheService.resetCollapsedComments,
|
||||||
|
);
|
||||||
}
|
}
|
||||||
super.didPopNext();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
@ -390,8 +393,12 @@ class _HomeScreenState extends State<HomeScreen>
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!offlineReading && (isJobWithLink || (showWebFirst && !hasRead))) {
|
if (story.url.isNotEmpty && (isJobWithLink || (showWebFirst && !hasRead))) {
|
||||||
LinkUtil.launch(story.url, useReader: useReader);
|
LinkUtil.launch(
|
||||||
|
story.url,
|
||||||
|
useReader: useReader,
|
||||||
|
offlineReading: offlineReading,
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
context.read<StoriesBloc>().add(
|
context.read<StoriesBloc>().add(
|
||||||
|
@ -5,6 +5,7 @@ import 'package:flutter/material.dart';
|
|||||||
import 'package:flutter/services.dart';
|
import 'package:flutter/services.dart';
|
||||||
import 'package:flutter_bloc/flutter_bloc.dart';
|
import 'package:flutter_bloc/flutter_bloc.dart';
|
||||||
import 'package:flutter_cache_manager/flutter_cache_manager.dart';
|
import 'package:flutter_cache_manager/flutter_cache_manager.dart';
|
||||||
|
import 'package:flutter_feather_icons/flutter_feather_icons.dart';
|
||||||
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
|
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
|
||||||
import 'package:hacki/blocs/blocs.dart';
|
import 'package:hacki/blocs/blocs.dart';
|
||||||
import 'package:hacki/config/constants.dart';
|
import 'package:hacki/config/constants.dart';
|
||||||
@ -407,7 +408,7 @@ class _ProfileScreenState extends State<ProfileScreen>
|
|||||||
showAboutDialog(
|
showAboutDialog(
|
||||||
context: context,
|
context: context,
|
||||||
applicationName: 'Hacki',
|
applicationName: 'Hacki',
|
||||||
applicationVersion: 'v0.2.18',
|
applicationVersion: 'v0.2.19',
|
||||||
applicationIcon: ClipRRect(
|
applicationIcon: ClipRRect(
|
||||||
borderRadius: const BorderRadius.all(
|
borderRadius: const BorderRadius.all(
|
||||||
Radius.circular(12),
|
Radius.circular(12),
|
||||||
@ -447,7 +448,7 @@ class _ProfileScreenState extends State<ProfileScreen>
|
|||||||
SizedBox(
|
SizedBox(
|
||||||
width: 12,
|
width: 12,
|
||||||
),
|
),
|
||||||
Text('Source Code'),
|
Text('Source code'),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
@ -465,7 +466,23 @@ class _ProfileScreenState extends State<ProfileScreen>
|
|||||||
SizedBox(
|
SizedBox(
|
||||||
width: 12,
|
width: 12,
|
||||||
),
|
),
|
||||||
Text('Like the App?'),
|
Text('Like the app?'),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
ElevatedButton(
|
||||||
|
onPressed: () => LinkUtil.launch(
|
||||||
|
Constants.sponsorLink,
|
||||||
|
),
|
||||||
|
child: Row(
|
||||||
|
children: const <Widget>[
|
||||||
|
Icon(
|
||||||
|
FeatherIcons.coffee,
|
||||||
|
),
|
||||||
|
SizedBox(
|
||||||
|
width: 12,
|
||||||
|
),
|
||||||
|
Text('Buy me a coffee'),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
@ -648,11 +665,11 @@ class _ProfileScreenState extends State<ProfileScreen>
|
|||||||
child: const Text(
|
child: const Text(
|
||||||
'Cancel',
|
'Cancel',
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: Colors.red,
|
color: Colors.orange,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
ElevatedButton(
|
TextButton(
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
locator
|
locator
|
||||||
@ -671,15 +688,8 @@ class _ProfileScreenState extends State<ProfileScreen>
|
|||||||
showSnackBar(content: 'Data cleared!');
|
showSnackBar(content: 'Data cleared!');
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
style: ButtonStyle(
|
|
||||||
backgroundColor: MaterialStateProperty.all(Colors.deepOrange),
|
|
||||||
),
|
|
||||||
child: const Text(
|
child: const Text(
|
||||||
'Yes',
|
'Yes',
|
||||||
style: TextStyle(
|
|
||||||
fontWeight: FontWeight.bold,
|
|
||||||
color: Colors.white,
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
@ -855,9 +865,6 @@ class _ProfileScreenState extends State<ProfileScreen>
|
|||||||
},
|
},
|
||||||
child: const Text(
|
child: const Text(
|
||||||
'Cancel',
|
'Cancel',
|
||||||
style: TextStyle(
|
|
||||||
color: Colors.red,
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
ElevatedButton(
|
ElevatedButton(
|
||||||
@ -909,63 +916,30 @@ class _ProfileScreenState extends State<ProfileScreen>
|
|||||||
context: context,
|
context: context,
|
||||||
barrierDismissible: false,
|
barrierDismissible: false,
|
||||||
builder: (BuildContext context) {
|
builder: (BuildContext context) {
|
||||||
return SimpleDialog(
|
return AlertDialog(
|
||||||
children: <Widget>[
|
content: Text(
|
||||||
...<Widget>[
|
'Log out as ${authBloc.state.username}?',
|
||||||
const SizedBox(
|
style: const TextStyle(
|
||||||
height: 16,
|
fontSize: 16,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
actions: <Widget>[
|
||||||
|
TextButton(
|
||||||
|
onPressed: () => Navigator.pop(context),
|
||||||
|
child: const Text(
|
||||||
|
'Cancel',
|
||||||
),
|
),
|
||||||
Padding(
|
),
|
||||||
padding: const EdgeInsets.symmetric(
|
TextButton(
|
||||||
horizontal: 18,
|
onPressed: () {
|
||||||
),
|
Navigator.pop(context);
|
||||||
child: Text(
|
context.read<AuthBloc>().add(AuthLogout());
|
||||||
'Log out as ${authBloc.state.username}?',
|
context.read<HistoryCubit>().reset();
|
||||||
style: const TextStyle(
|
},
|
||||||
fontSize: 16,
|
child: const Text(
|
||||||
),
|
'Log out',
|
||||||
),
|
|
||||||
),
|
),
|
||||||
const SizedBox(
|
),
|
||||||
height: 16,
|
|
||||||
),
|
|
||||||
Padding(
|
|
||||||
padding: const EdgeInsets.only(
|
|
||||||
right: 12,
|
|
||||||
),
|
|
||||||
child: ButtonBar(
|
|
||||||
children: <Widget>[
|
|
||||||
TextButton(
|
|
||||||
onPressed: () => Navigator.pop(context),
|
|
||||||
child: const Text(
|
|
||||||
'Cancel',
|
|
||||||
style: TextStyle(
|
|
||||||
color: Colors.red,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
ElevatedButton(
|
|
||||||
onPressed: () {
|
|
||||||
Navigator.pop(context);
|
|
||||||
context.read<AuthBloc>().add(AuthLogout());
|
|
||||||
context.read<HistoryCubit>().reset();
|
|
||||||
},
|
|
||||||
style: ButtonStyle(
|
|
||||||
backgroundColor:
|
|
||||||
MaterialStateProperty.all(Colors.deepOrange),
|
|
||||||
),
|
|
||||||
child: const Text(
|
|
||||||
'Log out',
|
|
||||||
style: TextStyle(
|
|
||||||
fontWeight: FontWeight.bold,
|
|
||||||
color: Colors.white,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
@ -14,12 +14,15 @@ class OfflineListTile extends StatelessWidget {
|
|||||||
listenWhen: (StoriesState previous, StoriesState current) =>
|
listenWhen: (StoriesState previous, StoriesState current) =>
|
||||||
previous.downloadStatus != current.downloadStatus,
|
previous.downloadStatus != current.downloadStatus,
|
||||||
listener: (BuildContext context, StoriesState state) {
|
listener: (BuildContext context, StoriesState state) {
|
||||||
if (state.downloadStatus == StoriesDownloadStatus.failure) {
|
if (state.downloadStatus == StoriesDownloadStatus.failure ||
|
||||||
|
state.downloadStatus == StoriesDownloadStatus.finished) {
|
||||||
Wakelock.disable();
|
Wakelock.disable();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
buildWhen: (StoriesState previous, StoriesState current) =>
|
buildWhen: (StoriesState previous, StoriesState current) =>
|
||||||
previous.downloadStatus != current.downloadStatus,
|
previous.downloadStatus != current.downloadStatus ||
|
||||||
|
previous.storiesDownloaded != current.storiesDownloaded ||
|
||||||
|
previous.storiesToBeDownloaded != current.storiesToBeDownloaded,
|
||||||
builder: (BuildContext context, StoriesState state) {
|
builder: (BuildContext context, StoriesState state) {
|
||||||
final bool downloading =
|
final bool downloading =
|
||||||
state.downloadStatus == StoriesDownloadStatus.downloading;
|
state.downloadStatus == StoriesDownloadStatus.downloading;
|
||||||
@ -41,19 +44,53 @@ class OfflineListTile extends StatelessWidget {
|
|||||||
|
|
||||||
return ListTile(
|
return ListTile(
|
||||||
title: Text(
|
title: Text(
|
||||||
downloading ? 'Downloading All Stories...' : 'Download All Stories',
|
downloading
|
||||||
|
? '''Downloading All Stories (${state.storiesDownloaded}/${state.storiesToBeDownloaded})'''
|
||||||
|
: 'Download All Stories',
|
||||||
),
|
),
|
||||||
subtitle: const Text(
|
subtitle: const Text(
|
||||||
'download all latest stories that have at least one comment '
|
'download all latest stories that have at least one comment '
|
||||||
"for offline reading. (web page won't be downloaded)",
|
'for offline reading. (Please keep Hacki in foreground while '
|
||||||
|
'downloading.)',
|
||||||
),
|
),
|
||||||
trailing: trailingWidget,
|
trailing: trailingWidget,
|
||||||
isThreeLine: true,
|
isThreeLine: true,
|
||||||
onTap: () {
|
onTap: () {
|
||||||
|
if (state.downloadStatus == StoriesDownloadStatus.downloading) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
Connectivity().checkConnectivity().then((ConnectivityResult res) {
|
Connectivity().checkConnectivity().then((ConnectivityResult res) {
|
||||||
if (res != ConnectivityResult.none) {
|
if (res != ConnectivityResult.none) {
|
||||||
Wakelock.enable();
|
showDialog<bool>(
|
||||||
context.read<StoriesBloc>().add(StoriesDownload());
|
context: context,
|
||||||
|
builder: (BuildContext context) => AlertDialog(
|
||||||
|
title: const Text('Download web pages as well?'),
|
||||||
|
content: const Text('It will take longer time.'),
|
||||||
|
actions: <Widget>[
|
||||||
|
TextButton(
|
||||||
|
onPressed: () => Navigator.pop(context),
|
||||||
|
child: const Text('Cancel'),
|
||||||
|
),
|
||||||
|
TextButton(
|
||||||
|
onPressed: () => Navigator.pop(context, false),
|
||||||
|
child: const Text('No'),
|
||||||
|
),
|
||||||
|
TextButton(
|
||||||
|
onPressed: () => Navigator.pop(context, true),
|
||||||
|
child: const Text('Yes'),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
).then((bool? includeWebPage) {
|
||||||
|
if (includeWebPage != null) {
|
||||||
|
Wakelock.enable();
|
||||||
|
context.read<StoriesBloc>().add(
|
||||||
|
StoriesDownload(
|
||||||
|
includingWebPage: includeWebPage,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
@ -3,3 +3,4 @@ export 'profile/profile_screen.dart';
|
|||||||
export 'search/search_screen.dart';
|
export 'search/search_screen.dart';
|
||||||
export 'story/story_screen.dart';
|
export 'story/story_screen.dart';
|
||||||
export 'submit/submit_screen.dart';
|
export 'submit/submit_screen.dart';
|
||||||
|
export 'web_view/web_view_screen.dart';
|
||||||
|
@ -353,6 +353,10 @@ class _StoryScreenState extends State<StoryScreen> {
|
|||||||
.read<PreferenceCubit>()
|
.read<PreferenceCubit>()
|
||||||
.state
|
.state
|
||||||
.useReader,
|
.useReader,
|
||||||
|
offlineReading: context
|
||||||
|
.read<StoriesBloc>()
|
||||||
|
.state
|
||||||
|
.offlineReading,
|
||||||
),
|
),
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.only(
|
padding: const EdgeInsets.only(
|
||||||
@ -417,10 +421,13 @@ class _StoryScreenState extends State<StoryScreen> {
|
|||||||
height: 0,
|
height: 0,
|
||||||
),
|
),
|
||||||
if (state.onlyShowTargetComment) ...<Widget>[
|
if (state.onlyShowTargetComment) ...<Widget>[
|
||||||
TextButton(
|
Center(
|
||||||
onPressed: () =>
|
child: TextButton(
|
||||||
context.read<CommentsCubit>().loadAll(widget.story),
|
onPressed: () => context
|
||||||
child: const Text('View all comments'),
|
.read<CommentsCubit>()
|
||||||
|
.loadAll(widget.story),
|
||||||
|
child: const Text('View all comments'),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
const Divider(
|
const Divider(
|
||||||
height: 0,
|
height: 0,
|
||||||
@ -623,6 +630,7 @@ class _StoryScreenState extends State<StoryScreen> {
|
|||||||
builder: (BuildContext context, TimeMachineState state) {
|
builder: (BuildContext context, TimeMachineState state) {
|
||||||
return Center(
|
return Center(
|
||||||
child: Material(
|
child: Material(
|
||||||
|
color: Theme.of(context).canvasColor,
|
||||||
borderRadius: const BorderRadius.all(Radius.circular(4)),
|
borderRadius: const BorderRadius.all(Radius.circular(4)),
|
||||||
child: SizedBox(
|
child: SizedBox(
|
||||||
height: size.height * 0.8,
|
height: size.height * 0.8,
|
||||||
@ -781,50 +789,45 @@ class _StoryScreenState extends State<StoryScreen> {
|
|||||||
showDialog<void>(
|
showDialog<void>(
|
||||||
context: context,
|
context: context,
|
||||||
builder: (BuildContext context) =>
|
builder: (BuildContext context) =>
|
||||||
SimpleDialog(
|
AlertDialog(
|
||||||
title: Text('About ${state.user.id}'),
|
title: Text('About ${state.user.id}'),
|
||||||
contentPadding: const EdgeInsets.symmetric(
|
content: state.user.about.isEmpty
|
||||||
horizontal: 24,
|
? Row(
|
||||||
vertical: 12,
|
mainAxisAlignment:
|
||||||
),
|
MainAxisAlignment.center,
|
||||||
children: <Widget>[
|
children: const <Widget>[
|
||||||
SelectableLinkify(
|
Text(
|
||||||
text: HtmlUtil.parseHtml(
|
'empty',
|
||||||
state.user.about,
|
style: TextStyle(
|
||||||
),
|
color: Colors.grey,
|
||||||
linkStyle: const TextStyle(
|
),
|
||||||
color: Colors.orange,
|
|
||||||
),
|
|
||||||
onOpen: (LinkableElement link) {
|
|
||||||
if (link.url.contains(
|
|
||||||
'news.ycombinator.com/item',
|
|
||||||
)) {
|
|
||||||
onStoryLinkTapped.call(link.url);
|
|
||||||
} else {
|
|
||||||
LinkUtil.launch(link.url);
|
|
||||||
}
|
|
||||||
},
|
|
||||||
),
|
|
||||||
ButtonBar(
|
|
||||||
children: <Widget>[
|
|
||||||
ElevatedButton(
|
|
||||||
onPressed: () =>
|
|
||||||
Navigator.pop(context),
|
|
||||||
style: ButtonStyle(
|
|
||||||
backgroundColor:
|
|
||||||
MaterialStateProperty.all(
|
|
||||||
Colors.deepOrange,
|
|
||||||
),
|
),
|
||||||
|
],
|
||||||
|
)
|
||||||
|
: SelectableLinkify(
|
||||||
|
text: HtmlUtil.parseHtml(
|
||||||
|
state.user.about,
|
||||||
),
|
),
|
||||||
child: const Text(
|
linkStyle: const TextStyle(
|
||||||
'Okay',
|
color: Colors.orange,
|
||||||
style: TextStyle(
|
|
||||||
fontWeight: FontWeight.bold,
|
|
||||||
color: Colors.white,
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
|
onOpen: (LinkableElement link) {
|
||||||
|
if (link.url.contains(
|
||||||
|
'news.ycombinator.com/item',
|
||||||
|
)) {
|
||||||
|
onStoryLinkTapped
|
||||||
|
.call(link.url);
|
||||||
|
} else {
|
||||||
|
LinkUtil.launch(link.url);
|
||||||
|
}
|
||||||
|
},
|
||||||
),
|
),
|
||||||
],
|
actions: <Widget>[
|
||||||
|
TextButton(
|
||||||
|
onPressed: () => Navigator.pop(context),
|
||||||
|
child: const Text(
|
||||||
|
'Okay',
|
||||||
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
@ -942,53 +945,25 @@ class _StoryScreenState extends State<StoryScreen> {
|
|||||||
showDialog<bool>(
|
showDialog<bool>(
|
||||||
context: context,
|
context: context,
|
||||||
builder: (BuildContext context) {
|
builder: (BuildContext context) {
|
||||||
return SimpleDialog(
|
return AlertDialog(
|
||||||
title: const Text('Flag this comment?'),
|
title: const Text('Flag this comment?'),
|
||||||
children: <Widget>[
|
content: Text(
|
||||||
Padding(
|
'Flag this comment posted by ${item.by}?',
|
||||||
padding: const EdgeInsets.only(
|
style: const TextStyle(
|
||||||
left: 24,
|
color: Colors.grey,
|
||||||
right: 12,
|
),
|
||||||
),
|
),
|
||||||
child: Text(
|
actions: <Widget>[
|
||||||
'Flag this comment posted by ${item.by}?',
|
TextButton(
|
||||||
style: const TextStyle(
|
onPressed: () => Navigator.pop(context, false),
|
||||||
color: Colors.grey,
|
child: const Text(
|
||||||
),
|
'Cancel',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Padding(
|
TextButton(
|
||||||
padding: const EdgeInsets.only(
|
onPressed: () => Navigator.pop(context, true),
|
||||||
right: 12,
|
child: const Text(
|
||||||
),
|
'Yes',
|
||||||
child: ButtonBar(
|
|
||||||
children: <Widget>[
|
|
||||||
TextButton(
|
|
||||||
onPressed: () => Navigator.pop(context, false),
|
|
||||||
child: const Text(
|
|
||||||
'Cancel',
|
|
||||||
style: TextStyle(
|
|
||||||
color: Colors.red,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
ElevatedButton(
|
|
||||||
onPressed: () {
|
|
||||||
Navigator.pop(context, true);
|
|
||||||
},
|
|
||||||
style: ButtonStyle(
|
|
||||||
backgroundColor:
|
|
||||||
MaterialStateProperty.all(Colors.deepOrange),
|
|
||||||
),
|
|
||||||
child: const Text(
|
|
||||||
'Yes',
|
|
||||||
style: TextStyle(
|
|
||||||
fontWeight: FontWeight.bold,
|
|
||||||
color: Colors.white,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
@ -1006,55 +981,27 @@ class _StoryScreenState extends State<StoryScreen> {
|
|||||||
showDialog<bool>(
|
showDialog<bool>(
|
||||||
context: context,
|
context: context,
|
||||||
builder: (BuildContext context) {
|
builder: (BuildContext context) {
|
||||||
return SimpleDialog(
|
return AlertDialog(
|
||||||
title: Text('${isBlocked ? 'Unblock' : 'Block'} this user?'),
|
title: Text('${isBlocked ? 'Unblock' : 'Block'} this user?'),
|
||||||
children: <Widget>[
|
content: Text(
|
||||||
Padding(
|
'Do you want to ${isBlocked ? 'unblock' : 'block'} ${item.by}'
|
||||||
padding: const EdgeInsets.only(
|
' and ${isBlocked ? 'display' : 'hide'} '
|
||||||
left: 24,
|
'comments posted by this user?',
|
||||||
right: 12,
|
style: const TextStyle(
|
||||||
),
|
color: Colors.grey,
|
||||||
child: Text(
|
),
|
||||||
'Do you want to ${isBlocked ? 'unblock' : 'block'} ${item.by}'
|
),
|
||||||
' and ${isBlocked ? 'display' : 'hide'} '
|
actions: <Widget>[
|
||||||
'comments posted by this user?',
|
TextButton(
|
||||||
style: const TextStyle(
|
onPressed: () => Navigator.pop(context, false),
|
||||||
color: Colors.grey,
|
child: const Text(
|
||||||
),
|
'Cancel',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Padding(
|
TextButton(
|
||||||
padding: const EdgeInsets.only(
|
onPressed: () => Navigator.pop(context, true),
|
||||||
right: 12,
|
child: const Text(
|
||||||
),
|
'Yes',
|
||||||
child: ButtonBar(
|
|
||||||
children: <Widget>[
|
|
||||||
TextButton(
|
|
||||||
onPressed: () => Navigator.pop(context, false),
|
|
||||||
child: const Text(
|
|
||||||
'Cancel',
|
|
||||||
style: TextStyle(
|
|
||||||
color: Colors.red,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
ElevatedButton(
|
|
||||||
onPressed: () {
|
|
||||||
Navigator.pop(context, true);
|
|
||||||
},
|
|
||||||
style: ButtonStyle(
|
|
||||||
backgroundColor:
|
|
||||||
MaterialStateProperty.all(Colors.deepOrange),
|
|
||||||
),
|
|
||||||
child: const Text(
|
|
||||||
'Yes',
|
|
||||||
style: TextStyle(
|
|
||||||
fontWeight: FontWeight.bold,
|
|
||||||
color: Colors.white,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
@ -1239,9 +1186,6 @@ class _StoryScreenState extends State<StoryScreen> {
|
|||||||
},
|
},
|
||||||
child: const Text(
|
child: const Text(
|
||||||
'Cancel',
|
'Cancel',
|
||||||
style: TextStyle(
|
|
||||||
color: Colors.red,
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
ElevatedButton(
|
ElevatedButton(
|
||||||
|
54
lib/screens/web_view/web_view_screen.dart
Normal file
54
lib/screens/web_view/web_view_screen.dart
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:hacki/config/locator.dart';
|
||||||
|
import 'package:hacki/repositories/repositories.dart';
|
||||||
|
import 'package:webview_flutter/webview_flutter.dart';
|
||||||
|
|
||||||
|
class WebViewScreen extends StatefulWidget {
|
||||||
|
const WebViewScreen({
|
||||||
|
super.key,
|
||||||
|
required this.url,
|
||||||
|
});
|
||||||
|
|
||||||
|
final String url;
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<WebViewScreen> createState() => _WebViewScreenState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _WebViewScreenState extends State<WebViewScreen> {
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return Scaffold(
|
||||||
|
appBar: AppBar(
|
||||||
|
backgroundColor: Theme.of(context).canvasColor,
|
||||||
|
title: Text(
|
||||||
|
humanize(widget.url),
|
||||||
|
style: const TextStyle(
|
||||||
|
fontSize: 12,
|
||||||
|
),
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
textAlign: TextAlign.center,
|
||||||
|
),
|
||||||
|
centerTitle: true,
|
||||||
|
),
|
||||||
|
body: WebView(
|
||||||
|
onWebViewCreated: (WebViewController controller) async {
|
||||||
|
final String? html = await locator.get<CacheRepository>().getHtml(
|
||||||
|
url: widget.url,
|
||||||
|
);
|
||||||
|
|
||||||
|
if (html != null) {
|
||||||
|
await controller.loadHtmlString(html);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
static String humanize(String link) {
|
||||||
|
final String humanized = link
|
||||||
|
.replaceFirst(RegExp('https?://'), '')
|
||||||
|
.replaceFirst(RegExp(r'www\.'), '');
|
||||||
|
return humanized;
|
||||||
|
}
|
||||||
|
}
|
@ -13,6 +13,7 @@ class LinkPreview extends StatefulWidget {
|
|||||||
required this.link,
|
required this.link,
|
||||||
required this.story,
|
required this.story,
|
||||||
required this.showMetadata,
|
required this.showMetadata,
|
||||||
|
required this.offlineReading,
|
||||||
this.cache = const Duration(days: 30),
|
this.cache = const Duration(days: 30),
|
||||||
this.titleStyle,
|
this.titleStyle,
|
||||||
this.bodyStyle,
|
this.bodyStyle,
|
||||||
@ -100,6 +101,7 @@ class LinkPreview extends StatefulWidget {
|
|||||||
final List<BoxShadow>? boxShadow;
|
final List<BoxShadow>? boxShadow;
|
||||||
|
|
||||||
final bool showMetadata;
|
final bool showMetadata;
|
||||||
|
final bool offlineReading;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
_LinkPreviewState createState() => _LinkPreviewState();
|
_LinkPreviewState createState() => _LinkPreviewState();
|
||||||
@ -138,12 +140,14 @@ class _LinkPreviewState extends State<LinkPreview> {
|
|||||||
_url,
|
_url,
|
||||||
story: widget.story,
|
story: widget.story,
|
||||||
cache: widget.cache,
|
cache: widget.cache,
|
||||||
|
offlineReading: widget.offlineReading,
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
_info = await WebAnalyzer.getInfo(
|
_info = await WebAnalyzer.getInfo(
|
||||||
null,
|
null,
|
||||||
story: widget.story,
|
story: widget.story,
|
||||||
cache: widget.cache,
|
cache: widget.cache,
|
||||||
|
offlineReading: widget.offlineReading,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5,6 +5,7 @@ import 'dart:io';
|
|||||||
import 'package:collection/collection.dart' show IterableExtension;
|
import 'package:collection/collection.dart' show IterableExtension;
|
||||||
import 'package:fast_gbk/fast_gbk.dart';
|
import 'package:fast_gbk/fast_gbk.dart';
|
||||||
import 'package:flutter/foundation.dart';
|
import 'package:flutter/foundation.dart';
|
||||||
|
import 'package:hacki/config/locator.dart';
|
||||||
import 'package:hacki/extensions/extensions.dart';
|
import 'package:hacki/extensions/extensions.dart';
|
||||||
import 'package:hacki/models/models.dart';
|
import 'package:hacki/models/models.dart';
|
||||||
import 'package:hacki/repositories/repositories.dart';
|
import 'package:hacki/repositories/repositories.dart';
|
||||||
@ -112,6 +113,7 @@ class WebAnalyzer {
|
|||||||
required Story story,
|
required Story story,
|
||||||
Duration cache = const Duration(hours: 24),
|
Duration cache = const Duration(hours: 24),
|
||||||
bool multimedia = true,
|
bool multimedia = true,
|
||||||
|
required bool offlineReading,
|
||||||
}) async {
|
}) async {
|
||||||
InfoBase? info = getInfoFromCache(url);
|
InfoBase? info = getInfoFromCache(url);
|
||||||
|
|
||||||
@ -129,6 +131,27 @@ class WebAnalyzer {
|
|||||||
return info;
|
return info;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (offlineReading) {
|
||||||
|
int index = 0;
|
||||||
|
Comment? comment;
|
||||||
|
|
||||||
|
while (comment == null && index < story.kids.length) {
|
||||||
|
comment = await locator
|
||||||
|
.get<CacheRepository>()
|
||||||
|
.getCachedComment(id: story.kids.elementAt(index));
|
||||||
|
index++;
|
||||||
|
}
|
||||||
|
|
||||||
|
info = WebInfo(
|
||||||
|
title: story.title,
|
||||||
|
description: comment != null ? '${comment.by}: ${comment.text}' : null,
|
||||||
|
)
|
||||||
|
.._shouldRetry = false
|
||||||
|
.._timeout = DateTime.now();
|
||||||
|
cacheMap[url] = info;
|
||||||
|
return info;
|
||||||
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
info = await _getInfoByIsolate(
|
info = await _getInfoByIsolate(
|
||||||
url: url,
|
url: url,
|
||||||
@ -140,11 +163,16 @@ class WebAnalyzer {
|
|||||||
info._timeout = DateTime.now().add(cache);
|
info._timeout = DateTime.now().add(cache);
|
||||||
cacheMap[url] = info;
|
cacheMap[url] = info;
|
||||||
}
|
}
|
||||||
} catch (e) {
|
|
||||||
//locator.get<Logger>().log(Level.error, e);
|
|
||||||
}
|
|
||||||
|
|
||||||
return info;
|
return info;
|
||||||
|
} catch (e) {
|
||||||
|
return WebInfo(
|
||||||
|
title: story.title,
|
||||||
|
description: story.text,
|
||||||
|
)
|
||||||
|
.._shouldRetry = true
|
||||||
|
.._timeout = DateTime.now();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static Future<InfoBase?> _getInfo(String url, bool? multimedia) async {
|
static Future<InfoBase?> _getInfo(String url, bool? multimedia) async {
|
||||||
@ -256,20 +284,8 @@ class WebAnalyzer {
|
|||||||
static Future<String?> _fetchInfoFromStoryId(List<int> kids) async {
|
static Future<String?> _fetchInfoFromStoryId(List<int> kids) async {
|
||||||
if (kids.isEmpty) return null;
|
if (kids.isEmpty) return null;
|
||||||
|
|
||||||
final Comment? comment = await StoriesRepository()
|
final Comment? comment =
|
||||||
.fetchCommentBy(id: kids.first)
|
await StoriesRepository().fetchCommentBy(id: kids.first);
|
||||||
.catchError((Object err) async {
|
|
||||||
int index = 0;
|
|
||||||
Comment? comment;
|
|
||||||
|
|
||||||
while (comment == null && index < kids.length) {
|
|
||||||
comment =
|
|
||||||
await CacheRepository().getCachedComment(id: kids.elementAt(index));
|
|
||||||
index++;
|
|
||||||
}
|
|
||||||
|
|
||||||
return comment;
|
|
||||||
});
|
|
||||||
|
|
||||||
return comment != null ? '${comment.by}: ${comment.text}' : null;
|
return comment != null ? '${comment.by}: ${comment.text}' : null;
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:flutter_bloc/flutter_bloc.dart';
|
||||||
import 'package:flutter_fadein/flutter_fadein.dart';
|
import 'package:flutter_fadein/flutter_fadein.dart';
|
||||||
|
import 'package:hacki/blocs/blocs.dart';
|
||||||
import 'package:hacki/config/constants.dart';
|
import 'package:hacki/config/constants.dart';
|
||||||
import 'package:hacki/models/models.dart';
|
import 'package:hacki/models/models.dart';
|
||||||
import 'package:hacki/screens/widgets/widgets.dart';
|
import 'package:hacki/screens/widgets/widgets.dart';
|
||||||
@ -43,6 +45,7 @@ class StoryTile extends StatelessWidget {
|
|||||||
child: LinkPreview(
|
child: LinkPreview(
|
||||||
story: story,
|
story: story,
|
||||||
link: story.url,
|
link: story.url,
|
||||||
|
offlineReading: context.read<StoriesBloc>().state.offlineReading,
|
||||||
placeholderWidget: FadeIn(
|
placeholderWidget: FadeIn(
|
||||||
child: SizedBox(
|
child: SizedBox(
|
||||||
height: height,
|
height: height,
|
||||||
|
@ -2,12 +2,37 @@ import 'dart:io';
|
|||||||
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter_inappwebview/flutter_inappwebview.dart';
|
import 'package:flutter_inappwebview/flutter_inappwebview.dart';
|
||||||
|
import 'package:hacki/config/locator.dart';
|
||||||
|
import 'package:hacki/main.dart';
|
||||||
|
import 'package:hacki/repositories/repositories.dart';
|
||||||
|
import 'package:hacki/screens/screens.dart' show WebViewScreen;
|
||||||
import 'package:url_launcher/url_launcher.dart';
|
import 'package:url_launcher/url_launcher.dart';
|
||||||
|
|
||||||
abstract class LinkUtil {
|
abstract class LinkUtil {
|
||||||
static final ChromeSafariBrowser _browser = ChromeSafariBrowser();
|
static final ChromeSafariBrowser _browser = ChromeSafariBrowser();
|
||||||
|
|
||||||
static void launch(String link, {bool useReader = false}) {
|
static void launch(
|
||||||
|
String link, {
|
||||||
|
bool useReader = false,
|
||||||
|
bool offlineReading = false,
|
||||||
|
}) {
|
||||||
|
if (offlineReading) {
|
||||||
|
locator
|
||||||
|
.get<CacheRepository>()
|
||||||
|
.hasCachedWebPage(url: link)
|
||||||
|
.then((bool cached) {
|
||||||
|
if (cached) {
|
||||||
|
HackiApp.navigatorKey.currentState?.push<void>(
|
||||||
|
MaterialPageRoute<void>(
|
||||||
|
builder: (BuildContext context) => WebViewScreen(url: link),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
Uri rinseLink(String link) {
|
Uri rinseLink(String link) {
|
||||||
final RegExp regex = RegExp(r'\)|].*$');
|
final RegExp regex = RegExp(r'\)|].*$');
|
||||||
if (!link.contains('en.wikipedia.org') && link.contains(regex)) {
|
if (!link.contains('en.wikipedia.org') && link.contains(regex)) {
|
||||||
|
109
pubspec.lock
109
pubspec.lock
@ -99,20 +99,6 @@ packages:
|
|||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.3.1"
|
version: "1.3.1"
|
||||||
chewie:
|
|
||||||
dependency: transitive
|
|
||||||
description:
|
|
||||||
name: chewie
|
|
||||||
url: "https://pub.dartlang.org"
|
|
||||||
source: hosted
|
|
||||||
version: "1.3.3"
|
|
||||||
chewie_audio:
|
|
||||||
dependency: transitive
|
|
||||||
description:
|
|
||||||
name: chewie_audio
|
|
||||||
url: "https://pub.dartlang.org"
|
|
||||||
source: hosted
|
|
||||||
version: "1.3.0"
|
|
||||||
clipboard:
|
clipboard:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
@ -204,13 +190,6 @@ packages:
|
|||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.17.1"
|
version: "0.17.1"
|
||||||
cupertino_icons:
|
|
||||||
dependency: transitive
|
|
||||||
description:
|
|
||||||
name: cupertino_icons
|
|
||||||
url: "https://pub.dartlang.org"
|
|
||||||
source: hosted
|
|
||||||
version: "1.0.4"
|
|
||||||
dbus:
|
dbus:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@ -316,13 +295,6 @@ packages:
|
|||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.0.0+1"
|
version: "2.0.0+1"
|
||||||
flutter_html:
|
|
||||||
dependency: "direct main"
|
|
||||||
description:
|
|
||||||
name: flutter_html
|
|
||||||
url: "https://pub.dartlang.org"
|
|
||||||
source: hosted
|
|
||||||
version: "2.2.1"
|
|
||||||
flutter_inappwebview:
|
flutter_inappwebview:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
@ -330,13 +302,6 @@ packages:
|
|||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "5.4.3+7"
|
version: "5.4.3+7"
|
||||||
flutter_layout_grid:
|
|
||||||
dependency: transitive
|
|
||||||
description:
|
|
||||||
name: flutter_layout_grid
|
|
||||||
url: "https://pub.dartlang.org"
|
|
||||||
source: hosted
|
|
||||||
version: "1.0.6"
|
|
||||||
flutter_linkify:
|
flutter_linkify:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
@ -365,13 +330,6 @@ packages:
|
|||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "5.0.0"
|
version: "5.0.0"
|
||||||
flutter_math_fork:
|
|
||||||
dependency: transitive
|
|
||||||
description:
|
|
||||||
name: flutter_math_fork
|
|
||||||
url: "https://pub.dartlang.org"
|
|
||||||
source: hosted
|
|
||||||
version: "0.5.0"
|
|
||||||
flutter_secure_storage:
|
flutter_secure_storage:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
@ -428,13 +386,6 @@ packages:
|
|||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.2.1"
|
version: "1.2.1"
|
||||||
flutter_svg:
|
|
||||||
dependency: transitive
|
|
||||||
description:
|
|
||||||
name: flutter_svg
|
|
||||||
url: "https://pub.dartlang.org"
|
|
||||||
source: hosted
|
|
||||||
version: "0.23.0+1"
|
|
||||||
flutter_test:
|
flutter_test:
|
||||||
dependency: "direct dev"
|
dependency: "direct dev"
|
||||||
description: flutter
|
description: flutter
|
||||||
@ -620,13 +571,6 @@ packages:
|
|||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.0.1"
|
version: "2.0.1"
|
||||||
numerus:
|
|
||||||
dependency: transitive
|
|
||||||
description:
|
|
||||||
name: numerus
|
|
||||||
url: "https://pub.dartlang.org"
|
|
||||||
source: hosted
|
|
||||||
version: "1.1.1"
|
|
||||||
octo_image:
|
octo_image:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@ -648,20 +592,6 @@ packages:
|
|||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.8.1"
|
version: "1.8.1"
|
||||||
path_drawing:
|
|
||||||
dependency: transitive
|
|
||||||
description:
|
|
||||||
name: path_drawing
|
|
||||||
url: "https://pub.dartlang.org"
|
|
||||||
source: hosted
|
|
||||||
version: "0.5.1+1"
|
|
||||||
path_parsing:
|
|
||||||
dependency: transitive
|
|
||||||
description:
|
|
||||||
name: path_parsing
|
|
||||||
url: "https://pub.dartlang.org"
|
|
||||||
source: hosted
|
|
||||||
version: "0.2.1"
|
|
||||||
path_provider:
|
path_provider:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
@ -1152,41 +1082,6 @@ packages:
|
|||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.4.0"
|
version: "2.4.0"
|
||||||
video_player:
|
|
||||||
dependency: transitive
|
|
||||||
description:
|
|
||||||
name: video_player
|
|
||||||
url: "https://pub.dartlang.org"
|
|
||||||
source: hosted
|
|
||||||
version: "2.4.2"
|
|
||||||
video_player_android:
|
|
||||||
dependency: transitive
|
|
||||||
description:
|
|
||||||
name: video_player_android
|
|
||||||
url: "https://pub.dartlang.org"
|
|
||||||
source: hosted
|
|
||||||
version: "2.3.3"
|
|
||||||
video_player_avfoundation:
|
|
||||||
dependency: transitive
|
|
||||||
description:
|
|
||||||
name: video_player_avfoundation
|
|
||||||
url: "https://pub.dartlang.org"
|
|
||||||
source: hosted
|
|
||||||
version: "2.3.4"
|
|
||||||
video_player_platform_interface:
|
|
||||||
dependency: transitive
|
|
||||||
description:
|
|
||||||
name: video_player_platform_interface
|
|
||||||
url: "https://pub.dartlang.org"
|
|
||||||
source: hosted
|
|
||||||
version: "5.1.2"
|
|
||||||
video_player_web:
|
|
||||||
dependency: transitive
|
|
||||||
description:
|
|
||||||
name: video_player_web
|
|
||||||
url: "https://pub.dartlang.org"
|
|
||||||
source: hosted
|
|
||||||
version: "2.0.10"
|
|
||||||
vm_service:
|
vm_service:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@ -1251,12 +1146,12 @@ packages:
|
|||||||
source: hosted
|
source: hosted
|
||||||
version: "1.0.1"
|
version: "1.0.1"
|
||||||
webview_flutter:
|
webview_flutter:
|
||||||
dependency: transitive
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: webview_flutter
|
name: webview_flutter
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.8.0"
|
version: "3.0.4"
|
||||||
webview_flutter_android:
|
webview_flutter_android:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: hacki
|
name: hacki
|
||||||
description: A Hacker News reader.
|
description: A Hacker News reader.
|
||||||
version: 0.2.18+57
|
version: 0.2.19+60
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@ -28,7 +28,6 @@ dependencies:
|
|||||||
flutter_cache_manager: ^3.3.0
|
flutter_cache_manager: ^3.3.0
|
||||||
flutter_fadein: ^2.0.0
|
flutter_fadein: ^2.0.0
|
||||||
flutter_feather_icons: 2.0.0+1
|
flutter_feather_icons: 2.0.0+1
|
||||||
flutter_html: ^2.2.1
|
|
||||||
flutter_inappwebview: ^5.4.3+4
|
flutter_inappwebview: ^5.4.3+4
|
||||||
flutter_linkify: ^5.0.2
|
flutter_linkify: ^5.0.2
|
||||||
flutter_local_notifications: ^9.5.0
|
flutter_local_notifications: ^9.5.0
|
||||||
@ -68,6 +67,7 @@ dependencies:
|
|||||||
universal_platform: ^1.0.0+1
|
universal_platform: ^1.0.0+1
|
||||||
url_launcher: ^6.1.3
|
url_launcher: ^6.1.3
|
||||||
wakelock: ^0.6.1+2
|
wakelock: ^0.6.1+2
|
||||||
|
webview_flutter: ^3.0.4
|
||||||
workmanager: ^0.5.0
|
workmanager: ^0.5.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
Reference in New Issue
Block a user