Skip to content

Commit

Permalink
version: Update version (1.30.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev committed Jan 1, 2024
1 parent 9db1bc2 commit 4c30203
Show file tree
Hide file tree
Showing 196 changed files with 209 additions and 201 deletions.
2 changes: 1 addition & 1 deletion lib/algorithm/disjointset.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

// Forrest based union-find data structure.
class DisjointSet {
Expand Down
2 changes: 1 addition & 1 deletion lib/algorithm/distance.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

// Implementation of distance functions that satisfy triangle inequality.

Expand Down
2 changes: 1 addition & 1 deletion lib/checker/checker.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:io';

Expand Down
2 changes: 1 addition & 1 deletion lib/component/downloadable.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'package:flutter/cupertino.dart';

Expand Down
2 changes: 1 addition & 1 deletion lib/component/eh/eh_bookmark.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:collection';

Expand Down
2 changes: 1 addition & 1 deletion lib/component/eh/eh_headers.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'package:http/http.dart';
import 'package:shared_preferences/shared_preferences.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/component/eh/eh_parser.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'package:html/dom.dart';
import 'package:html/parser.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/component/eh/eh_provider.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'package:html_unescape/html_unescape.dart';
import 'package:shared_preferences/shared_preferences.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/component/hentai.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'package:html/parser.dart';
import 'package:shared_preferences/shared_preferences.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/component/hentai_download_manager.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:convert';

Expand Down
2 changes: 1 addition & 1 deletion lib/component/hisoki/hisoki_hash.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:convert';
import 'dart:io';
Expand Down
2 changes: 1 addition & 1 deletion lib/component/hitomi/artists.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

class Artists {
static Map<Map<String, dynamic>, dynamic> collection = {
Expand Down
2 changes: 1 addition & 1 deletion lib/component/hitomi/comments.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:convert';
import 'dart:io';
Expand Down
2 changes: 1 addition & 1 deletion lib/component/hitomi/displayed_tag.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'package:violet/component/hitomi/tag_translate.dart';

Expand Down
2 changes: 1 addition & 1 deletion lib/component/hitomi/hitomi.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:convert';
import 'dart:io';
Expand Down
2 changes: 1 addition & 1 deletion lib/component/hitomi/hitomi_parser.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'package:flutter/foundation.dart';
import 'package:html/parser.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/component/hitomi/hitomi_provider.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:convert';

Expand Down
2 changes: 1 addition & 1 deletion lib/component/hitomi/indexs.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:convert';
import 'dart:io';
Expand Down
2 changes: 1 addition & 1 deletion lib/component/hitomi/ldi.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:convert';
import 'dart:io';
Expand Down
2 changes: 1 addition & 1 deletion lib/component/hitomi/population.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:convert';
import 'dart:io';
Expand Down
2 changes: 1 addition & 1 deletion lib/component/hitomi/related.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:convert';
import 'dart:io';
Expand Down
2 changes: 1 addition & 1 deletion lib/component/hitomi/series_finder.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:convert';
import 'dart:io';
Expand Down
2 changes: 1 addition & 1 deletion lib/component/hitomi/shielder.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

class KoreanShielderFilter {
static List<String> tags = [
Expand Down
2 changes: 1 addition & 1 deletion lib/component/hitomi/statistics.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

class HitomiStatistics {
static List<double> coff = [
Expand Down
2 changes: 1 addition & 1 deletion lib/component/hitomi/tag_translate.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:convert';
import 'dart:io';
Expand Down
2 changes: 1 addition & 1 deletion lib/component/hitomi/title_cluster.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'package:collection/collection.dart';
import 'package:kdtree/kdtree.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/component/image_provider.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

abstract class VioletImageProvider {
int length();
Expand Down
2 changes: 1 addition & 1 deletion lib/component/nhentai/nhentai.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'package:tuple/tuple.dart';

Expand Down
2 changes: 1 addition & 1 deletion lib/context/modal_bottom_sheet_context.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

class ModalBottomSheetContext {
static int _count = 0;
Expand Down
2 changes: 1 addition & 1 deletion lib/context/viewer_context.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'package:violet/pages/viewer/viewer_controller.dart';

Expand Down
2 changes: 1 addition & 1 deletion lib/database/database.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:io';

Expand Down
2 changes: 1 addition & 1 deletion lib/database/query.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'package:violet/database/database.dart';
import 'package:violet/settings/settings.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/database/user/bookmark.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:collection';

Expand Down
2 changes: 1 addition & 1 deletion lib/database/user/download.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:collection';
import 'dart:convert';
Expand Down
2 changes: 1 addition & 1 deletion lib/database/user/record.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'package:synchronized/synchronized.dart';
import 'package:violet/database/user/user.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/database/user/search.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'package:synchronized/synchronized.dart';
import 'package:violet/database/user/user.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/database/user/user.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:async';

Expand Down
2 changes: 1 addition & 1 deletion lib/downloader/isolate/core.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

part of '../isolate_downloader.dart';

Expand Down
2 changes: 1 addition & 1 deletion lib/downloader/isolate_downloader.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:collection';
import 'dart:convert';
Expand Down
2 changes: 1 addition & 1 deletion lib/locale/locale.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:async';
import 'dart:convert';
Expand Down
2 changes: 1 addition & 1 deletion lib/log/act_log.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:async';
import 'dart:convert';
Expand Down
2 changes: 1 addition & 1 deletion lib/log/log.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:io';

Expand Down
2 changes: 1 addition & 1 deletion lib/main.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:async';
import 'dart:convert';
Expand Down
2 changes: 1 addition & 1 deletion lib/model/article_info.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'package:flutter/material.dart';
import 'package:html_unescape/html_unescape_small.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/model/article_list_item.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'package:violet/database/query.dart';

Expand Down
2 changes: 1 addition & 1 deletion lib/model/gallery_image_item.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

class GalleryImageItem {
GalleryImageItem({
Expand Down
2 changes: 1 addition & 1 deletion lib/network/wrapper.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:async';
import 'dart:convert';
Expand Down
2 changes: 1 addition & 1 deletion lib/other/dialogs.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'package:flutter/material.dart';
import 'package:violet/locale/locale.dart';
Expand Down
4 changes: 2 additions & 2 deletions lib/pages/after_loading/afterloading_page.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:async';
import 'dart:io';
Expand Down Expand Up @@ -287,7 +287,7 @@ class AfterLoadingPageState extends State<AfterLoadingPage>
buildButton(Icons.settings, 4, 'settings'),
const Spacer(),
Text(
'Copyright (C) 2020-2023\nby project-violet',
'Copyright (C) 2020-2024\nby project-violet',
style: TextStyle(
color: Settings.themeWhat ? Colors.white : Colors.black87,
fontSize: 12.0,
Expand Down
2 changes: 1 addition & 1 deletion lib/pages/article_info/article_info_page.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:math';

Expand Down
2 changes: 1 addition & 1 deletion lib/pages/article_info/simple_info.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'package:cached_network_image/cached_network_image.dart';
import 'package:flare_flutter/flare_actor.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/pages/artist_info/article_list_page.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'package:auto_animated/auto_animated.dart';
import 'package:flutter/material.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/pages/artist_info/artist_info_page.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'dart:math';

Expand Down
2 changes: 1 addition & 1 deletion lib/pages/artist_info/search_type2.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'package:flutter/material.dart';
import 'package:material_design_icons_flutter/material_design_icons_flutter.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/pages/artist_info/series_list_page.dart
@@ -1,5 +1,5 @@
// This source code is a part of Project Violet.
// Copyright (C) 2020-2023. violet-team. Licensed under the Apache-2.0 License.
// Copyright (C) 2020-2024. violet-team. Licensed under the Apache-2.0 License.

import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
Expand Down

0 comments on commit 4c30203

Please sign in to comment.