├── .fdroid.yml ├── .gitignore ├── .vscode └── tasks.json ├── Cargo.lock ├── Cargo.toml ├── LICENSE ├── Procfile ├── README.md ├── RustConfig ├── android ├── .gitignore ├── .project ├── .settings │ └── org.eclipse.buildship.core.prefs ├── app │ ├── .cxx │ │ ├── Debug │ │ │ └── 4t1v1i4t │ │ │ │ ├── arm64-v8a │ │ │ │ ├── .cmake │ │ │ │ │ └── api │ │ │ │ │ │ └── v1 │ │ │ │ │ │ ├── query │ │ │ │ │ │ └── client-agp │ │ │ │ │ │ │ ├── cache-v2 │ │ │ │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ │ │ │ └── codemodel-v2 │ │ │ │ │ │ └── reply │ │ │ │ │ │ ├── cache-v2-b7d5e3f9ff1ddae63114.json │ │ │ │ │ │ ├── cmakeFiles-v1-f466aa3c7a8775d8d996.json │ │ │ │ │ │ ├── codemodel-v2-17ef30af11ffd92fcea5.json │ │ │ │ │ │ └── directory-.-Debug-f5ebdc15457944623624.json │ │ │ │ ├── CMakeCache.txt │ │ │ │ ├── CMakeFiles │ │ │ │ │ ├── 3.22.1-g37088a8 │ │ │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ │ │ ├── CMakeCXXCompiler.cmake │ │ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin │ │ │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ │ │ ├── CompilerIdC │ │ │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ │ │ └── CMakeCCompilerId.o │ │ │ │ │ │ └── CompilerIdCXX │ │ │ │ │ │ │ ├── CMakeCXXCompilerId.cpp │ │ │ │ │ │ │ └── CMakeCXXCompilerId.o │ │ │ │ │ ├── TargetDirectories.txt │ │ │ │ │ ├── cmake.check_cache │ │ │ │ │ └── rules.ninja │ │ │ │ ├── additional_project_files.txt │ │ │ │ ├── android_gradle_build.json │ │ │ │ ├── android_gradle_build_mini.json │ │ │ │ ├── build.ninja │ │ │ │ ├── build_file_index.txt │ │ │ │ ├── cmake_install.cmake │ │ │ │ ├── configure_fingerprint.bin │ │ │ │ ├── metadata_generation_command.txt │ │ │ │ ├── prefab_config.json │ │ │ │ └── symbol_folder_index.txt │ │ │ │ ├── armeabi-v7a │ │ │ │ ├── .cmake │ │ │ │ │ └── api │ │ │ │ │ │ └── v1 │ │ │ │ │ │ ├── query │ │ │ │ │ │ └── client-agp │ │ │ │ │ │ │ ├── cache-v2 │ │ │ │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ │ │ │ └── codemodel-v2 │ │ │ │ │ │ └── reply │ │ │ │ │ │ ├── cache-v2-20f94ce24c3aa8a56bd1.json │ │ │ │ │ │ ├── cmakeFiles-v1-3daf6d1676bedee101d0.json │ │ │ │ │ │ ├── codemodel-v2-71d3a88a6cab9a03429a.json │ │ │ │ │ │ └── directory-.-Debug-f5ebdc15457944623624.json │ │ │ │ ├── CMakeCache.txt │ │ │ │ ├── CMakeFiles │ │ │ │ │ ├── 3.22.1-g37088a8 │ │ │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ │ │ ├── CMakeCXXCompiler.cmake │ │ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin │ │ │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ │ │ ├── CompilerIdC │ │ │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ │ │ └── CMakeCCompilerId.o │ │ │ │ │ │ └── CompilerIdCXX │ │ │ │ │ │ │ ├── CMakeCXXCompilerId.cpp │ │ │ │ │ │ │ └── CMakeCXXCompilerId.o │ │ │ │ │ ├── TargetDirectories.txt │ │ │ │ │ ├── cmake.check_cache │ │ │ │ │ └── rules.ninja │ │ │ │ ├── additional_project_files.txt │ │ │ │ ├── android_gradle_build.json │ │ │ │ ├── android_gradle_build_mini.json │ │ │ │ ├── build.ninja │ │ │ │ ├── build_file_index.txt │ │ │ │ ├── cmake_install.cmake │ │ │ │ ├── configure_fingerprint.bin │ │ │ │ ├── metadata_generation_command.txt │ │ │ │ ├── prefab_config.json │ │ │ │ └── symbol_folder_index.txt │ │ │ │ ├── hash_key.txt │ │ │ │ ├── x86 │ │ │ │ ├── .cmake │ │ │ │ │ └── api │ │ │ │ │ │ └── v1 │ │ │ │ │ │ ├── query │ │ │ │ │ │ └── client-agp │ │ │ │ │ │ │ ├── cache-v2 │ │ │ │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ │ │ │ └── codemodel-v2 │ │ │ │ │ │ └── reply │ │ │ │ │ │ ├── cache-v2-4c23c54a789ad3c69fb3.json │ │ │ │ │ │ ├── cmakeFiles-v1-0f82259c5cf8c2360e6f.json │ │ │ │ │ │ ├── codemodel-v2-df8a922a502b458d6bc4.json │ │ │ │ │ │ └── directory-.-Debug-f5ebdc15457944623624.json │ │ │ │ ├── CMakeCache.txt │ │ │ │ ├── CMakeFiles │ │ │ │ │ ├── 3.22.1-g37088a8 │ │ │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ │ │ ├── CMakeCXXCompiler.cmake │ │ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin │ │ │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ │ │ ├── CompilerIdC │ │ │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ │ │ └── CMakeCCompilerId.o │ │ │ │ │ │ └── CompilerIdCXX │ │ │ │ │ │ │ ├── CMakeCXXCompilerId.cpp │ │ │ │ │ │ │ └── CMakeCXXCompilerId.o │ │ │ │ │ ├── TargetDirectories.txt │ │ │ │ │ ├── cmake.check_cache │ │ │ │ │ └── rules.ninja │ │ │ │ ├── additional_project_files.txt │ │ │ │ ├── android_gradle_build.json │ │ │ │ ├── android_gradle_build_mini.json │ │ │ │ ├── build.ninja │ │ │ │ ├── build_file_index.txt │ │ │ │ ├── cmake_install.cmake │ │ │ │ ├── configure_fingerprint.bin │ │ │ │ ├── metadata_generation_command.txt │ │ │ │ ├── prefab_config.json │ │ │ │ └── symbol_folder_index.txt │ │ │ │ └── x86_64 │ │ │ │ ├── .cmake │ │ │ │ └── api │ │ │ │ │ └── v1 │ │ │ │ │ ├── query │ │ │ │ │ └── client-agp │ │ │ │ │ │ ├── cache-v2 │ │ │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ │ │ └── codemodel-v2 │ │ │ │ │ └── reply │ │ │ │ │ ├── cache-v2-3f05468d616ed5608a47.json │ │ │ │ │ ├── cmakeFiles-v1-9ac90cb51d39ed953181.json │ │ │ │ │ ├── codemodel-v2-d842e2a4fd5b78d682ea.json │ │ │ │ │ └── directory-.-Debug-f5ebdc15457944623624.json │ │ │ │ ├── CMakeCache.txt │ │ │ │ ├── CMakeFiles │ │ │ │ ├── 3.22.1-g37088a8 │ │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ │ ├── CMakeCXXCompiler.cmake │ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin │ │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ │ ├── CompilerIdC │ │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ │ └── CMakeCCompilerId.o │ │ │ │ │ └── CompilerIdCXX │ │ │ │ │ │ ├── CMakeCXXCompilerId.cpp │ │ │ │ │ │ └── CMakeCXXCompilerId.o │ │ │ │ ├── TargetDirectories.txt │ │ │ │ ├── cmake.check_cache │ │ │ │ └── rules.ninja │ │ │ │ ├── additional_project_files.txt │ │ │ │ ├── android_gradle_build.json │ │ │ │ ├── android_gradle_build_mini.json │ │ │ │ ├── build.ninja │ │ │ │ ├── build_file_index.txt │ │ │ │ ├── cmake_install.cmake │ │ │ │ ├── configure_fingerprint.bin │ │ │ │ ├── metadata_generation_command.txt │ │ │ │ ├── prefab_config.json │ │ │ │ └── symbol_folder_index.txt │ │ └── RelWithDebInfo │ │ │ └── 3m4h3y24 │ │ │ ├── arm64-v8a │ │ │ ├── .cmake │ │ │ │ └── api │ │ │ │ │ └── v1 │ │ │ │ │ ├── query │ │ │ │ │ └── client-agp │ │ │ │ │ │ ├── cache-v2 │ │ │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ │ │ └── codemodel-v2 │ │ │ │ │ └── reply │ │ │ │ │ ├── codemodel-v2-0ad22b9fcfa09f02e3ab.json │ │ │ │ │ └── directory-.-RelWithDebInfo-f5ebdc15457944623624.json │ │ │ ├── CMakeCache.txt │ │ │ ├── CMakeFiles │ │ │ │ ├── 3.22.1-g37088a8 │ │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ │ ├── CMakeCXXCompiler.cmake │ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin │ │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ │ ├── CompilerIdC │ │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ │ └── CMakeCCompilerId.o │ │ │ │ │ └── CompilerIdCXX │ │ │ │ │ │ ├── CMakeCXXCompilerId.cpp │ │ │ │ │ │ └── CMakeCXXCompilerId.o │ │ │ │ ├── TargetDirectories.txt │ │ │ │ ├── cmake.check_cache │ │ │ │ └── rules.ninja │ │ │ ├── additional_project_files.txt │ │ │ ├── android_gradle_build.json │ │ │ ├── android_gradle_build_mini.json │ │ │ ├── build.ninja │ │ │ ├── build_file_index.txt │ │ │ ├── cmake_install.cmake │ │ │ ├── configure_fingerprint.bin │ │ │ ├── metadata_generation_command.txt │ │ │ ├── prefab_config.json │ │ │ └── symbol_folder_index.txt │ │ │ ├── armeabi-v7a │ │ │ ├── .cmake │ │ │ │ └── api │ │ │ │ │ └── v1 │ │ │ │ │ ├── query │ │ │ │ │ └── client-agp │ │ │ │ │ │ ├── cache-v2 │ │ │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ │ │ └── codemodel-v2 │ │ │ │ │ └── reply │ │ │ │ │ ├── codemodel-v2-6780d09179dc7374f657.json │ │ │ │ │ └── directory-.-RelWithDebInfo-f5ebdc15457944623624.json │ │ │ ├── CMakeCache.txt │ │ │ ├── CMakeFiles │ │ │ │ ├── 3.22.1-g37088a8 │ │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ │ ├── CMakeCXXCompiler.cmake │ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin │ │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ │ ├── CompilerIdC │ │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ │ └── CMakeCCompilerId.o │ │ │ │ │ └── CompilerIdCXX │ │ │ │ │ │ ├── CMakeCXXCompilerId.cpp │ │ │ │ │ │ └── CMakeCXXCompilerId.o │ │ │ │ ├── TargetDirectories.txt │ │ │ │ ├── cmake.check_cache │ │ │ │ └── rules.ninja │ │ │ ├── additional_project_files.txt │ │ │ ├── android_gradle_build.json │ │ │ ├── android_gradle_build_mini.json │ │ │ ├── build.ninja │ │ │ ├── build_file_index.txt │ │ │ ├── cmake_install.cmake │ │ │ ├── configure_fingerprint.bin │ │ │ ├── metadata_generation_command.txt │ │ │ ├── prefab_config.json │ │ │ └── symbol_folder_index.txt │ │ │ ├── hash_key.txt │ │ │ ├── x86 │ │ │ ├── .cmake │ │ │ │ └── api │ │ │ │ │ └── v1 │ │ │ │ │ ├── query │ │ │ │ │ └── client-agp │ │ │ │ │ │ ├── cache-v2 │ │ │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ │ │ └── codemodel-v2 │ │ │ │ │ └── reply │ │ │ │ │ ├── codemodel-v2-aace2562d14cb96f5c0d.json │ │ │ │ │ └── directory-.-RelWithDebInfo-f5ebdc15457944623624.json │ │ │ ├── CMakeCache.txt │ │ │ ├── CMakeFiles │ │ │ │ ├── 3.22.1-g37088a8 │ │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ │ ├── CMakeCXXCompiler.cmake │ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin │ │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ │ ├── CompilerIdC │ │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ │ └── CMakeCCompilerId.o │ │ │ │ │ └── CompilerIdCXX │ │ │ │ │ │ ├── CMakeCXXCompilerId.cpp │ │ │ │ │ │ └── CMakeCXXCompilerId.o │ │ │ │ ├── TargetDirectories.txt │ │ │ │ ├── cmake.check_cache │ │ │ │ └── rules.ninja │ │ │ ├── additional_project_files.txt │ │ │ ├── android_gradle_build.json │ │ │ ├── android_gradle_build_mini.json │ │ │ ├── build.ninja │ │ │ ├── build_file_index.txt │ │ │ ├── cmake_install.cmake │ │ │ ├── configure_fingerprint.bin │ │ │ ├── metadata_generation_command.txt │ │ │ ├── prefab_config.json │ │ │ └── symbol_folder_index.txt │ │ │ └── x86_64 │ │ │ ├── .cmake │ │ │ └── api │ │ │ │ └── v1 │ │ │ │ ├── query │ │ │ │ └── client-agp │ │ │ │ │ ├── cache-v2 │ │ │ │ │ ├── cmakeFiles-v1 │ │ │ │ │ └── codemodel-v2 │ │ │ │ └── reply │ │ │ │ ├── codemodel-v2-8741fff87b8d82682323.json │ │ │ │ └── directory-.-RelWithDebInfo-f5ebdc15457944623624.json │ │ │ ├── CMakeCache.txt │ │ │ ├── CMakeFiles │ │ │ ├── 3.22.1-g37088a8 │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ ├── CMakeCXXCompiler.cmake │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ ├── CompilerIdC │ │ │ │ │ ├── CMakeCCompilerId.c │ │ │ │ │ └── CMakeCCompilerId.o │ │ │ │ └── CompilerIdCXX │ │ │ │ │ ├── CMakeCXXCompilerId.cpp │ │ │ │ │ └── CMakeCXXCompilerId.o │ │ │ ├── TargetDirectories.txt │ │ │ ├── cmake.check_cache │ │ │ └── rules.ninja │ │ │ ├── additional_project_files.txt │ │ │ ├── android_gradle_build.json │ │ │ ├── android_gradle_build_mini.json │ │ │ ├── build.ninja │ │ │ ├── build_file_index.txt │ │ │ ├── cmake_install.cmake │ │ │ ├── configure_fingerprint.bin │ │ │ ├── metadata_generation_command.txt │ │ │ ├── prefab_config.json │ │ │ └── symbol_folder_index.txt │ ├── build.gradle │ ├── fdroid_keystore.jks │ └── src │ │ ├── debug │ │ └── AndroidManifest.xml │ │ ├── main │ │ ├── AndroidManifest.xml │ │ ├── kotlin │ │ │ └── com │ │ │ │ └── teen │ │ │ │ └── dailyanimelist │ │ │ │ └── MainActivity.kt │ │ └── res │ │ │ ├── dal-logo.png │ │ │ ├── drawable-hdpi │ │ │ └── ic_stat_name.png │ │ │ ├── drawable-mdpi │ │ │ └── ic_stat_name.png │ │ │ ├── drawable-v21 │ │ │ ├── app_icon.png │ │ │ ├── ic_stat_d.png │ │ │ └── launch_background.xml │ │ │ ├── drawable-xhdpi │ │ │ └── ic_stat_name.png │ │ │ ├── drawable-xxhdpi │ │ │ └── ic_stat_name.png │ │ │ ├── drawable-xxxhdpi │ │ │ └── ic_stat_name.png │ │ │ ├── drawable │ │ │ ├── app_icon.png │ │ │ ├── ic_stat_d.png │ │ │ ├── ic_stat_name.png │ │ │ ├── launch_background.xml │ │ │ └── play_store_512.png │ │ │ ├── mipmap-anydpi-v26 │ │ │ └── ic_launcher.xml │ │ │ ├── mipmap-hdpi │ │ │ ├── ic_launcher.png │ │ │ ├── ic_launcher_adaptive_back.png │ │ │ ├── ic_launcher_adaptive_fore.png │ │ │ ├── ic_launcher_background.png │ │ │ ├── ic_launcher_foreground.png │ │ │ └── ic_launcher_monochrome.png │ │ │ ├── mipmap-mdpi │ │ │ ├── ic_launcher.png │ │ │ ├── ic_launcher_adaptive_back.png │ │ │ ├── ic_launcher_adaptive_fore.png │ │ │ ├── ic_launcher_background.png │ │ │ ├── ic_launcher_foreground.png │ │ │ └── ic_launcher_monochrome.png │ │ │ ├── mipmap-xhdpi │ │ │ ├── ic_launcher.png │ │ │ ├── ic_launcher_adaptive_back.png │ │ │ ├── ic_launcher_adaptive_fore.png │ │ │ ├── ic_launcher_background.png │ │ │ ├── ic_launcher_foreground.png │ │ │ └── ic_launcher_monochrome.png │ │ │ ├── mipmap-xxhdpi │ │ │ ├── ic_launcher.png │ │ │ ├── ic_launcher_adaptive_back.png │ │ │ ├── ic_launcher_adaptive_fore.png │ │ │ ├── ic_launcher_background.png │ │ │ ├── ic_launcher_foreground.png │ │ │ └── ic_launcher_monochrome.png │ │ │ ├── mipmap-xxxhdpi │ │ │ ├── ic_launcher.png │ │ │ ├── ic_launcher_adaptive_back.png │ │ │ ├── ic_launcher_adaptive_fore.png │ │ │ ├── ic_launcher_background.png │ │ │ ├── ic_launcher_foreground.png │ │ │ └── ic_launcher_monochrome.png │ │ │ ├── values-night │ │ │ └── styles.xml │ │ │ └── values │ │ │ └── styles.xml │ │ └── profile │ │ └── AndroidManifest.xml ├── build.gradle ├── gradle.properties ├── gradle │ └── wrapper │ │ └── gradle-wrapper.properties ├── key.properties.file └── settings.gradle ├── assets ├── fonts │ ├── Poppins-Bold.ttf │ ├── Poppins-Italic.ttf │ └── Poppins-Regular.ttf ├── images │ ├── anime-collage.jpg │ ├── anime-icon.png │ ├── attributions.txt │ ├── cherry.jpg │ ├── dal-black-bg.png │ ├── error_image.png │ ├── fall.jpg │ ├── gemini.png │ ├── general-icon.png │ ├── mal-icon.png │ ├── myanimelist-logo.jpg │ ├── opm.jpg │ ├── opm_old.jpg │ ├── star.png │ ├── summer.jpg │ ├── user-unknown.jpg │ ├── user_dal.png │ ├── user_dal_old.png │ ├── winter.png │ └── youtube.png └── n8TN5qDG22PAuP50Il ├── config ├── fdroid │ ├── serverConfigV3.json │ └── serverConfigV3Dev.json ├── github │ ├── serverConfigV3.json │ └── serverConfigV3Dev.json └── playstore │ ├── serverConfigV3.json │ └── serverConfigV3Dev.json ├── dailyal_support ├── .gitignore ├── .metadata ├── .vscode │ ├── launch.json │ └── settings.json ├── README.md ├── analysis_options.yaml ├── android │ ├── .gitignore │ ├── app │ │ ├── build.gradle │ │ └── src │ │ │ ├── debug │ │ │ └── AndroidManifest.xml │ │ │ ├── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── kotlin │ │ │ │ └── io │ │ │ │ │ └── github │ │ │ │ │ └── jica98 │ │ │ │ │ └── dailyal_support │ │ │ │ │ └── MainActivity.kt │ │ │ ├── play_store_512.png │ │ │ └── res │ │ │ │ ├── drawable-v21 │ │ │ │ └── launch_background.xml │ │ │ │ ├── drawable │ │ │ │ └── launch_background.xml │ │ │ │ ├── mipmap-anydpi-v26 │ │ │ │ └── ic_launcher.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ ├── ic_launcher_background.png │ │ │ │ ├── ic_launcher_foreground.png │ │ │ │ └── ic_launcher_monochrome.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ ├── ic_launcher_background.png │ │ │ │ ├── ic_launcher_foreground.png │ │ │ │ └── ic_launcher_monochrome.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ ├── ic_launcher_background.png │ │ │ │ ├── ic_launcher_foreground.png │ │ │ │ └── ic_launcher_monochrome.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ ├── ic_launcher_background.png │ │ │ │ ├── ic_launcher_foreground.png │ │ │ │ └── ic_launcher_monochrome.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ ├── ic_launcher_background.png │ │ │ │ ├── ic_launcher_foreground.png │ │ │ │ └── ic_launcher_monochrome.png │ │ │ │ ├── values-night │ │ │ │ └── styles.xml │ │ │ │ └── values │ │ │ │ └── styles.xml │ │ │ └── profile │ │ │ └── AndroidManifest.xml │ ├── build.gradle │ ├── gradle.properties │ ├── gradle │ │ └── wrapper │ │ │ └── gradle-wrapper.properties │ └── settings.gradle ├── ios │ ├── .gitignore │ ├── Flutter │ │ ├── AppFrameworkInfo.plist │ │ ├── Debug.xcconfig │ │ └── Release.xcconfig │ ├── Runner.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ │ └── WorkspaceSettings.xcsettings │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── Runner.xcscheme │ ├── Runner.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ └── WorkspaceSettings.xcsettings │ ├── Runner │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ │ ├── AppIcon.appiconset │ │ │ │ ├── Contents.json │ │ │ │ ├── Icon-App-1024x1024@1x.png │ │ │ │ ├── Icon-App-20x20@1x.png │ │ │ │ ├── Icon-App-20x20@2x.png │ │ │ │ ├── Icon-App-20x20@3x.png │ │ │ │ ├── Icon-App-29x29@1x.png │ │ │ │ ├── Icon-App-29x29@2x.png │ │ │ │ ├── Icon-App-29x29@3x.png │ │ │ │ ├── Icon-App-40x40@1x.png │ │ │ │ ├── Icon-App-40x40@2x.png │ │ │ │ ├── Icon-App-40x40@3x.png │ │ │ │ ├── Icon-App-60x60@2x.png │ │ │ │ ├── Icon-App-60x60@3x.png │ │ │ │ ├── Icon-App-76x76@1x.png │ │ │ │ ├── Icon-App-76x76@2x.png │ │ │ │ └── Icon-App-83.5x83.5@2x.png │ │ │ └── LaunchImage.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── LaunchImage.png │ │ │ │ ├── LaunchImage@2x.png │ │ │ │ ├── LaunchImage@3x.png │ │ │ │ └── README.md │ │ ├── Base.lproj │ │ │ ├── LaunchScreen.storyboard │ │ │ └── Main.storyboard │ │ ├── Info.plist │ │ └── Runner-Bridging-Header.h │ └── RunnerTests │ │ └── RunnerTests.swift ├── lib │ ├── about.dart │ ├── api.dart │ ├── constant.dart │ └── main.dart ├── linux │ ├── .gitignore │ ├── CMakeLists.txt │ ├── flutter │ │ ├── CMakeLists.txt │ │ ├── generated_plugin_registrant.cc │ │ ├── generated_plugin_registrant.h │ │ └── generated_plugins.cmake │ ├── main.cc │ ├── my_application.cc │ └── my_application.h ├── macos │ ├── .gitignore │ ├── Flutter │ │ ├── Flutter-Debug.xcconfig │ │ ├── Flutter-Release.xcconfig │ │ └── GeneratedPluginRegistrant.swift │ ├── Runner.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ └── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── Runner.xcscheme │ ├── Runner.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ ├── Runner │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ │ └── AppIcon.appiconset │ │ │ │ ├── Contents.json │ │ │ │ ├── app_icon_1024.png │ │ │ │ ├── app_icon_128.png │ │ │ │ ├── app_icon_16.png │ │ │ │ ├── app_icon_256.png │ │ │ │ ├── app_icon_32.png │ │ │ │ ├── app_icon_512.png │ │ │ │ └── app_icon_64.png │ │ ├── Base.lproj │ │ │ └── MainMenu.xib │ │ ├── Configs │ │ │ ├── AppInfo.xcconfig │ │ │ ├── Debug.xcconfig │ │ │ ├── Release.xcconfig │ │ │ └── Warnings.xcconfig │ │ ├── DebugProfile.entitlements │ │ ├── Info.plist │ │ ├── MainFlutterWindow.swift │ │ └── Release.entitlements │ └── RunnerTests │ │ └── RunnerTests.swift ├── pubspec.lock ├── pubspec.yaml ├── test │ └── widget_test.dart ├── web │ ├── favicon.png │ ├── icons │ │ ├── Icon-192.png │ │ ├── Icon-512.png │ │ ├── Icon-maskable-192.png │ │ └── Icon-maskable-512.png │ ├── index.html │ └── manifest.json └── windows │ ├── .gitignore │ ├── CMakeLists.txt │ ├── flutter │ ├── CMakeLists.txt │ ├── generated_plugin_registrant.cc │ ├── generated_plugin_registrant.h │ └── generated_plugins.cmake │ └── runner │ ├── CMakeLists.txt │ ├── Runner.rc │ ├── flutter_window.cpp │ ├── flutter_window.h │ ├── main.cpp │ ├── resource.h │ ├── resources │ └── app_icon.ico │ ├── runner.exe.manifest │ ├── utils.cpp │ ├── utils.h │ ├── win32_window.cpp │ └── win32_window.h ├── dal-api ├── .dockerignore ├── .gitignore ├── CHANGELOG.md ├── Dockerfile ├── README.md ├── analysis_options.yaml ├── bin │ └── dal_api.dart ├── dal_commons │ ├── .gitignore │ ├── CHANGELOG.md │ ├── README.md │ ├── analysis_options.yaml │ ├── init.py │ ├── lib │ │ ├── commons.dart │ │ ├── dal_commons.dart │ │ └── src │ │ │ ├── constants │ │ │ └── constant.dart │ │ │ ├── model │ │ │ ├── anime │ │ │ │ ├── anime_graph.dart │ │ │ │ ├── animedetailed.dart │ │ │ │ ├── animerecomm.dart │ │ │ │ ├── animerecomm.g.dart │ │ │ │ ├── animestatistics.dart │ │ │ │ ├── animestatus.dart │ │ │ │ ├── animestudio.dart │ │ │ │ ├── broadcast.dart │ │ │ │ ├── detailedmixin.dart │ │ │ │ ├── myanimeliststatus.dart │ │ │ │ ├── schedule_data.dart │ │ │ │ ├── season.dart │ │ │ │ └── themesong.dart │ │ │ ├── clubs │ │ │ │ ├── ClubHtml.dart │ │ │ │ ├── club_details.dart │ │ │ │ └── club_details.g.dart │ │ │ ├── dal │ │ │ │ ├── allchars.dart │ │ │ │ ├── animevideo.dart │ │ │ │ ├── char_list.dart │ │ │ │ ├── characterv4.dart │ │ │ │ ├── clubV4.dart │ │ │ │ ├── clubinfov4.dart │ │ │ │ ├── commonV4.dart │ │ │ │ ├── friendv4.dart │ │ │ │ ├── people_list.dart │ │ │ │ ├── peoplev4.dart │ │ │ │ ├── recom_list.dart │ │ │ │ ├── recomm_dal.dart │ │ │ │ ├── user_history.dart │ │ │ │ ├── userfavV4.dart │ │ │ │ ├── userprofv4.dart │ │ │ │ └── userupdateV4.dart │ │ │ ├── dal_render_content.dart │ │ │ ├── featured │ │ │ │ ├── featured.dart │ │ │ │ ├── featured.g.dart │ │ │ │ └── featuredresult.dart │ │ │ ├── forum │ │ │ │ ├── board.dart │ │ │ │ ├── categories.dart │ │ │ │ ├── forum.dart │ │ │ │ ├── forumtopicdata.dart │ │ │ │ ├── forumtopicoptions.dart │ │ │ │ ├── forumtopicpoll.dart │ │ │ │ ├── forumtopicpost.dart │ │ │ │ ├── forumtopics.dart │ │ │ │ ├── forumtopicsdata.dart │ │ │ │ ├── forumuser.dart │ │ │ │ ├── html │ │ │ │ │ ├── forumhtml.dart │ │ │ │ │ └── forumtopicshtml.dart │ │ │ │ └── subboard.dart │ │ │ ├── global │ │ │ │ ├── allsearch.dart │ │ │ │ ├── alternatetitles.dart │ │ │ │ ├── animenode.dart │ │ │ │ ├── genre.dart │ │ │ │ ├── malresult.dart │ │ │ │ ├── myliststatus.dart │ │ │ │ ├── node.dart │ │ │ │ ├── paging.dart │ │ │ │ ├── picture.dart │ │ │ │ ├── ranking.dart │ │ │ │ ├── recommendation.dart │ │ │ │ ├── relatednode.dart │ │ │ │ ├── searchresult.dart │ │ │ │ └── userresults.dart │ │ │ ├── html │ │ │ │ └── anime │ │ │ │ │ ├── additional_title.dart │ │ │ │ │ ├── animecharacterhtml.dart │ │ │ │ │ ├── animedetailedhtml.dart │ │ │ │ │ ├── animelinks.dart │ │ │ │ │ ├── animereviewhtml.dart │ │ │ │ │ ├── intereststack.dart │ │ │ │ │ └── mangacharahtml.dart │ │ │ ├── jikan │ │ │ │ ├── anime_review.dart │ │ │ │ └── jikan_anime.dart │ │ │ ├── manga │ │ │ │ ├── authornode.dart │ │ │ │ ├── mangaauthors.dart │ │ │ │ ├── mangadetailed.dart │ │ │ │ ├── mymangaliststatus.dart │ │ │ │ └── serializationmanga.dart │ │ │ ├── path_matcher.dart │ │ │ ├── request_payload_event.dart │ │ │ ├── servers.dart │ │ │ └── userprof.dart │ │ │ │ ├── animestatistics.dart │ │ │ │ └── userprof.dart │ │ │ ├── services │ │ │ └── html_parser.dart │ │ │ └── util │ │ │ └── pathutils.dart │ └── pubspec.yaml ├── lambda_build.sh ├── lib │ ├── cache │ │ ├── cache_manager.dart │ │ └── shared_preferences.dart │ ├── client │ │ ├── http_connect.dart │ │ └── request_payload │ │ │ ├── authorizer.dart │ │ │ ├── authorizer.g.dart │ │ │ ├── headers.dart │ │ │ ├── headers.g.dart │ │ │ ├── http.dart │ │ │ ├── http.g.dart │ │ │ ├── iam.dart │ │ │ ├── iam.g.dart │ │ │ ├── query_string_parameters.dart │ │ │ ├── query_string_parameters.g.dart │ │ │ ├── request_context.dart │ │ │ ├── request_context.g.dart │ │ │ ├── request_payload.dart │ │ │ └── request_payload.g.dart │ ├── dal_local_api.dart │ ├── handlers │ │ ├── environemt.dart │ │ └── handler_core.dart │ ├── services │ │ └── helpers.dart │ └── util │ │ └── pathutils.dart ├── pubspec.lock ├── pubspec.yaml └── push.sh ├── dal-code.code-workspace ├── dal-rust-api ├── .gitignore ├── .vscode │ ├── launch.json │ └── settings.json ├── Cargo.lock ├── Cargo.toml ├── Dockerfile ├── push.sh └── src │ ├── anime_link_service.rs │ ├── anime_service.rs │ ├── auth.rs │ ├── cache_service.rs │ ├── config.rs │ ├── file_storage_service.rs │ ├── gemini_api.rs │ ├── handlers.rs │ ├── image_service.rs │ ├── main.rs │ ├── mal_api.rs │ ├── model.rs │ ├── model_dto.rs │ ├── routes.rs │ └── scheduler_service.rs ├── devtools_options.yaml ├── ios ├── .gitignore ├── Flutter │ ├── AppFrameworkInfo.plist │ ├── Debug.xcconfig │ └── Release.xcconfig ├── Runner.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ └── WorkspaceSettings.xcsettings │ └── xcshareddata │ │ └── xcschemes │ │ └── Runner.xcscheme ├── Runner.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ ├── IDEWorkspaceChecks.plist │ │ └── WorkspaceSettings.xcsettings └── Runner │ ├── AppDelegate.swift │ ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ ├── Contents.json │ │ ├── Icon-App-1024x1024@1x.png │ │ ├── Icon-App-20x20@1x.png │ │ ├── Icon-App-20x20@2x.png │ │ ├── Icon-App-20x20@3x.png │ │ ├── Icon-App-29x29@1x.png │ │ ├── Icon-App-29x29@2x.png │ │ ├── Icon-App-29x29@3x.png │ │ ├── Icon-App-40x40@1x.png │ │ ├── Icon-App-40x40@2x.png │ │ ├── Icon-App-40x40@3x.png │ │ ├── Icon-App-60x60@2x.png │ │ ├── Icon-App-60x60@3x.png │ │ ├── Icon-App-76x76@1x.png │ │ ├── Icon-App-76x76@2x.png │ │ └── Icon-App-83.5x83.5@2x.png │ └── LaunchImage.imageset │ │ ├── Contents.json │ │ ├── LaunchImage.png │ │ ├── LaunchImage@2x.png │ │ ├── LaunchImage@3x.png │ │ └── README.md │ ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard │ ├── Info.plist │ └── Runner-Bridging-Header.h ├── lib ├── api │ ├── auth │ │ ├── auth.dart │ │ └── authresp.dart │ ├── credmal.dart │ ├── dalapi.dart │ ├── jikahelper.dart │ ├── malapi.dart │ ├── malclubs.dart │ ├── malconnect.dart │ ├── malforum.dart │ ├── malhtml.dart │ └── maluser.dart ├── cache │ ├── book_marks.dart │ ├── cacheduserprof.dart │ ├── cachemanager.dart │ └── history_data.dart ├── constant.dart ├── enums.dart ├── extensions.dart ├── generated │ ├── intl │ │ ├── messages_all.dart │ │ ├── messages_ar_EG.dart │ │ ├── messages_de_DE.dart │ │ ├── messages_en.dart │ │ ├── messages_en_US.dart │ │ ├── messages_es_ES.dart │ │ ├── messages_fr_FR.dart │ │ ├── messages_id_ID.dart │ │ ├── messages_ja.dart │ │ ├── messages_ko_KR.dart │ │ ├── messages_pt_BR.dart │ │ ├── messages_ru_RU.dart │ │ └── messages_tr_TR.dart │ ├── l10n.dart │ └── maps.dart ├── l10n │ ├── enum_lang.dart │ ├── intl_ar_EG.arb │ ├── intl_de_DE.arb │ ├── intl_en.arb │ ├── intl_es_ES.arb │ ├── intl_fr_FR.arb │ ├── intl_id_ID.arb │ ├── intl_ja.arb │ ├── intl_ko_KR.arb │ ├── intl_pt_BR.arb │ ├── intl_ru_RU.arb │ └── intl_tr_TR.arb ├── main.dart ├── notifservice.dart ├── pages │ ├── animedetailed │ │ ├── adaptations.dart │ │ ├── animecharacterwidget.dart │ │ ├── animeforums.dart │ │ ├── animepictures.dart │ │ ├── animestatisticswidget.dart │ │ ├── articlepage.dart │ │ ├── intereststackwidget.dart │ │ ├── media_platforms.dart │ │ ├── recommanimewidget.dart │ │ ├── relatedanimewidget.dart │ │ ├── reviewpage.dart │ │ ├── synopsiswidget.dart │ │ ├── userupdates.dart │ │ └── videoswidget.dart │ ├── explorepage.dart │ ├── forumpage.dart │ ├── home │ │ └── newswidget.dart │ ├── homepage.dart │ ├── search │ │ ├── all_genre_widget.dart │ │ ├── allrankingwidget.dart │ │ └── seasonalwidget.dart │ ├── settings │ │ ├── about.dart │ │ ├── anime_manga_settings.dart │ │ ├── backup_restore.dart │ │ ├── cachesettings.dart │ │ ├── customsettings.dart │ │ ├── dropdowncustom.dart │ │ ├── homepagesettings.dart │ │ ├── langsettings.dart │ │ ├── list_pref_settings.dart │ │ ├── notifsettings.dart │ │ ├── optiontile.dart │ │ ├── settingheader.dart │ │ ├── themesettings.dart │ │ └── userprefsetting.dart │ ├── settings_page.dart │ ├── side_bar.dart │ ├── userpage.dart │ └── userpop.dart ├── painter.dart ├── platform │ └── platfrom.dart ├── screens │ ├── characterscreen.dart │ ├── clubscreen.dart │ ├── contentdetailedscreen.dart │ ├── featurescreen.dart │ ├── forumposts.dart │ ├── forumtopicsscreen.dart │ ├── generalsearchscreen.dart │ ├── homescreen.dart │ ├── intro │ │ └── introscreen.dart │ ├── moreinfo.dart │ ├── openscreen.dart │ ├── plainscreen.dart │ ├── seasonal_screen.dart │ ├── tabscreen.dart │ └── user_profile.dart ├── theme │ ├── theme.dart │ ├── theme.g.dart │ └── themedata.dart ├── user │ ├── anime_manga_pref.dart │ ├── anime_manga_pref.g.dart │ ├── anime_manga_tab_pref.dart │ ├── anime_manga_tab_pref.g.dart │ ├── hompagepref.dart │ ├── hompagepref.g.dart │ ├── list_pref.dart │ ├── prefvalue.dart │ ├── prefvalue.g.dart │ ├── user.dart │ └── userpref.dart ├── util │ ├── error │ │ ├── error_details.dart │ │ ├── error_details.g.dart │ │ └── error_reporting.dart │ ├── file_service.dart │ ├── homepageutils.dart │ ├── htmlutils.dart │ ├── insight_service.dart │ ├── pathutils.dart │ └── streamutils.dart └── widgets │ ├── anime_graph.dart │ ├── autosize_copy_text.dart │ ├── avatarwidget.dart │ ├── background.dart │ ├── barchart.dart │ ├── bottomnavbar.dart │ ├── club │ └── clublistwidget.dart │ ├── common │ ├── image_preview.dart │ └── share_builder.dart │ ├── customanimations.dart │ ├── customappbar.dart │ ├── custombutton.dart │ ├── customfuture.dart │ ├── fadingeffect.dart │ ├── featured │ └── tagswidget.dart │ ├── forum │ ├── bbcodewidget.dart │ ├── boardwidget.dart │ ├── forumtopicwidget.dart │ ├── nextprev.dart │ └── postwidget.dart │ ├── headerwidget.dart │ ├── home │ ├── accordion.dart │ ├── animecard.dart │ ├── bookmarks_widget.dart │ ├── feature_first.dart │ ├── nodebadge.dart │ └── notifications.dart │ ├── homeappbar.dart │ ├── instantpage.dart │ ├── listsortfilter.dart │ ├── loading │ ├── expandedwidget.dart │ ├── loadingcard.dart │ └── shimmerwidget.dart │ ├── search │ ├── contentswitch.dart │ ├── filtermodal.dart │ └── sliderwidget.dart │ ├── selectbottom.dart │ ├── selecttopper.dart │ ├── shimmecolor.dart │ ├── slivers.dart │ ├── togglebutton.dart │ ├── translator.dart │ ├── user │ ├── charts │ │ ├── distributed_chart.dart │ │ └── stats_chart.dart │ ├── contentbuilder.dart │ ├── contenteditwidget.dart │ ├── contentlistwidget.dart │ ├── customizedlist.dart │ ├── signinpage.dart │ ├── stats_screen.dart │ ├── user_header.dart │ ├── userchart.dart │ └── weeklyanime.dart │ └── web │ └── c_webview.dart ├── linux ├── .gitignore ├── CMakeLists.txt ├── flutter │ ├── CMakeLists.txt │ ├── generated_plugin_registrant.cc │ ├── generated_plugin_registrant.h │ └── generated_plugins.cmake ├── main.cc ├── my_application.cc └── my_application.h ├── macos ├── .gitignore ├── Flutter │ ├── Flutter-Debug.xcconfig │ ├── Flutter-Release.xcconfig │ └── GeneratedPluginRegistrant.swift ├── Runner.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ └── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ └── xcshareddata │ │ └── xcschemes │ │ └── Runner.xcscheme ├── Runner.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ └── IDEWorkspaceChecks.plist └── Runner │ ├── AppDelegate.swift │ ├── Assets.xcassets │ └── AppIcon.appiconset │ │ ├── Contents.json │ │ ├── app_icon_1024.png │ │ ├── app_icon_128.png │ │ ├── app_icon_16.png │ │ ├── app_icon_256.png │ │ ├── app_icon_32.png │ │ ├── app_icon_512.png │ │ └── app_icon_64.png │ ├── Base.lproj │ └── MainMenu.xib │ ├── Configs │ ├── AppInfo.xcconfig │ ├── Debug.xcconfig │ ├── Release.xcconfig │ └── Warnings.xcconfig │ ├── DebugProfile.entitlements │ ├── Info.plist │ ├── MainFlutterWindow.swift │ └── Release.entitlements ├── metadata ├── de-DE │ ├── full_description.txt │ ├── short_description.txt │ └── title.txt ├── en-US │ ├── changelogs │ │ ├── 88.txt │ │ ├── 89.txt │ │ ├── 95.txt │ │ └── 97.txt │ ├── full_description.txt │ ├── images │ │ ├── icon.png │ │ └── phoneScreenshots │ │ │ ├── Screenshot_1.png │ │ │ ├── Screenshot_2.png │ │ │ ├── Screenshot_3.png │ │ │ ├── Screenshot_4.png │ │ │ ├── Screenshot_5.png │ │ │ ├── Screenshot_6.png │ │ │ ├── Screenshot_7.png │ │ │ └── Screenshot_8.png │ ├── short_description.txt │ └── title.txt ├── es-ES │ ├── full_description.txt │ ├── short_description.txt │ └── title.txt ├── fr-FR │ ├── full_description.txt │ ├── short_description.txt │ └── title.txt └── tr-TR │ ├── full_description.txt │ ├── short_description.txt │ └── title.txt ├── pubspec.lock ├── pubspec.yaml ├── py-req.txt ├── python ├── init.py └── web-utils │ ├── genre.html │ └── index.py ├── test └── widget_test.dart ├── versions ├── web ├── favicon.png ├── icons │ ├── Icon-192.png │ └── Icon-512.png ├── index.html └── manifest.json ├── web_assets ├── genre_desc_anime.json ├── genre_desc_manga.json └── genres │ ├── 10_anime.jpg │ ├── 10_manga.jpg │ ├── 11_anime.jpg │ ├── 11_manga.jpg │ ├── 12_anime.jpg │ ├── 12_manga.jpg │ ├── 13_anime.jpg │ ├── 13_manga.jpg │ ├── 14_anime.jpg │ ├── 14_manga.jpg │ ├── 15_anime.jpg │ ├── 15_manga.jpg │ ├── 17_anime.jpg │ ├── 17_manga.jpg │ ├── 18_anime.jpg │ ├── 18_manga.jpg │ ├── 19_anime.jpg │ ├── 19_manga.jpg │ ├── 1_anime.jpg │ ├── 1_manga.jpg │ ├── 20_anime.jpg │ ├── 20_manga.jpg │ ├── 21_anime.jpg │ ├── 21_manga.jpg │ ├── 22_anime.jpg │ ├── 22_manga.jpg │ ├── 23_anime.jpg │ ├── 23_manga.jpg │ ├── 24_anime.jpg │ ├── 24_manga.jpg │ ├── 25_anime.jpg │ ├── 25_manga.jpg │ ├── 26_anime.jpg │ ├── 26_manga.jpg │ ├── 27_anime.jpg │ ├── 27_manga.jpg │ ├── 28_anime.jpg │ ├── 28_manga.jpg │ ├── 29_anime.jpg │ ├── 29_manga.jpg │ ├── 2_anime.jpg │ ├── 2_manga.jpg │ ├── 30_anime.jpg │ ├── 30_manga.jpg │ ├── 31_anime.jpg │ ├── 31_manga.jpg │ ├── 32_anime.jpg │ ├── 32_manga.jpg │ ├── 35_anime.jpg │ ├── 35_manga.jpg │ ├── 36_anime.jpg │ ├── 36_manga.jpg │ ├── 37_anime.jpg │ ├── 37_manga.jpg │ ├── 38_anime.jpg │ ├── 38_manga.jpg │ ├── 39_anime.jpg │ ├── 39_manga.jpg │ ├── 3_anime.jpg │ ├── 3_manga.jpg │ ├── 40_anime.jpg │ ├── 40_manga.jpg │ ├── 41_anime.jpg │ ├── 41_manga.jpg │ ├── 42_anime.jpg │ ├── 42_manga.jpg │ ├── 43_anime.jpg │ ├── 44_manga.jpg │ ├── 45_manga.jpg │ ├── 46_anime.jpg │ ├── 46_manga.jpg │ ├── 47_anime.jpg │ ├── 47_manga.jpg │ ├── 48_anime.jpg │ ├── 48_manga.jpg │ ├── 49_anime.jpg │ ├── 49_manga.jpg │ ├── 4_anime.jpg │ ├── 4_manga.jpg │ ├── 50_anime.jpg │ ├── 50_manga.jpg │ ├── 51_anime.jpg │ ├── 51_manga.jpg │ ├── 52_anime.jpg │ ├── 52_manga.jpg │ ├── 53_anime.jpg │ ├── 53_manga.jpg │ ├── 54_anime.jpg │ ├── 54_manga.jpg │ ├── 55_anime.jpg │ ├── 55_manga.jpg │ ├── 56_anime.jpg │ ├── 56_manga.jpg │ ├── 57_anime.jpg │ ├── 57_manga.jpg │ ├── 58_anime.jpg │ ├── 58_manga.jpg │ ├── 59_anime.jpg │ ├── 59_manga.jpg │ ├── 5_anime.jpg │ ├── 5_manga.jpg │ ├── 60_anime.jpg │ ├── 60_manga.jpg │ ├── 61_anime.jpg │ ├── 61_manga.jpg │ ├── 62_anime.jpg │ ├── 62_manga.jpg │ ├── 63_anime.jpg │ ├── 63_manga.jpg │ ├── 64_anime.jpg │ ├── 64_manga.jpg │ ├── 65_anime.jpg │ ├── 65_manga.jpg │ ├── 66_anime.jpg │ ├── 66_manga.jpg │ ├── 67_anime.jpg │ ├── 67_manga.jpg │ ├── 68_anime.jpg │ ├── 68_manga.jpg │ ├── 69_anime.jpg │ ├── 69_manga.jpg │ ├── 6_anime.jpg │ ├── 6_manga.jpg │ ├── 70_anime.jpg │ ├── 70_manga.jpg │ ├── 71_anime.jpg │ ├── 71_manga.jpg │ ├── 72_anime.jpg │ ├── 72_manga.jpg │ ├── 73_anime.jpg │ ├── 73_manga.jpg │ ├── 74_anime.jpg │ ├── 74_manga.jpg │ ├── 75_anime.jpg │ ├── 75_manga.jpg │ ├── 76_anime.jpg │ ├── 76_manga.jpg │ ├── 77_anime.jpg │ ├── 77_manga.jpg │ ├── 78_anime.jpg │ ├── 78_manga.jpg │ ├── 79_anime.jpg │ ├── 79_manga.jpg │ ├── 7_anime.jpg │ ├── 7_manga.jpg │ ├── 80_anime.jpg │ ├── 80_manga.jpg │ ├── 81_anime.jpg │ ├── 81_manga.jpg │ ├── 82_manga.jpg │ ├── 8_anime.jpg │ ├── 8_manga.jpg │ ├── 9_anime.jpg │ └── 9_manga.jpg └── windows ├── .gitignore ├── CMakeLists.txt ├── flutter ├── CMakeLists.txt ├── generated_plugin_registrant.cc ├── generated_plugin_registrant.h └── generated_plugins.cmake └── runner ├── CMakeLists.txt ├── Runner.rc ├── flutter_window.cpp ├── flutter_window.h ├── main.cpp ├── resource.h ├── resources └── app_icon.ico ├── runner.exe.manifest ├── utils.cpp ├── utils.h ├── win32_window.cpp └── win32_window.h /Cargo.toml: -------------------------------------------------------------------------------- 1 | [workspace] 2 | members = [ 3 | "dal-rust-api" 4 | ] -------------------------------------------------------------------------------- /Procfile: -------------------------------------------------------------------------------- 1 | web: ./target/release/dal-rust-api -------------------------------------------------------------------------------- /RustConfig: -------------------------------------------------------------------------------- 1 | RUST_CARGO_BUILD_FLAGS="-p dal-rust-api --release" -------------------------------------------------------------------------------- /android/.gitignore: -------------------------------------------------------------------------------- 1 | gradle-wrapper.jar 2 | /.gradle 3 | /captures/ 4 | /gradlew 5 | /gradlew.bat 6 | /local.properties 7 | GeneratedPluginRegistrant.java 8 | 9 | # Remember to never publicly share your keystore. 10 | # See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app 11 | key.properties 12 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/.cmake/api/v1/query/client-agp/cache-v2 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/.cmake/api/v1/query/client-agp/cmakeFiles-v1 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/.cmake/api/v1/query/client-agp/codemodel-v2 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json: -------------------------------------------------------------------------------- 1 | { 2 | "backtraceGraph" : 3 | { 4 | "commands" : [], 5 | "files" : [], 6 | "nodes" : [] 7 | }, 8 | "installers" : [], 9 | "paths" : 10 | { 11 | "build" : ".", 12 | "source" : "." 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CMakeSystem.cmake: -------------------------------------------------------------------------------- 1 | set(CMAKE_HOST_SYSTEM "Linux-6.13.5-arch1-1") 2 | set(CMAKE_HOST_SYSTEM_NAME "Linux") 3 | set(CMAKE_HOST_SYSTEM_VERSION "6.13.5-arch1-1") 4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") 5 | 6 | include("/home/jica/Android/Sdk/ndk/26.1.10909125/build/cmake/android.toolchain.cmake") 7 | 8 | set(CMAKE_SYSTEM "Android-1") 9 | set(CMAKE_SYSTEM_NAME "Android") 10 | set(CMAKE_SYSTEM_VERSION "1") 11 | set(CMAKE_SYSTEM_PROCESSOR "aarch64") 12 | 13 | set(CMAKE_CROSSCOMPILING "TRUE") 14 | 15 | set(CMAKE_SYSTEM_LOADED 1) 16 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- 1 | /home/jica/StudioProjects/DailyAL/android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/CMakeFiles/edit_cache.dir 2 | /home/jica/StudioProjects/DailyAL/android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/CMakeFiles/rebuild_cache.dir 3 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/additional_project_files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/additional_project_files.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/build_file_index.txt: -------------------------------------------------------------------------------- 1 | /opt/flutter/packages/flutter_tools/gradle/src/main/groovy/CMakeLists.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/prefab_config.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": false, 3 | "packages": [] 4 | } -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/arm64-v8a/symbol_folder_index.txt: -------------------------------------------------------------------------------- 1 | /home/jica/StudioProjects/DailyAL/build/app/intermediates/cxx/Debug/4t1v1i4t/obj/arm64-v8a -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/.cmake/api/v1/query/client-agp/cache-v2 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/.cmake/api/v1/query/client-agp/cmakeFiles-v1 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/.cmake/api/v1/query/client-agp/codemodel-v2 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json: -------------------------------------------------------------------------------- 1 | { 2 | "backtraceGraph" : 3 | { 4 | "commands" : [], 5 | "files" : [], 6 | "nodes" : [] 7 | }, 8 | "installers" : [], 9 | "paths" : 10 | { 11 | "build" : ".", 12 | "source" : "." 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CMakeSystem.cmake: -------------------------------------------------------------------------------- 1 | set(CMAKE_HOST_SYSTEM "Linux-6.13.5-arch1-1") 2 | set(CMAKE_HOST_SYSTEM_NAME "Linux") 3 | set(CMAKE_HOST_SYSTEM_VERSION "6.13.5-arch1-1") 4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") 5 | 6 | include("/home/jica/Android/Sdk/ndk/26.1.10909125/build/cmake/android.toolchain.cmake") 7 | 8 | set(CMAKE_SYSTEM "Android-1") 9 | set(CMAKE_SYSTEM_NAME "Android") 10 | set(CMAKE_SYSTEM_VERSION "1") 11 | set(CMAKE_SYSTEM_PROCESSOR "armv7-a") 12 | 13 | set(CMAKE_CROSSCOMPILING "TRUE") 14 | 15 | set(CMAKE_SYSTEM_LOADED 1) 16 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- 1 | /home/jica/StudioProjects/DailyAL/android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/CMakeFiles/edit_cache.dir 2 | /home/jica/StudioProjects/DailyAL/android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/CMakeFiles/rebuild_cache.dir 3 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/additional_project_files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/additional_project_files.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/build_file_index.txt: -------------------------------------------------------------------------------- 1 | /opt/flutter/packages/flutter_tools/gradle/src/main/groovy/CMakeLists.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/prefab_config.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": false, 3 | "packages": [] 4 | } -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/armeabi-v7a/symbol_folder_index.txt: -------------------------------------------------------------------------------- 1 | /home/jica/StudioProjects/DailyAL/build/app/intermediates/cxx/Debug/4t1v1i4t/obj/armeabi-v7a -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/x86/.cmake/api/v1/query/client-agp/cache-v2 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/x86/.cmake/api/v1/query/client-agp/cmakeFiles-v1 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/x86/.cmake/api/v1/query/client-agp/codemodel-v2 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json: -------------------------------------------------------------------------------- 1 | { 2 | "backtraceGraph" : 3 | { 4 | "commands" : [], 5 | "files" : [], 6 | "nodes" : [] 7 | }, 8 | "installers" : [], 9 | "paths" : 10 | { 11 | "build" : ".", 12 | "source" : "." 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/x86/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/x86/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86/CMakeFiles/3.22.1-g37088a8/CMakeSystem.cmake: -------------------------------------------------------------------------------- 1 | set(CMAKE_HOST_SYSTEM "Linux-6.13.5-arch1-1") 2 | set(CMAKE_HOST_SYSTEM_NAME "Linux") 3 | set(CMAKE_HOST_SYSTEM_VERSION "6.13.5-arch1-1") 4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") 5 | 6 | include("/home/jica/Android/Sdk/ndk/26.1.10909125/build/cmake/android.toolchain.cmake") 7 | 8 | set(CMAKE_SYSTEM "Android-1") 9 | set(CMAKE_SYSTEM_NAME "Android") 10 | set(CMAKE_SYSTEM_VERSION "1") 11 | set(CMAKE_SYSTEM_PROCESSOR "i686") 12 | 13 | set(CMAKE_CROSSCOMPILING "TRUE") 14 | 15 | set(CMAKE_SYSTEM_LOADED 1) 16 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/x86/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/x86/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- 1 | /home/jica/StudioProjects/DailyAL/android/app/.cxx/Debug/4t1v1i4t/x86/CMakeFiles/edit_cache.dir 2 | /home/jica/StudioProjects/DailyAL/android/app/.cxx/Debug/4t1v1i4t/x86/CMakeFiles/rebuild_cache.dir 3 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86/additional_project_files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/x86/additional_project_files.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86/android_gradle_build_mini.json: -------------------------------------------------------------------------------- 1 | { 2 | "buildFiles": [ 3 | "/opt/flutter/packages/flutter_tools/gradle/src/main/groovy/CMakeLists.txt" 4 | ], 5 | "cleanCommandsComponents": [ 6 | [ 7 | "/home/jica/Android/Sdk/cmake/3.22.1/bin/ninja", 8 | "-C", 9 | "/home/jica/StudioProjects/DailyAL/android/app/.cxx/Debug/4t1v1i4t/x86", 10 | "clean" 11 | ] 12 | ], 13 | "buildTargetsCommandComponents": [ 14 | "/home/jica/Android/Sdk/cmake/3.22.1/bin/ninja", 15 | "-C", 16 | "/home/jica/StudioProjects/DailyAL/android/app/.cxx/Debug/4t1v1i4t/x86", 17 | "{LIST_OF_TARGETS_TO_BUILD}" 18 | ], 19 | "libraries": {} 20 | } -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86/build_file_index.txt: -------------------------------------------------------------------------------- 1 | /opt/flutter/packages/flutter_tools/gradle/src/main/groovy/CMakeLists.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/x86/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86/prefab_config.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": false, 3 | "packages": [] 4 | } -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86/symbol_folder_index.txt: -------------------------------------------------------------------------------- 1 | /home/jica/StudioProjects/DailyAL/build/app/intermediates/cxx/Debug/4t1v1i4t/obj/x86 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86_64/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/x86_64/.cmake/api/v1/query/client-agp/cache-v2 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86_64/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/x86_64/.cmake/api/v1/query/client-agp/cmakeFiles-v1 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86_64/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/x86_64/.cmake/api/v1/query/client-agp/codemodel-v2 -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86_64/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json: -------------------------------------------------------------------------------- 1 | { 2 | "backtraceGraph" : 3 | { 4 | "commands" : [], 5 | "files" : [], 6 | "nodes" : [] 7 | }, 8 | "installers" : [], 9 | "paths" : 10 | { 11 | "build" : ".", 12 | "source" : "." 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86_64/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/x86_64/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86_64/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/x86_64/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86_64/CMakeFiles/3.22.1-g37088a8/CMakeSystem.cmake: -------------------------------------------------------------------------------- 1 | set(CMAKE_HOST_SYSTEM "Linux-6.13.5-arch1-1") 2 | set(CMAKE_HOST_SYSTEM_NAME "Linux") 3 | set(CMAKE_HOST_SYSTEM_VERSION "6.13.5-arch1-1") 4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") 5 | 6 | include("/home/jica/Android/Sdk/ndk/26.1.10909125/build/cmake/android.toolchain.cmake") 7 | 8 | set(CMAKE_SYSTEM "Android-1") 9 | set(CMAKE_SYSTEM_NAME "Android") 10 | set(CMAKE_SYSTEM_VERSION "1") 11 | set(CMAKE_SYSTEM_PROCESSOR "x86_64") 12 | 13 | set(CMAKE_CROSSCOMPILING "TRUE") 14 | 15 | set(CMAKE_SYSTEM_LOADED 1) 16 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86_64/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/x86_64/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86_64/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/x86_64/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86_64/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- 1 | /home/jica/StudioProjects/DailyAL/android/app/.cxx/Debug/4t1v1i4t/x86_64/CMakeFiles/edit_cache.dir 2 | /home/jica/StudioProjects/DailyAL/android/app/.cxx/Debug/4t1v1i4t/x86_64/CMakeFiles/rebuild_cache.dir 3 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86_64/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86_64/additional_project_files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/x86_64/additional_project_files.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86_64/android_gradle_build_mini.json: -------------------------------------------------------------------------------- 1 | { 2 | "buildFiles": [ 3 | "/opt/flutter/packages/flutter_tools/gradle/src/main/groovy/CMakeLists.txt" 4 | ], 5 | "cleanCommandsComponents": [ 6 | [ 7 | "/home/jica/Android/Sdk/cmake/3.22.1/bin/ninja", 8 | "-C", 9 | "/home/jica/StudioProjects/DailyAL/android/app/.cxx/Debug/4t1v1i4t/x86_64", 10 | "clean" 11 | ] 12 | ], 13 | "buildTargetsCommandComponents": [ 14 | "/home/jica/Android/Sdk/cmake/3.22.1/bin/ninja", 15 | "-C", 16 | "/home/jica/StudioProjects/DailyAL/android/app/.cxx/Debug/4t1v1i4t/x86_64", 17 | "{LIST_OF_TARGETS_TO_BUILD}" 18 | ], 19 | "libraries": {} 20 | } -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86_64/build_file_index.txt: -------------------------------------------------------------------------------- 1 | /opt/flutter/packages/flutter_tools/gradle/src/main/groovy/CMakeLists.txt -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86_64/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/Debug/4t1v1i4t/x86_64/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86_64/prefab_config.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": false, 3 | "packages": [] 4 | } -------------------------------------------------------------------------------- /android/app/.cxx/Debug/4t1v1i4t/x86_64/symbol_folder_index.txt: -------------------------------------------------------------------------------- 1 | /home/jica/StudioProjects/DailyAL/build/app/intermediates/cxx/Debug/4t1v1i4t/obj/x86_64 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/.cmake/api/v1/query/client-agp/cache-v2 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/.cmake/api/v1/query/client-agp/cmakeFiles-v1 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/.cmake/api/v1/query/client-agp/codemodel-v2 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/.cmake/api/v1/reply/directory-.-RelWithDebInfo-f5ebdc15457944623624.json: -------------------------------------------------------------------------------- 1 | { 2 | "backtraceGraph" : 3 | { 4 | "commands" : [], 5 | "files" : [], 6 | "nodes" : [] 7 | }, 8 | "installers" : [], 9 | "paths" : 10 | { 11 | "build" : ".", 12 | "source" : "." 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CMakeSystem.cmake: -------------------------------------------------------------------------------- 1 | set(CMAKE_HOST_SYSTEM "Linux-6.13.8-arch1-1") 2 | set(CMAKE_HOST_SYSTEM_NAME "Linux") 3 | set(CMAKE_HOST_SYSTEM_VERSION "6.13.8-arch1-1") 4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") 5 | 6 | include("/home/jica/Android/Sdk/ndk/26.1.10909125/build/cmake/android.toolchain.cmake") 7 | 8 | set(CMAKE_SYSTEM "Android-1") 9 | set(CMAKE_SYSTEM_NAME "Android") 10 | set(CMAKE_SYSTEM_VERSION "1") 11 | set(CMAKE_SYSTEM_PROCESSOR "aarch64") 12 | 13 | set(CMAKE_CROSSCOMPILING "TRUE") 14 | 15 | set(CMAKE_SYSTEM_LOADED 1) 16 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- 1 | /home/jica/StudioProjects/DailyAL/android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/CMakeFiles/edit_cache.dir 2 | /home/jica/StudioProjects/DailyAL/android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/CMakeFiles/rebuild_cache.dir 3 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/additional_project_files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/additional_project_files.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/build_file_index.txt: -------------------------------------------------------------------------------- 1 | /opt/flutter/packages/flutter_tools/gradle/src/main/groovy/CMakeLists.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/prefab_config.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": false, 3 | "packages": [] 4 | } -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/arm64-v8a/symbol_folder_index.txt: -------------------------------------------------------------------------------- 1 | /home/jica/StudioProjects/DailyAL/build/app/intermediates/cxx/RelWithDebInfo/3m4h3y24/obj/arm64-v8a -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/.cmake/api/v1/query/client-agp/cache-v2 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/.cmake/api/v1/query/client-agp/cmakeFiles-v1 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/.cmake/api/v1/query/client-agp/codemodel-v2 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/.cmake/api/v1/reply/directory-.-RelWithDebInfo-f5ebdc15457944623624.json: -------------------------------------------------------------------------------- 1 | { 2 | "backtraceGraph" : 3 | { 4 | "commands" : [], 5 | "files" : [], 6 | "nodes" : [] 7 | }, 8 | "installers" : [], 9 | "paths" : 10 | { 11 | "build" : ".", 12 | "source" : "." 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CMakeSystem.cmake: -------------------------------------------------------------------------------- 1 | set(CMAKE_HOST_SYSTEM "Linux-6.13.8-arch1-1") 2 | set(CMAKE_HOST_SYSTEM_NAME "Linux") 3 | set(CMAKE_HOST_SYSTEM_VERSION "6.13.8-arch1-1") 4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") 5 | 6 | include("/home/jica/Android/Sdk/ndk/26.1.10909125/build/cmake/android.toolchain.cmake") 7 | 8 | set(CMAKE_SYSTEM "Android-1") 9 | set(CMAKE_SYSTEM_NAME "Android") 10 | set(CMAKE_SYSTEM_VERSION "1") 11 | set(CMAKE_SYSTEM_PROCESSOR "armv7-a") 12 | 13 | set(CMAKE_CROSSCOMPILING "TRUE") 14 | 15 | set(CMAKE_SYSTEM_LOADED 1) 16 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- 1 | /home/jica/StudioProjects/DailyAL/android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/CMakeFiles/edit_cache.dir 2 | /home/jica/StudioProjects/DailyAL/android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/CMakeFiles/rebuild_cache.dir 3 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/additional_project_files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/additional_project_files.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/build_file_index.txt: -------------------------------------------------------------------------------- 1 | /opt/flutter/packages/flutter_tools/gradle/src/main/groovy/CMakeLists.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/prefab_config.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": false, 3 | "packages": [] 4 | } -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/armeabi-v7a/symbol_folder_index.txt: -------------------------------------------------------------------------------- 1 | /home/jica/StudioProjects/DailyAL/build/app/intermediates/cxx/RelWithDebInfo/3m4h3y24/obj/armeabi-v7a -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/.cmake/api/v1/query/client-agp/cache-v2 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/.cmake/api/v1/query/client-agp/cmakeFiles-v1 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/.cmake/api/v1/query/client-agp/codemodel-v2 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/.cmake/api/v1/reply/directory-.-RelWithDebInfo-f5ebdc15457944623624.json: -------------------------------------------------------------------------------- 1 | { 2 | "backtraceGraph" : 3 | { 4 | "commands" : [], 5 | "files" : [], 6 | "nodes" : [] 7 | }, 8 | "installers" : [], 9 | "paths" : 10 | { 11 | "build" : ".", 12 | "source" : "." 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/CMakeFiles/3.22.1-g37088a8/CMakeSystem.cmake: -------------------------------------------------------------------------------- 1 | set(CMAKE_HOST_SYSTEM "Linux-6.13.8-arch1-1") 2 | set(CMAKE_HOST_SYSTEM_NAME "Linux") 3 | set(CMAKE_HOST_SYSTEM_VERSION "6.13.8-arch1-1") 4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") 5 | 6 | include("/home/jica/Android/Sdk/ndk/26.1.10909125/build/cmake/android.toolchain.cmake") 7 | 8 | set(CMAKE_SYSTEM "Android-1") 9 | set(CMAKE_SYSTEM_NAME "Android") 10 | set(CMAKE_SYSTEM_VERSION "1") 11 | set(CMAKE_SYSTEM_PROCESSOR "i686") 12 | 13 | set(CMAKE_CROSSCOMPILING "TRUE") 14 | 15 | set(CMAKE_SYSTEM_LOADED 1) 16 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- 1 | /home/jica/StudioProjects/DailyAL/android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/CMakeFiles/edit_cache.dir 2 | /home/jica/StudioProjects/DailyAL/android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/CMakeFiles/rebuild_cache.dir 3 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/additional_project_files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/additional_project_files.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/build_file_index.txt: -------------------------------------------------------------------------------- 1 | /opt/flutter/packages/flutter_tools/gradle/src/main/groovy/CMakeLists.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/prefab_config.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": false, 3 | "packages": [] 4 | } -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86/symbol_folder_index.txt: -------------------------------------------------------------------------------- 1 | /home/jica/StudioProjects/DailyAL/build/app/intermediates/cxx/RelWithDebInfo/3m4h3y24/obj/x86 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/.cmake/api/v1/query/client-agp/cache-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/.cmake/api/v1/query/client-agp/cache-v2 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/.cmake/api/v1/query/client-agp/cmakeFiles-v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/.cmake/api/v1/query/client-agp/cmakeFiles-v1 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/.cmake/api/v1/query/client-agp/codemodel-v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/.cmake/api/v1/query/client-agp/codemodel-v2 -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/.cmake/api/v1/reply/directory-.-RelWithDebInfo-f5ebdc15457944623624.json: -------------------------------------------------------------------------------- 1 | { 2 | "backtraceGraph" : 3 | { 4 | "commands" : [], 5 | "files" : [], 6 | "nodes" : [] 7 | }, 8 | "installers" : [], 9 | "paths" : 10 | { 11 | "build" : ".", 12 | "source" : "." 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/CMakeFiles/3.22.1-g37088a8/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/CMakeFiles/3.22.1-g37088a8/CMakeSystem.cmake: -------------------------------------------------------------------------------- 1 | set(CMAKE_HOST_SYSTEM "Linux-6.13.8-arch1-1") 2 | set(CMAKE_HOST_SYSTEM_NAME "Linux") 3 | set(CMAKE_HOST_SYSTEM_VERSION "6.13.8-arch1-1") 4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") 5 | 6 | include("/home/jica/Android/Sdk/ndk/26.1.10909125/build/cmake/android.toolchain.cmake") 7 | 8 | set(CMAKE_SYSTEM "Android-1") 9 | set(CMAKE_SYSTEM_NAME "Android") 10 | set(CMAKE_SYSTEM_VERSION "1") 11 | set(CMAKE_SYSTEM_PROCESSOR "x86_64") 12 | 13 | set(CMAKE_CROSSCOMPILING "TRUE") 14 | 15 | set(CMAKE_SYSTEM_LOADED 1) 16 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/CMakeFiles/3.22.1-g37088a8/CompilerIdC/CMakeCCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/CMakeFiles/3.22.1-g37088a8/CompilerIdCXX/CMakeCXXCompilerId.o -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- 1 | /home/jica/StudioProjects/DailyAL/android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/CMakeFiles/edit_cache.dir 2 | /home/jica/StudioProjects/DailyAL/android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/CMakeFiles/rebuild_cache.dir 3 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/additional_project_files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/additional_project_files.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/build_file_index.txt: -------------------------------------------------------------------------------- 1 | /opt/flutter/packages/flutter_tools/gradle/src/main/groovy/CMakeLists.txt -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/configure_fingerprint.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/configure_fingerprint.bin -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/prefab_config.json: -------------------------------------------------------------------------------- 1 | { 2 | "enabled": false, 3 | "packages": [] 4 | } -------------------------------------------------------------------------------- /android/app/.cxx/RelWithDebInfo/3m4h3y24/x86_64/symbol_folder_index.txt: -------------------------------------------------------------------------------- 1 | /home/jica/StudioProjects/DailyAL/build/app/intermediates/cxx/RelWithDebInfo/3m4h3y24/obj/x86_64 -------------------------------------------------------------------------------- /android/app/fdroid_keystore.jks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/fdroid_keystore.jks -------------------------------------------------------------------------------- /android/app/src/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /android/app/src/main/kotlin/com/teen/dailyanimelist/MainActivity.kt: -------------------------------------------------------------------------------- 1 | package com.teen.dailyanimelist 2 | 3 | import io.flutter.embedding.android.FlutterActivity 4 | 5 | class MainActivity: FlutterActivity() { 6 | } 7 | -------------------------------------------------------------------------------- /android/app/src/main/res/dal-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/dal-logo.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-hdpi/ic_stat_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/drawable-hdpi/ic_stat_name.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-mdpi/ic_stat_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/drawable-mdpi/ic_stat_name.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-v21/app_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/drawable-v21/app_icon.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-v21/ic_stat_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/drawable-v21/ic_stat_d.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-v21/launch_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 12 | 13 | -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-xhdpi/ic_stat_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/drawable-xhdpi/ic_stat_name.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-xxhdpi/ic_stat_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/drawable-xxhdpi/ic_stat_name.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-xxxhdpi/ic_stat_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/drawable-xxxhdpi/ic_stat_name.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable/app_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/drawable/app_icon.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable/ic_stat_d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/drawable/ic_stat_d.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable/ic_stat_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/drawable/ic_stat_name.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable/launch_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 12 | 13 | -------------------------------------------------------------------------------- /android/app/src/main/res/drawable/play_store_512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/drawable/play_store_512.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_launcher_adaptive_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-hdpi/ic_launcher_adaptive_back.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_launcher_adaptive_fore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-hdpi/ic_launcher_adaptive_fore.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/ic_launcher_adaptive_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-mdpi/ic_launcher_adaptive_back.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/ic_launcher_adaptive_fore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-mdpi/ic_launcher_adaptive_fore.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/ic_launcher_adaptive_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_adaptive_back.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/ic_launcher_adaptive_fore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_adaptive_fore.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/ic_launcher_adaptive_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_adaptive_back.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/ic_launcher_adaptive_fore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_adaptive_fore.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_adaptive_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_adaptive_back.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_adaptive_fore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_adaptive_fore.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.png -------------------------------------------------------------------------------- /android/app/src/profile/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /android/gradle.properties: -------------------------------------------------------------------------------- 1 | org.gradle.jvmargs=-Xmx4G 2 | android.useAndroidX=true 3 | android.enableJetifier=true 4 | android.defaults.buildfeatures.buildconfig=true 5 | android.nonTransitiveRClass=false 6 | android.nonFinalResIds=false 7 | -------------------------------------------------------------------------------- /android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Fri Jun 23 08:50:38 CEST 2017 2 | distributionBase=GRADLE_USER_HOME 3 | distributionPath=wrapper/dists 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip 7 | -------------------------------------------------------------------------------- /android/key.properties.file: -------------------------------------------------------------------------------- 1 | storePassword=fdroid_keystore 2 | keyPassword=fdroid_keystore 3 | keyAlias=key0 4 | storeFile=fdroid_keystore.jks 5 | -------------------------------------------------------------------------------- /assets/fonts/Poppins-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/assets/fonts/Poppins-Bold.ttf -------------------------------------------------------------------------------- /assets/fonts/Poppins-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/assets/fonts/Poppins-Italic.ttf -------------------------------------------------------------------------------- /assets/fonts/Poppins-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/assets/fonts/Poppins-Regular.ttf -------------------------------------------------------------------------------- /assets/images/anime-collage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/assets/images/anime-collage.jpg -------------------------------------------------------------------------------- /assets/images/anime-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/assets/images/anime-icon.png -------------------------------------------------------------------------------- /assets/images/cherry.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/assets/images/cherry.jpg -------------------------------------------------------------------------------- /assets/images/dal-black-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/assets/images/dal-black-bg.png -------------------------------------------------------------------------------- /assets/images/error_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/assets/images/error_image.png -------------------------------------------------------------------------------- /assets/images/fall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/assets/images/fall.jpg -------------------------------------------------------------------------------- /assets/images/gemini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/assets/images/gemini.png -------------------------------------------------------------------------------- /assets/images/general-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/assets/images/general-icon.png -------------------------------------------------------------------------------- /assets/images/mal-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/assets/images/mal-icon.png -------------------------------------------------------------------------------- /assets/images/myanimelist-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/assets/images/myanimelist-logo.jpg -------------------------------------------------------------------------------- /assets/images/opm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/assets/images/opm.jpg -------------------------------------------------------------------------------- /assets/images/opm_old.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/assets/images/opm_old.jpg -------------------------------------------------------------------------------- /assets/images/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/assets/images/star.png -------------------------------------------------------------------------------- /assets/images/summer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/assets/images/summer.jpg -------------------------------------------------------------------------------- /assets/images/user-unknown.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/assets/images/user-unknown.jpg -------------------------------------------------------------------------------- /assets/images/user_dal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/assets/images/user_dal.png -------------------------------------------------------------------------------- /assets/images/user_dal_old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/assets/images/user_dal_old.png -------------------------------------------------------------------------------- /assets/images/winter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/assets/images/winter.png -------------------------------------------------------------------------------- /assets/images/youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/assets/images/youtube.png -------------------------------------------------------------------------------- /assets/n8TN5qDG22PAuP50Il: -------------------------------------------------------------------------------- 1 | MAL_CLIENT_ID=4a2616916ea55dd75b7ad461bea38b08 2 | MAL_CLIENT_SECRET=eda146d87caf3408468d0b1b8dd6d84bad3ae5522a4597c495496e743a38bbce 3 | APP_CONFIG_URL=https://raw.githubusercontent.com/JICA98/DailyAL/psycho/config 4 | ERROR_REPORT_URL= 5 | API_URL=https://dal-rust-api.onrender.com 6 | API_SECRET=9XkJNP7ACL4BCVpXzwAzFZaeqdPpwv0aWpV1b89AxkCCSXq6N035YN8wCV8fX1yijaJzinJBMHhyku92qVPXFiQSayfXYajtZtwktYJMrzSTSva18yGLQf9vvQuTALCc 7 | BUILD_VARIANT=fdroid 8 | -------------------------------------------------------------------------------- /config/github/serverConfigV3.json: -------------------------------------------------------------------------------- 1 | { 2 | "bmacLink": false, 3 | "dalAPIUrl": "https://daily-al-rust-f72806ebd296.herokuapp.com", 4 | "discordLink": "https://discord.gg/ap4Wghv5e8", 5 | "errorLogging": false, 6 | "maxLoad": 100, 7 | "featureFlags": { 8 | "aireviews": true 9 | }, 10 | "preferredServers": [ 11 | { 12 | "load": 1, 13 | "url": "http://0.0.0.0:8080/" 14 | }, 15 | { 16 | "load": 10, 17 | "url": "https://dal-api.onrender.com/" 18 | } 19 | ], 20 | "strategy": "load", 21 | "telegramLink": "https://t.me/dailyalofficial" 22 | } 23 | -------------------------------------------------------------------------------- /config/github/serverConfigV3Dev.json: -------------------------------------------------------------------------------- 1 | { 2 | "bmacLink": false, 3 | "dalAPIUrl": "https://daily-al-rust-f72806ebd296.herokuapp.com", 4 | "discordLink": "https://discord.gg/ap4Wghv5e8", 5 | "errorLogging": false, 6 | "maxLoad": 100, 7 | "featureFlags": { 8 | "aireviews": true 9 | }, 10 | "preferredServers": [ 11 | { 12 | "load": 1, 13 | "url": "http://0.0.0.0:8080/" 14 | }, 15 | { 16 | "load": 10, 17 | "url": "https://dal-api.onrender.com/" 18 | } 19 | ], 20 | "strategy": "load", 21 | "telegramLink": "https://t.me/dailyalofficial" 22 | } 23 | -------------------------------------------------------------------------------- /config/playstore/serverConfigV3.json: -------------------------------------------------------------------------------- 1 | { 2 | "bmacLink": false, 3 | "dalAPIUrl": "https://daily-al-rust-f72806ebd296.herokuapp.com", 4 | "discordLink": "https://discord.gg/ap4Wghv5e8", 5 | "errorLogging": true, 6 | "maxLoad": 100, 7 | "featureFlags": { 8 | "aireviews": true 9 | }, 10 | "storeUrl": "https://play.google.com/store/apps/details?id=io.github.jica98", 11 | "preferredServers": [ 12 | { 13 | "load": 1, 14 | "url": "http://0.0.0.0:8080/" 15 | }, 16 | { 17 | "load": 10, 18 | "url": "https://dal-api.onrender.com/" 19 | } 20 | ], 21 | "strategy": "load", 22 | "telegramLink": "https://t.me/dailyalofficial" 23 | } 24 | -------------------------------------------------------------------------------- /config/playstore/serverConfigV3Dev.json: -------------------------------------------------------------------------------- 1 | { 2 | "bmacLink": false, 3 | "dalAPIUrl": "https://daily-al-rust-f72806ebd296.herokuapp.com", 4 | "discordLink": "https://discord.gg/ap4Wghv5e8", 5 | "errorLogging": false, 6 | "maxLoad": 100, 7 | "featureFlags": { 8 | "aireviews": true 9 | }, 10 | "storeUrl": "https://play.google.com/store/apps/details?id=io.github.jica98", 11 | "preferredServers": [ 12 | { 13 | "load": 1, 14 | "url": "http://0.0.0.0:8080/" 15 | }, 16 | { 17 | "load": 10, 18 | "url": "https://dal-api.onrender.com/" 19 | } 20 | ], 21 | "strategy": "load", 22 | "telegramLink": "https://t.me/dailyalofficial" 23 | } 24 | -------------------------------------------------------------------------------- /dailyal_support/.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "dart.flutterSdkPath": "~/src/flutter/flutter_linux_3.16.9-stable/flutter" 3 | } -------------------------------------------------------------------------------- /dailyal_support/README.md: -------------------------------------------------------------------------------- 1 | # dailyal_support 2 | 3 | A new Flutter project. 4 | 5 | ## Getting Started 6 | 7 | This project is a starting point for a Flutter application. 8 | 9 | A few resources to get you started if this is your first Flutter project: 10 | 11 | - [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) 12 | - [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) 13 | 14 | For help getting started with Flutter development, view the 15 | [online documentation](https://docs.flutter.dev/), which offers tutorials, 16 | samples, guidance on mobile development, and a full API reference. 17 | -------------------------------------------------------------------------------- /dailyal_support/android/.gitignore: -------------------------------------------------------------------------------- 1 | gradle-wrapper.jar 2 | /.gradle 3 | /captures/ 4 | /gradlew 5 | /gradlew.bat 6 | /local.properties 7 | GeneratedPluginRegistrant.java 8 | 9 | # Remember to never publicly share your keystore. 10 | # See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app 11 | key.properties 12 | **/*.keystore 13 | **/*.jks 14 | -------------------------------------------------------------------------------- /dailyal_support/android/app/src/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /dailyal_support/android/app/src/main/play_store_512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/android/app/src/main/play_store_512.png -------------------------------------------------------------------------------- /dailyal_support/android/app/src/main/res/drawable-v21/launch_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 12 | 13 | -------------------------------------------------------------------------------- /dailyal_support/android/app/src/main/res/drawable/launch_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 12 | 13 | -------------------------------------------------------------------------------- /dailyal_support/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /dailyal_support/android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /dailyal_support/android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png -------------------------------------------------------------------------------- /dailyal_support/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /dailyal_support/android/app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/android/app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.png -------------------------------------------------------------------------------- /dailyal_support/android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /dailyal_support/android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png -------------------------------------------------------------------------------- /dailyal_support/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /dailyal_support/android/app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/android/app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.png -------------------------------------------------------------------------------- /dailyal_support/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /dailyal_support/android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png -------------------------------------------------------------------------------- /dailyal_support/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /dailyal_support/android/app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/android/app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.png -------------------------------------------------------------------------------- /dailyal_support/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /dailyal_support/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png -------------------------------------------------------------------------------- /dailyal_support/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /dailyal_support/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.png -------------------------------------------------------------------------------- /dailyal_support/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /dailyal_support/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png -------------------------------------------------------------------------------- /dailyal_support/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /dailyal_support/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.png -------------------------------------------------------------------------------- /dailyal_support/android/app/src/profile/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /dailyal_support/android/gradle.properties: -------------------------------------------------------------------------------- 1 | org.gradle.jvmargs=-Xmx4G 2 | android.useAndroidX=true 3 | android.enableJetifier=true 4 | -------------------------------------------------------------------------------- /dailyal_support/android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionBase=GRADLE_USER_HOME 2 | distributionPath=wrapper/dists 3 | zipStoreBase=GRADLE_USER_HOME 4 | zipStorePath=wrapper/dists 5 | distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip 6 | -------------------------------------------------------------------------------- /dailyal_support/ios/Flutter/Debug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /dailyal_support/ios/Flutter/Release.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /dailyal_support/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /dailyal_support/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /dailyal_support/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PreviewsEnabled 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /dailyal_support/ios/Runner.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /dailyal_support/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /dailyal_support/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PreviewsEnabled 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /dailyal_support/ios/Runner/AppDelegate.swift: -------------------------------------------------------------------------------- 1 | import UIKit 2 | import Flutter 3 | 4 | @UIApplicationMain 5 | @objc class AppDelegate: FlutterAppDelegate { 6 | override func application( 7 | _ application: UIApplication, 8 | didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? 9 | ) -> Bool { 10 | GeneratedPluginRegistrant.register(with: self) 11 | return super.application(application, didFinishLaunchingWithOptions: launchOptions) 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png -------------------------------------------------------------------------------- /dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png -------------------------------------------------------------------------------- /dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png -------------------------------------------------------------------------------- /dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png -------------------------------------------------------------------------------- /dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png -------------------------------------------------------------------------------- /dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png -------------------------------------------------------------------------------- /dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png -------------------------------------------------------------------------------- /dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png -------------------------------------------------------------------------------- /dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png -------------------------------------------------------------------------------- /dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png -------------------------------------------------------------------------------- /dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png -------------------------------------------------------------------------------- /dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png -------------------------------------------------------------------------------- /dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png -------------------------------------------------------------------------------- /dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png -------------------------------------------------------------------------------- /dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png -------------------------------------------------------------------------------- /dailyal_support/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "LaunchImage.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "LaunchImage@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "LaunchImage@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /dailyal_support/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png -------------------------------------------------------------------------------- /dailyal_support/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png -------------------------------------------------------------------------------- /dailyal_support/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png -------------------------------------------------------------------------------- /dailyal_support/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md: -------------------------------------------------------------------------------- 1 | # Launch Screen Assets 2 | 3 | You can customize the launch screen with your own desired assets by replacing the image files in this directory. 4 | 5 | You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images. -------------------------------------------------------------------------------- /dailyal_support/ios/Runner/Runner-Bridging-Header.h: -------------------------------------------------------------------------------- 1 | #import "GeneratedPluginRegistrant.h" 2 | -------------------------------------------------------------------------------- /dailyal_support/ios/RunnerTests/RunnerTests.swift: -------------------------------------------------------------------------------- 1 | import Flutter 2 | import UIKit 3 | import XCTest 4 | 5 | class RunnerTests: XCTestCase { 6 | 7 | func testExample() { 8 | // If you add code to the Runner application, consider adding tests here. 9 | // See https://developer.apple.com/documentation/xctest for more information about using XCTest. 10 | } 11 | 12 | } 13 | -------------------------------------------------------------------------------- /dailyal_support/linux/.gitignore: -------------------------------------------------------------------------------- 1 | flutter/ephemeral 2 | -------------------------------------------------------------------------------- /dailyal_support/linux/flutter/generated_plugin_registrant.cc: -------------------------------------------------------------------------------- 1 | // 2 | // Generated file. Do not edit. 3 | // 4 | 5 | // clang-format off 6 | 7 | #include "generated_plugin_registrant.h" 8 | 9 | #include 10 | 11 | void fl_register_plugins(FlPluginRegistry* registry) { 12 | g_autoptr(FlPluginRegistrar) url_launcher_linux_registrar = 13 | fl_plugin_registry_get_registrar_for_plugin(registry, "UrlLauncherPlugin"); 14 | url_launcher_plugin_register_with_registrar(url_launcher_linux_registrar); 15 | } 16 | -------------------------------------------------------------------------------- /dailyal_support/linux/flutter/generated_plugin_registrant.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated file. Do not edit. 3 | // 4 | 5 | // clang-format off 6 | 7 | #ifndef GENERATED_PLUGIN_REGISTRANT_ 8 | #define GENERATED_PLUGIN_REGISTRANT_ 9 | 10 | #include 11 | 12 | // Registers Flutter plugins. 13 | void fl_register_plugins(FlPluginRegistry* registry); 14 | 15 | #endif // GENERATED_PLUGIN_REGISTRANT_ 16 | -------------------------------------------------------------------------------- /dailyal_support/linux/main.cc: -------------------------------------------------------------------------------- 1 | #include "my_application.h" 2 | 3 | int main(int argc, char** argv) { 4 | g_autoptr(MyApplication) app = my_application_new(); 5 | return g_application_run(G_APPLICATION(app), argc, argv); 6 | } 7 | -------------------------------------------------------------------------------- /dailyal_support/linux/my_application.h: -------------------------------------------------------------------------------- 1 | #ifndef FLUTTER_MY_APPLICATION_H_ 2 | #define FLUTTER_MY_APPLICATION_H_ 3 | 4 | #include 5 | 6 | G_DECLARE_FINAL_TYPE(MyApplication, my_application, MY, APPLICATION, 7 | GtkApplication) 8 | 9 | /** 10 | * my_application_new: 11 | * 12 | * Creates a new Flutter-based application. 13 | * 14 | * Returns: a new #MyApplication. 15 | */ 16 | MyApplication* my_application_new(); 17 | 18 | #endif // FLUTTER_MY_APPLICATION_H_ 19 | -------------------------------------------------------------------------------- /dailyal_support/macos/.gitignore: -------------------------------------------------------------------------------- 1 | # Flutter-related 2 | **/Flutter/ephemeral/ 3 | **/Pods/ 4 | 5 | # Xcode-related 6 | **/dgph 7 | **/xcuserdata/ 8 | -------------------------------------------------------------------------------- /dailyal_support/macos/Flutter/Flutter-Debug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "ephemeral/Flutter-Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /dailyal_support/macos/Flutter/Flutter-Release.xcconfig: -------------------------------------------------------------------------------- 1 | #include "ephemeral/Flutter-Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /dailyal_support/macos/Flutter/GeneratedPluginRegistrant.swift: -------------------------------------------------------------------------------- 1 | // 2 | // Generated file. Do not edit. 3 | // 4 | 5 | import FlutterMacOS 6 | import Foundation 7 | 8 | import url_launcher_macos 9 | 10 | func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { 11 | UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin")) 12 | } 13 | -------------------------------------------------------------------------------- /dailyal_support/macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /dailyal_support/macos/Runner.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /dailyal_support/macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /dailyal_support/macos/Runner/AppDelegate.swift: -------------------------------------------------------------------------------- 1 | import Cocoa 2 | import FlutterMacOS 3 | 4 | @NSApplicationMain 5 | class AppDelegate: FlutterAppDelegate { 6 | override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool { 7 | return true 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /dailyal_support/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png -------------------------------------------------------------------------------- /dailyal_support/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png -------------------------------------------------------------------------------- /dailyal_support/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png -------------------------------------------------------------------------------- /dailyal_support/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png -------------------------------------------------------------------------------- /dailyal_support/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png -------------------------------------------------------------------------------- /dailyal_support/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png -------------------------------------------------------------------------------- /dailyal_support/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png -------------------------------------------------------------------------------- /dailyal_support/macos/Runner/Configs/Debug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "../../Flutter/Flutter-Debug.xcconfig" 2 | #include "Warnings.xcconfig" 3 | -------------------------------------------------------------------------------- /dailyal_support/macos/Runner/Configs/Release.xcconfig: -------------------------------------------------------------------------------- 1 | #include "../../Flutter/Flutter-Release.xcconfig" 2 | #include "Warnings.xcconfig" 3 | -------------------------------------------------------------------------------- /dailyal_support/macos/Runner/Configs/Warnings.xcconfig: -------------------------------------------------------------------------------- 1 | WARNING_CFLAGS = -Wall -Wconditional-uninitialized -Wnullable-to-nonnull-conversion -Wmissing-method-return-type -Woverlength-strings 2 | GCC_WARN_UNDECLARED_SELECTOR = YES 3 | CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES 4 | CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE 5 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES 6 | CLANG_WARN_PRAGMA_PACK = YES 7 | CLANG_WARN_STRICT_PROTOTYPES = YES 8 | CLANG_WARN_COMMA = YES 9 | GCC_WARN_STRICT_SELECTOR_MATCH = YES 10 | CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = YES 11 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES 12 | GCC_WARN_SHADOW = YES 13 | CLANG_WARN_UNREACHABLE_CODE = YES 14 | -------------------------------------------------------------------------------- /dailyal_support/macos/Runner/DebugProfile.entitlements: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | com.apple.security.app-sandbox 6 | 7 | com.apple.security.cs.allow-jit 8 | 9 | com.apple.security.network.server 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /dailyal_support/macos/Runner/MainFlutterWindow.swift: -------------------------------------------------------------------------------- 1 | import Cocoa 2 | import FlutterMacOS 3 | 4 | class MainFlutterWindow: NSWindow { 5 | override func awakeFromNib() { 6 | let flutterViewController = FlutterViewController() 7 | let windowFrame = self.frame 8 | self.contentViewController = flutterViewController 9 | self.setFrame(windowFrame, display: true) 10 | 11 | RegisterGeneratedPlugins(registry: flutterViewController) 12 | 13 | super.awakeFromNib() 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /dailyal_support/macos/Runner/Release.entitlements: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | com.apple.security.app-sandbox 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /dailyal_support/macos/RunnerTests/RunnerTests.swift: -------------------------------------------------------------------------------- 1 | import FlutterMacOS 2 | import Cocoa 3 | import XCTest 4 | 5 | class RunnerTests: XCTestCase { 6 | 7 | func testExample() { 8 | // If you add code to the Runner application, consider adding tests here. 9 | // See https://developer.apple.com/documentation/xctest for more information about using XCTest. 10 | } 11 | 12 | } 13 | -------------------------------------------------------------------------------- /dailyal_support/web/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/web/favicon.png -------------------------------------------------------------------------------- /dailyal_support/web/icons/Icon-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/web/icons/Icon-192.png -------------------------------------------------------------------------------- /dailyal_support/web/icons/Icon-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/web/icons/Icon-512.png -------------------------------------------------------------------------------- /dailyal_support/web/icons/Icon-maskable-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/web/icons/Icon-maskable-192.png -------------------------------------------------------------------------------- /dailyal_support/web/icons/Icon-maskable-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/web/icons/Icon-maskable-512.png -------------------------------------------------------------------------------- /dailyal_support/windows/.gitignore: -------------------------------------------------------------------------------- 1 | flutter/ephemeral/ 2 | 3 | # Visual Studio user-specific files. 4 | *.suo 5 | *.user 6 | *.userosscache 7 | *.sln.docstates 8 | 9 | # Visual Studio build-related files. 10 | x64/ 11 | x86/ 12 | 13 | # Visual Studio cache files 14 | # files ending in .cache can be ignored 15 | *.[Cc]ache 16 | # but keep track of directories ending in .cache 17 | !*.[Cc]ache/ 18 | -------------------------------------------------------------------------------- /dailyal_support/windows/flutter/generated_plugin_registrant.cc: -------------------------------------------------------------------------------- 1 | // 2 | // Generated file. Do not edit. 3 | // 4 | 5 | // clang-format off 6 | 7 | #include "generated_plugin_registrant.h" 8 | 9 | #include 10 | 11 | void RegisterPlugins(flutter::PluginRegistry* registry) { 12 | UrlLauncherWindowsRegisterWithRegistrar( 13 | registry->GetRegistrarForPlugin("UrlLauncherWindows")); 14 | } 15 | -------------------------------------------------------------------------------- /dailyal_support/windows/flutter/generated_plugin_registrant.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated file. Do not edit. 3 | // 4 | 5 | // clang-format off 6 | 7 | #ifndef GENERATED_PLUGIN_REGISTRANT_ 8 | #define GENERATED_PLUGIN_REGISTRANT_ 9 | 10 | #include 11 | 12 | // Registers Flutter plugins. 13 | void RegisterPlugins(flutter::PluginRegistry* registry); 14 | 15 | #endif // GENERATED_PLUGIN_REGISTRANT_ 16 | -------------------------------------------------------------------------------- /dailyal_support/windows/runner/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Visual C++ generated include file. 3 | // Used by Runner.rc 4 | // 5 | #define IDI_APP_ICON 101 6 | 7 | // Next default values for new objects 8 | // 9 | #ifdef APSTUDIO_INVOKED 10 | #ifndef APSTUDIO_READONLY_SYMBOLS 11 | #define _APS_NEXT_RESOURCE_VALUE 102 12 | #define _APS_NEXT_COMMAND_VALUE 40001 13 | #define _APS_NEXT_CONTROL_VALUE 1001 14 | #define _APS_NEXT_SYMED_VALUE 101 15 | #endif 16 | #endif 17 | -------------------------------------------------------------------------------- /dailyal_support/windows/runner/resources/app_icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/dailyal_support/windows/runner/resources/app_icon.ico -------------------------------------------------------------------------------- /dal-api/.dockerignore: -------------------------------------------------------------------------------- 1 | .dockerignore 2 | Dockerfile 3 | build/ 4 | .dart_tool/ 5 | .git/ 6 | .github/ 7 | .gitignore 8 | .packages 9 | .vscode/ -------------------------------------------------------------------------------- /dal-api/.gitignore: -------------------------------------------------------------------------------- 1 | # Files and directories created by pub. 2 | .dart_tool/ 3 | .packages 4 | 5 | # Conventional directory for build output. 6 | build/ 7 | .vscode/ -------------------------------------------------------------------------------- /dal-api/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | ## 1.0.0 2 | 3 | - Initial version. 4 | -------------------------------------------------------------------------------- /dal-api/README.md: -------------------------------------------------------------------------------- 1 | A sample command-line application with an entrypoint in `bin/`, library code 2 | in `lib/`, and example unit test in `test/`. 3 | -------------------------------------------------------------------------------- /dal-api/bin/dal_api.dart: -------------------------------------------------------------------------------- 1 | import 'package:dal_api/handlers/handler_core.dart'; 2 | import 'package:shelf/shelf.dart' as shelf; 3 | import 'package:shelf/shelf_io.dart' as shelf_io; 4 | 5 | void main() async { 6 | final handler = const shelf.Pipeline() 7 | .addMiddleware(shelf.logRequests()) 8 | .addHandler(HandlerCore().handleRequest); 9 | 10 | final server = await shelf_io.serve(handler, '0.0.0.0', 8080); 11 | 12 | print('Serving at http://${server.address.host}:${server.port}'); 13 | } 14 | -------------------------------------------------------------------------------- /dal-api/dal_commons/.gitignore: -------------------------------------------------------------------------------- 1 | # Files and directories created by pub. 2 | .dart_tool/ 3 | .packages 4 | 5 | # Conventional directory for build outputs. 6 | build/ 7 | 8 | # Omit committing pubspec.lock for library packages; see 9 | # https://dart.dev/guides/libraries/private-files#pubspeclock. 10 | pubspec.lock 11 | -------------------------------------------------------------------------------- /dal-api/dal_commons/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | ## 1.0.0 2 | 3 | - Initial version. 4 | -------------------------------------------------------------------------------- /dal-api/dal_commons/lib/src/model/anime/animestudio.dart: -------------------------------------------------------------------------------- 1 | class AnimeStudio { 2 | final String? name; 3 | final int? id; 4 | 5 | AnimeStudio({this.name, this.id}); 6 | 7 | factory AnimeStudio.fromJson(Map? json) { 8 | return json != null 9 | ? AnimeStudio(id: json["id"], name: json["name"]) 10 | : AnimeStudio(); 11 | } 12 | 13 | Map toJson() { 14 | return {"name": name, "id": id}; 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /dal-api/dal_commons/lib/src/model/anime/broadcast.dart: -------------------------------------------------------------------------------- 1 | class Broadcast { 2 | final String? startTime; 3 | final String? dayOfTheWeek; 4 | 5 | Broadcast({this.dayOfTheWeek, this.startTime}); 6 | 7 | factory Broadcast.fromJson(Map? json) { 8 | return json != null 9 | ? Broadcast( 10 | dayOfTheWeek: json["day_of_the_week"], 11 | startTime: json["start_time"]) 12 | : Broadcast(); 13 | } 14 | 15 | Map toJson() { 16 | return {"start_time": startTime, "day_of_the_week": dayOfTheWeek}; 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /dal-api/dal_commons/lib/src/model/anime/detailedmixin.dart: -------------------------------------------------------------------------------- 1 | mixin AnimeDetailedMixin { 2 | int? numEpisodes; 3 | } 4 | -------------------------------------------------------------------------------- /dal-api/dal_commons/lib/src/model/anime/season.dart: -------------------------------------------------------------------------------- 1 | class Season { 2 | final int? year; 3 | final String? season; 4 | 5 | Season({this.season, this.year}); 6 | 7 | factory Season.fromJson(Map? json) { 8 | return json != null 9 | ? Season(season: json["season"], year: json["year"]) 10 | : Season(); 11 | } 12 | 13 | Map toJson() { 14 | return { 15 | "season": season, 16 | "year": year, 17 | }; 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /dal-api/dal_commons/lib/src/model/anime/themesong.dart: -------------------------------------------------------------------------------- 1 | class ThemeSong { 2 | final int? id; 3 | final int? animeId; 4 | final String? name; 5 | 6 | ThemeSong({this.id, this.animeId, this.name}); 7 | 8 | factory ThemeSong.fromJson(Map? json) { 9 | return json != null 10 | ? ThemeSong( 11 | id: json["id"], name: json["text"], animeId: json["anime_id"]) 12 | : ThemeSong(); 13 | } 14 | 15 | Map toJson() { 16 | return {"text": name, "id": id, "anime_id": animeId}; 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /dal-api/dal_commons/lib/src/model/forum/forum.dart: -------------------------------------------------------------------------------- 1 | import 'package:dal_commons/src/model/forum/board.dart'; 2 | 3 | class Forum { 4 | final String? title; 5 | final List? boards; 6 | 7 | Forum({this.title, this.boards}); 8 | 9 | factory Forum.fromJson(Map? json) { 10 | return json != null 11 | ? (Forum( 12 | title: json["title"], 13 | boards: List.from(json["boards"] ?? []) 14 | .map((e) => Board.fromJson(e)) 15 | .toList())) 16 | : Forum(); 17 | } 18 | 19 | Map toJson() { 20 | return {"title": title, "boards": boards}; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /dal-api/dal_commons/lib/src/model/forum/forumtopicoptions.dart: -------------------------------------------------------------------------------- 1 | class ForumTopicOptions { 2 | final int? id; 3 | final String? text; 4 | final int? votes; 5 | 6 | ForumTopicOptions({this.id, this.text, this.votes}); 7 | 8 | factory ForumTopicOptions.fromJson(Map? json) { 9 | return json != null 10 | ? ForumTopicOptions( 11 | votes: json["votes"], id: json["id"], text: json["text"]) 12 | : ForumTopicOptions(); 13 | } 14 | 15 | Map toJson() { 16 | return {"votes": votes, "id": id, "text": text}; 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /dal-api/dal_commons/lib/src/model/forum/forumuser.dart: -------------------------------------------------------------------------------- 1 | class ForumUser { 2 | final int? id; 3 | final String? name; 4 | final String? forumAvatar; 5 | 6 | ForumUser({this.id, this.name, this.forumAvatar}); 7 | 8 | factory ForumUser.fromJson(Map ?json) { 9 | return json != null 10 | ? ForumUser( 11 | forumAvatar: json["forum_avator"], 12 | id: json["id"], 13 | name: json["name"]) 14 | : ForumUser(); 15 | } 16 | 17 | Map toJson() { 18 | return {"form_avatar": forumAvatar, "id": id, "name": name}; 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /dal-api/dal_commons/lib/src/model/forum/subboard.dart: -------------------------------------------------------------------------------- 1 | class SubBoard { 2 | final int? id; 3 | final String ?title; 4 | 5 | SubBoard({this.id, this.title}); 6 | 7 | factory SubBoard.fromJson(Map? json) { 8 | return json != null 9 | ? (SubBoard(id: json["id"], title: json["title"])) 10 | : SubBoard(); 11 | } 12 | 13 | Map toJson() { 14 | return {"id": id, "title": title}; 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /dal-api/dal_commons/lib/src/model/global/myliststatus.dart: -------------------------------------------------------------------------------- 1 | mixin MyListStatus {} 2 | -------------------------------------------------------------------------------- /dal-api/dal_commons/lib/src/model/global/paging.dart: -------------------------------------------------------------------------------- 1 | class Paging { 2 | final String? next; 3 | final String ?previous; 4 | 5 | Paging({this.next, this.previous}); 6 | 7 | factory Paging.fromJson(Map? json) { 8 | return json != null 9 | ? Paging(next: json["next"], previous: json["previous"]) 10 | : Paging(); 11 | } 12 | 13 | Map toJson() { 14 | return {"next": next, "previous": previous}; 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /dal-api/dal_commons/lib/src/model/global/picture.dart: -------------------------------------------------------------------------------- 1 | class Picture { 2 | final String? medium; 3 | final String? large; 4 | 5 | Picture({this.large, this.medium}); 6 | 7 | factory Picture.fromJson(Map? json) { 8 | return json != null 9 | ? Picture( 10 | large: json["large"].toString(), medium: json["medium"].toString()) 11 | : Picture(); 12 | } 13 | 14 | Map toJson() { 15 | return {"medium": medium, "large": large}; 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /dal-api/dal_commons/lib/src/model/global/ranking.dart: -------------------------------------------------------------------------------- 1 | class Ranking { 2 | final int? rank; 3 | 4 | Ranking({this.rank}); 5 | 6 | factory Ranking.fromJson(Map? json) { 7 | return json != null ? (Ranking(rank: json["rank"])) : Ranking(); 8 | } 9 | 10 | Map toJson() { 11 | return {"rank": rank}; 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /dal-api/dal_commons/lib/src/model/html/anime/additional_title.dart: -------------------------------------------------------------------------------- 1 | class AdditionalTitle { 2 | String title; 3 | String language; 4 | 5 | AdditionalTitle({ 6 | required this.title, 7 | required this.language, 8 | }); 9 | 10 | factory AdditionalTitle.fromJson(Map? json) { 11 | return json != null 12 | ? AdditionalTitle( 13 | title: json["title"], 14 | language: json["language"], 15 | ) 16 | : AdditionalTitle(title: "", language: ""); 17 | } 18 | 19 | Map toJson() { 20 | return { 21 | "title": title, 22 | "language": language, 23 | }; 24 | } 25 | } -------------------------------------------------------------------------------- /dal-api/dal_commons/lib/src/model/jikan/anime_review.dart: -------------------------------------------------------------------------------- 1 | import 'package:dal_commons/src/model/global/animenode.dart'; 2 | 3 | class AnimeReview extends BaseNode {} 4 | -------------------------------------------------------------------------------- /dal-api/dal_commons/lib/src/model/manga/authornode.dart: -------------------------------------------------------------------------------- 1 | class AuthorNode { 2 | final String? firstName; 3 | final String? lastName; 4 | final int? id; 5 | 6 | AuthorNode({this.lastName, this.firstName, this.id}); 7 | 8 | factory AuthorNode.fromJson(Map? json) { 9 | return json != null 10 | ? AuthorNode( 11 | id: json["id"], 12 | lastName: json["last_name"], 13 | firstName: json["first_name"]) 14 | : AuthorNode(); 15 | } 16 | 17 | Map toJson() { 18 | return {"first_name": firstName, "last_name": lastName, "id": id}; 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /dal-api/dal_commons/lib/src/model/manga/mangaauthors.dart: -------------------------------------------------------------------------------- 1 | import 'package:dal_commons/src/model/manga/authornode.dart'; 2 | 3 | class MangaAuthors { 4 | final String ? role; 5 | final AuthorNode? author; 6 | 7 | MangaAuthors({this.author, this.role}); 8 | 9 | factory MangaAuthors.fromJson(Map? json) { 10 | return json != null 11 | ? MangaAuthors( 12 | author: AuthorNode.fromJson(json["node"]), role: json["role"]) 13 | : MangaAuthors(); 14 | } 15 | 16 | Map toJson() { 17 | return {"role": role, "node": author}; 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /dal-api/dal_commons/lib/src/model/manga/serializationmanga.dart: -------------------------------------------------------------------------------- 1 | class SerializationMangaNode { 2 | final int? id; 3 | final String? name; 4 | 5 | SerializationMangaNode({this.name, this.id}); 6 | 7 | factory SerializationMangaNode.fromJson(Map? json) { 8 | if (json == null) return SerializationMangaNode(); 9 | final dynNode = json['node'] ?? json; 10 | return SerializationMangaNode( 11 | name: dynNode != null ? dynNode['name'] : null, 12 | id: dynNode != null ? dynNode['id'] : null, 13 | ); 14 | } 15 | 16 | Map toJson() { 17 | return {"id": id, "name": name}; 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /dal-api/dal_commons/lib/src/model/request_payload_event.dart: -------------------------------------------------------------------------------- 1 | import 'dart:convert'; 2 | 3 | class RequestPaylodEvent { 4 | final Map json; 5 | static RequestPaylodEvent fromJson(Map json) => 6 | RequestPaylodEvent(json); 7 | 8 | const RequestPaylodEvent(this.json); 9 | 10 | @override 11 | String toString() { 12 | return jsonEncode(json); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /dal-api/dal_commons/pubspec.yaml: -------------------------------------------------------------------------------- 1 | name: dal_commons 2 | description: A starting point for Dart libraries or applications. 3 | version: 1.0.0 4 | # homepage: https://www.example.com 5 | 6 | environment: 7 | sdk: '>=3.1.0 <4.0.0' 8 | 9 | dependencies: 10 | html_unescape: ^2.0.0 11 | html: ^0.15.0 12 | 13 | dev_dependencies: 14 | lints: ^3.0.0 15 | test: ^1.16.0 16 | json_serializable: ^6.1.4 17 | build_runner: ^2.1.7 18 | -------------------------------------------------------------------------------- /dal-api/lambda_build.sh: -------------------------------------------------------------------------------- 1 | mkdir -p build/lambda 2 | dart compile exe bin/dal_api.dart -o build/lambda/bootstrap 3 | cd build/lambda 4 | zip lambda.zip bootstrap 5 | aws lambda update-function-code --function-name dal_lambda --zip-file fileb://./lambda.zip -------------------------------------------------------------------------------- /dal-api/lib/cache/shared_preferences.dart: -------------------------------------------------------------------------------- 1 | import 'dart:collection'; 2 | 3 | import 'package:dal_api/handlers/environemt.dart'; 4 | import 'package:dal_commons/dal_commons.dart'; 5 | 6 | class SharedPreferences { 7 | static const sk = 'data'; 8 | static const tableName = 'daily-al-cache'; 9 | final _internalMap = HashMap(); 10 | 11 | Future?> getMap(String key) async { 12 | return _internalMap[key]; 13 | } 14 | 15 | Future setMap(String key, Map? data) async { 16 | if (data == null) { 17 | return false; 18 | } 19 | _internalMap[key] = data; 20 | return true; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /dal-api/lib/client/request_payload/authorizer.dart: -------------------------------------------------------------------------------- 1 | import 'iam.dart'; 2 | 3 | import 'package:json_annotation/json_annotation.dart'; 4 | 5 | part 'authorizer.g.dart'; 6 | 7 | @JsonSerializable() 8 | class Authorizer { 9 | Iam? iam; 10 | 11 | Authorizer({this.iam}); 12 | 13 | factory Authorizer.fromJson(Map json) => 14 | _$AuthorizerFromJson(json); 15 | Map toJson() => _$AuthorizerToJson(this); 16 | } 17 | -------------------------------------------------------------------------------- /dal-api/lib/client/request_payload/authorizer.g.dart: -------------------------------------------------------------------------------- 1 | // GENERATED CODE - DO NOT MODIFY BY HAND 2 | 3 | part of 'authorizer.dart'; 4 | 5 | // ************************************************************************** 6 | // JsonSerializableGenerator 7 | // ************************************************************************** 8 | 9 | Authorizer _$AuthorizerFromJson(Map json) => Authorizer( 10 | iam: json['iam'] == null 11 | ? null 12 | : Iam.fromJson(json['iam'] as Map), 13 | ); 14 | 15 | Map _$AuthorizerToJson(Authorizer instance) => 16 | { 17 | 'iam': instance.iam, 18 | }; 19 | -------------------------------------------------------------------------------- /dal-api/lib/client/request_payload/headers.dart: -------------------------------------------------------------------------------- 1 | import 'package:json_annotation/json_annotation.dart'; 2 | 3 | part 'headers.g.dart'; 4 | 5 | @JsonSerializable() 6 | class Headers { 7 | String? header1; 8 | String? header2; 9 | 10 | Headers({this.header1, this.header2}); 11 | 12 | factory Headers.fromJson(Map json) => 13 | _$HeadersFromJson(json); 14 | Map toJson() => _$HeadersToJson(this); 15 | } 16 | -------------------------------------------------------------------------------- /dal-api/lib/client/request_payload/headers.g.dart: -------------------------------------------------------------------------------- 1 | // GENERATED CODE - DO NOT MODIFY BY HAND 2 | 3 | part of 'headers.dart'; 4 | 5 | // ************************************************************************** 6 | // JsonSerializableGenerator 7 | // ************************************************************************** 8 | 9 | Headers _$HeadersFromJson(Map json) => Headers( 10 | header1: json['header1'] as String?, 11 | header2: json['header2'] as String?, 12 | ); 13 | 14 | Map _$HeadersToJson(Headers instance) => { 15 | 'header1': instance.header1, 16 | 'header2': instance.header2, 17 | }; 18 | -------------------------------------------------------------------------------- /dal-api/lib/client/request_payload/http.dart: -------------------------------------------------------------------------------- 1 | import 'package:json_annotation/json_annotation.dart'; 2 | 3 | part 'http.g.dart'; 4 | 5 | @JsonSerializable() 6 | class Http { 7 | String? method; 8 | String? path; 9 | String? protocol; 10 | String? sourceIp; 11 | String? userAgent; 12 | 13 | Http({ 14 | this.method, 15 | this.path, 16 | this.protocol, 17 | this.sourceIp, 18 | this.userAgent, 19 | }); 20 | 21 | factory Http.fromJson(Map json) => _$HttpFromJson(json); 22 | Map toJson() => _$HttpToJson(this); 23 | } 24 | -------------------------------------------------------------------------------- /dal-api/lib/client/request_payload/query_string_parameters.dart: -------------------------------------------------------------------------------- 1 | import 'package:json_annotation/json_annotation.dart'; 2 | 3 | part 'query_string_parameters.g.dart'; 4 | 5 | @JsonSerializable() 6 | class QueryStringParameters { 7 | String? parameter1; 8 | String? parameter2; 9 | 10 | QueryStringParameters({this.parameter1, this.parameter2}); 11 | factory QueryStringParameters.fromJson(Map json) => 12 | _$QueryStringParametersFromJson(json); 13 | Map toJson() => _$QueryStringParametersToJson(this); 14 | } 15 | -------------------------------------------------------------------------------- /dal-api/lib/handlers/environemt.dart: -------------------------------------------------------------------------------- 1 | import 'dart:io'; 2 | 3 | class Environment { 4 | Environment._(); 5 | static Environment i = Environment._(); 6 | String? _malClientId; 7 | 8 | Map get environment { 9 | return Platform.environment; 10 | } 11 | 12 | set malClientId(String? id) { 13 | _malClientId = id; 14 | } 15 | 16 | String? get malClientId { 17 | return _malClientId ?? '${environment['MAL_CLIENT_ID']}'; 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /dal-api/pubspec.yaml: -------------------------------------------------------------------------------- 1 | name: dal_api 2 | description: A sample command-line application. 3 | version: 1.0.0 4 | publish_to: none 5 | # homepage: https://www.example.com 6 | 7 | environment: 8 | sdk: '>=3.1.0 <4.0.0' 9 | 10 | dependencies: 11 | shelf: ^1.3.2 12 | intl: ^0.19.0 13 | html: ^0.15.0 14 | html_unescape: ^2.0.0 15 | retry: ^3.1.0 16 | http: ^1.1.0 17 | dal_commons: 18 | path: dal_commons 19 | 20 | dev_dependencies: 21 | lints: ^3.0.0 22 | test: ^1.16.0 23 | json_serializable: ^6.1.4 24 | build_runner: ^2.1.7 25 | -------------------------------------------------------------------------------- /dal-api/push.sh: -------------------------------------------------------------------------------- 1 | sudo docker build . -t dal_api 2 | sudo docker tag dal_api jica98/dal-api:latest 3 | sudo docker push jica98/dal-api:latest -------------------------------------------------------------------------------- /dal-rust-api/.gitignore: -------------------------------------------------------------------------------- 1 | # Ignore compiled output 2 | /target/ 3 | 4 | 5 | .env 6 | -------------------------------------------------------------------------------- /dal-rust-api/.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "rust-analyzer.linkedProjects": [ 3 | "./Cargo.toml", 4 | "./Cargo.toml", 5 | "./Cargo.toml" 6 | ], 7 | "cargo.automaticCheck": false, 8 | } -------------------------------------------------------------------------------- /dal-rust-api/Dockerfile: -------------------------------------------------------------------------------- 1 | FROM rust:1.85.1 as builder 2 | 3 | WORKDIR /builder 4 | 5 | COPY . . 6 | 7 | RUN cargo update -p jsonwebtoken --precise 9.2.0 8 | 9 | RUN cargo build -p dal-rust-api --release 10 | 11 | FROM gcr.io/distroless/cc 12 | 13 | COPY --from=builder /builder/target/release/dal-rust-api / 14 | 15 | EXPOSE 8001 16 | 17 | CMD ["./dal-rust-api"] -------------------------------------------------------------------------------- /dal-rust-api/push.sh: -------------------------------------------------------------------------------- 1 | sudo docker build . -t dal_rust_api 2 | sudo docker tag dal_rust_api jica98/dal_rust_api:latest 3 | sudo docker push jica98/dal_rust_api:latest -------------------------------------------------------------------------------- /devtools_options.yaml: -------------------------------------------------------------------------------- 1 | description: This file stores settings for Dart & Flutter DevTools. 2 | documentation: https://docs.flutter.dev/tools/devtools/extensions#configure-extension-enablement-states 3 | extensions: 4 | -------------------------------------------------------------------------------- /ios/.gitignore: -------------------------------------------------------------------------------- 1 | *.mode1v3 2 | *.mode2v3 3 | *.moved-aside 4 | *.pbxuser 5 | *.perspectivev3 6 | **/*sync/ 7 | .sconsign.dblite 8 | .tags* 9 | **/.vagrant/ 10 | **/DerivedData/ 11 | Icon? 12 | **/Pods/ 13 | **/.symlinks/ 14 | profile 15 | xcuserdata 16 | **/.generated/ 17 | Flutter/App.framework 18 | Flutter/Flutter.framework 19 | Flutter/Flutter.podspec 20 | Flutter/Generated.xcconfig 21 | Flutter/app.flx 22 | Flutter/app.zip 23 | Flutter/flutter_assets/ 24 | Flutter/flutter_export_environment.sh 25 | ServiceDefinitions.json 26 | Runner/GeneratedPluginRegistrant.* 27 | 28 | # Exceptions to above rules. 29 | !default.mode1v3 30 | !default.mode2v3 31 | !default.pbxuser 32 | !default.perspectivev3 33 | -------------------------------------------------------------------------------- /ios/Flutter/Debug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /ios/Flutter/Release.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PreviewsEnabled 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ios/Runner.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PreviewsEnabled 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ios/Runner/AppDelegate.swift: -------------------------------------------------------------------------------- 1 | import UIKit 2 | import Flutter 3 | 4 | @UIApplicationMain 5 | @objc class AppDelegate: FlutterAppDelegate { 6 | override func application( 7 | _ application: UIApplication, 8 | didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? 9 | ) -> Bool { 10 | GeneratedPluginRegistrant.register(with: self) 11 | return super.application(application, didFinishLaunchingWithOptions: launchOptions) 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "LaunchImage.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "LaunchImage@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "LaunchImage@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md: -------------------------------------------------------------------------------- 1 | # Launch Screen Assets 2 | 3 | You can customize the launch screen with your own desired assets by replacing the image files in this directory. 4 | 5 | You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images. -------------------------------------------------------------------------------- /ios/Runner/Runner-Bridging-Header.h: -------------------------------------------------------------------------------- 1 | #import "GeneratedPluginRegistrant.h" 2 | -------------------------------------------------------------------------------- /lib/api/malhtml.dart: -------------------------------------------------------------------------------- 1 | import 'package:dailyanimelist/api/credmal.dart'; 2 | import 'package:dailyanimelist/api/malconnect.dart'; 3 | import 'package:dal_commons/dal_commons.dart'; 4 | 5 | class MalHtml { 6 | MalHtml._(); 7 | static final i = MalHtml._(); 8 | 9 | Future getContentHtml( 10 | int id, { 11 | String category = "anime", 12 | }) { 13 | return MalConnect.cachedHtml( 14 | '${CredMal.htmlEnd}$category/$id/_', 15 | (p0) => HtmlParsers.animeDetailedHtmlfromHtml(p0), 16 | (p0) => AnimeDetailedHtml.fromJson(p0), 17 | ); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /lib/l10n/enum_lang.dart: -------------------------------------------------------------------------------- 1 | initAllEnums() {} 2 | -------------------------------------------------------------------------------- /lib/platform/platfrom.dart: -------------------------------------------------------------------------------- 1 | import 'package:dal_commons/dal_commons.dart'; 2 | import 'package:flutter/services.dart'; 3 | 4 | class PlatformMethods { 5 | static const platform = MethodChannel('com.teen.dailyanimelist/app'); 6 | 7 | static Future setAppName({String appName = "DailyAnimeList"}) async { 8 | try { 9 | await platform.invokeMethod('setAppName', {'appName': appName}); 10 | } on PlatformException catch (e) { 11 | logDal(e.message); 12 | } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /lib/widgets/instantpage.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | class InstantPageWidget extends StatefulWidget { 4 | final int selectedIndex; 5 | final List widgets; 6 | InstantPageWidget({this.selectedIndex = 0, required this.widgets}); 7 | 8 | @override 9 | _InstantPageWidgetState createState() => _InstantPageWidgetState(); 10 | } 11 | 12 | class _InstantPageWidgetState extends State { 13 | @override 14 | Widget build(BuildContext context) { 15 | return widget.widgets.elementAt(widget.selectedIndex); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /linux/.gitignore: -------------------------------------------------------------------------------- 1 | flutter/ephemeral 2 | -------------------------------------------------------------------------------- /linux/flutter/generated_plugin_registrant.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated file. Do not edit. 3 | // 4 | 5 | // clang-format off 6 | 7 | #ifndef GENERATED_PLUGIN_REGISTRANT_ 8 | #define GENERATED_PLUGIN_REGISTRANT_ 9 | 10 | #include 11 | 12 | // Registers Flutter plugins. 13 | void fl_register_plugins(FlPluginRegistry* registry); 14 | 15 | #endif // GENERATED_PLUGIN_REGISTRANT_ 16 | -------------------------------------------------------------------------------- /linux/main.cc: -------------------------------------------------------------------------------- 1 | #include "my_application.h" 2 | 3 | int main(int argc, char** argv) { 4 | g_autoptr(MyApplication) app = my_application_new(); 5 | return g_application_run(G_APPLICATION(app), argc, argv); 6 | } 7 | -------------------------------------------------------------------------------- /linux/my_application.h: -------------------------------------------------------------------------------- 1 | #ifndef FLUTTER_MY_APPLICATION_H_ 2 | #define FLUTTER_MY_APPLICATION_H_ 3 | 4 | #include 5 | 6 | G_DECLARE_FINAL_TYPE(MyApplication, my_application, MY, APPLICATION, 7 | GtkApplication) 8 | 9 | /** 10 | * my_application_new: 11 | * 12 | * Creates a new Flutter-based application. 13 | * 14 | * Returns: a new #MyApplication. 15 | */ 16 | MyApplication* my_application_new(); 17 | 18 | #endif // FLUTTER_MY_APPLICATION_H_ 19 | -------------------------------------------------------------------------------- /macos/.gitignore: -------------------------------------------------------------------------------- 1 | # Flutter-related 2 | **/Flutter/ephemeral/ 3 | **/Pods/ 4 | 5 | # Xcode-related 6 | **/dgph 7 | **/xcuserdata/ 8 | -------------------------------------------------------------------------------- /macos/Flutter/Flutter-Debug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "ephemeral/Flutter-Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /macos/Flutter/Flutter-Release.xcconfig: -------------------------------------------------------------------------------- 1 | #include "ephemeral/Flutter-Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /macos/Runner.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /macos/Runner/AppDelegate.swift: -------------------------------------------------------------------------------- 1 | import Cocoa 2 | import FlutterMacOS 3 | 4 | @NSApplicationMain 5 | class AppDelegate: FlutterAppDelegate { 6 | override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool { 7 | return true 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png -------------------------------------------------------------------------------- /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png -------------------------------------------------------------------------------- /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png -------------------------------------------------------------------------------- /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png -------------------------------------------------------------------------------- /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png -------------------------------------------------------------------------------- /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png -------------------------------------------------------------------------------- /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png -------------------------------------------------------------------------------- /macos/Runner/Configs/AppInfo.xcconfig: -------------------------------------------------------------------------------- 1 | // Application-level settings for the Runner target. 2 | // 3 | // This may be replaced with something auto-generated from metadata (e.g., pubspec.yaml) in the 4 | // future. If not, the values below would default to using the project name when this becomes a 5 | // 'flutter create' template. 6 | 7 | // The application's name. By default this is also the title of the Flutter window. 8 | PRODUCT_NAME = dailyanimelist 9 | 10 | // The application's bundle identifier 11 | PRODUCT_BUNDLE_IDENTIFIER = com.teen.dailyanimelist 12 | 13 | // The copyright displayed in application information 14 | PRODUCT_COPYRIGHT = Copyright © 2023 com.teen. All rights reserved. 15 | -------------------------------------------------------------------------------- /macos/Runner/Configs/Debug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "../../Flutter/Flutter-Debug.xcconfig" 2 | #include "Warnings.xcconfig" 3 | -------------------------------------------------------------------------------- /macos/Runner/Configs/Release.xcconfig: -------------------------------------------------------------------------------- 1 | #include "../../Flutter/Flutter-Release.xcconfig" 2 | #include "Warnings.xcconfig" 3 | -------------------------------------------------------------------------------- /macos/Runner/Configs/Warnings.xcconfig: -------------------------------------------------------------------------------- 1 | WARNING_CFLAGS = -Wall -Wconditional-uninitialized -Wnullable-to-nonnull-conversion -Wmissing-method-return-type -Woverlength-strings 2 | GCC_WARN_UNDECLARED_SELECTOR = YES 3 | CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES 4 | CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE 5 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES 6 | CLANG_WARN_PRAGMA_PACK = YES 7 | CLANG_WARN_STRICT_PROTOTYPES = YES 8 | CLANG_WARN_COMMA = YES 9 | GCC_WARN_STRICT_SELECTOR_MATCH = YES 10 | CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = YES 11 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES 12 | GCC_WARN_SHADOW = YES 13 | CLANG_WARN_UNREACHABLE_CODE = YES 14 | -------------------------------------------------------------------------------- /macos/Runner/DebugProfile.entitlements: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | com.apple.security.app-sandbox 6 | 7 | com.apple.security.cs.allow-jit 8 | 9 | com.apple.security.network.server 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /macos/Runner/MainFlutterWindow.swift: -------------------------------------------------------------------------------- 1 | import Cocoa 2 | import FlutterMacOS 3 | 4 | class MainFlutterWindow: NSWindow { 5 | override func awakeFromNib() { 6 | let flutterViewController = FlutterViewController.init() 7 | let windowFrame = self.frame 8 | self.contentViewController = flutterViewController 9 | self.setFrame(windowFrame, display: true) 10 | 11 | RegisterGeneratedPlugins(registry: flutterViewController) 12 | 13 | super.awakeFromNib() 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /macos/Runner/Release.entitlements: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | com.apple.security.app-sandbox 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /metadata/de-DE/short_description.txt: -------------------------------------------------------------------------------- 1 | Voll ausgestatteter MyAnimeList-Client, erstellt mit Flutter -------------------------------------------------------------------------------- /metadata/de-DE/title.txt: -------------------------------------------------------------------------------- 1 | DailyAL -------------------------------------------------------------------------------- /metadata/en-US/changelogs/88.txt: -------------------------------------------------------------------------------- 1 | - Add related anime graph with order by option 2 | - Fix Mal Under Maintenance 3 | - Fix filter issue for user list page 4 | - Add about section 5 | - Add check for updates at application launch -------------------------------------------------------------------------------- /metadata/en-US/changelogs/95.txt: -------------------------------------------------------------------------------- 1 | - hotfix for display customization and user preference settings 2 | - Add User Customization for displaying list items 3 | - Add Review Summary for Manga 4 | - Add list preference for anime/manga 5 | - Add new display type in List/Search/Weekly anime pages 6 | - Fix updating status in user list 7 | - Fix alternative title not being applied when filter is on -------------------------------------------------------------------------------- /metadata/en-US/changelogs/97.txt: -------------------------------------------------------------------------------- 1 | - Fix Comments section not rendering 2 | - Fix slowness due to impeller (disabled it for now) 3 | - Fix `totalEpisodes` calculation logic 4 | - Fix `profile` page showing up as a dropdown option -------------------------------------------------------------------------------- /metadata/en-US/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/metadata/en-US/images/icon.png -------------------------------------------------------------------------------- /metadata/en-US/images/phoneScreenshots/Screenshot_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/metadata/en-US/images/phoneScreenshots/Screenshot_1.png -------------------------------------------------------------------------------- /metadata/en-US/images/phoneScreenshots/Screenshot_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/metadata/en-US/images/phoneScreenshots/Screenshot_2.png -------------------------------------------------------------------------------- /metadata/en-US/images/phoneScreenshots/Screenshot_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/metadata/en-US/images/phoneScreenshots/Screenshot_3.png -------------------------------------------------------------------------------- /metadata/en-US/images/phoneScreenshots/Screenshot_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/metadata/en-US/images/phoneScreenshots/Screenshot_4.png -------------------------------------------------------------------------------- /metadata/en-US/images/phoneScreenshots/Screenshot_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/metadata/en-US/images/phoneScreenshots/Screenshot_5.png -------------------------------------------------------------------------------- /metadata/en-US/images/phoneScreenshots/Screenshot_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/metadata/en-US/images/phoneScreenshots/Screenshot_6.png -------------------------------------------------------------------------------- /metadata/en-US/images/phoneScreenshots/Screenshot_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/metadata/en-US/images/phoneScreenshots/Screenshot_7.png -------------------------------------------------------------------------------- /metadata/en-US/images/phoneScreenshots/Screenshot_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/metadata/en-US/images/phoneScreenshots/Screenshot_8.png -------------------------------------------------------------------------------- /metadata/en-US/short_description.txt: -------------------------------------------------------------------------------- 1 | Full featured MyAnimeList client made with flutter -------------------------------------------------------------------------------- /metadata/en-US/title.txt: -------------------------------------------------------------------------------- 1 | DailyAL -------------------------------------------------------------------------------- /metadata/es-ES/short_description.txt: -------------------------------------------------------------------------------- 1 | Cliente MyAnimeList con todas las funciones hecho con flutter -------------------------------------------------------------------------------- /metadata/es-ES/title.txt: -------------------------------------------------------------------------------- 1 | DailyAL -------------------------------------------------------------------------------- /metadata/fr-FR/short_description.txt: -------------------------------------------------------------------------------- 1 | Client MyAnimeList complet créé avec Flutter -------------------------------------------------------------------------------- /metadata/fr-FR/title.txt: -------------------------------------------------------------------------------- 1 | DailyAL -------------------------------------------------------------------------------- /metadata/tr-TR/short_description.txt: -------------------------------------------------------------------------------- 1 | Flutter ile yapılmış tam özellikli MyAnimeList istemcisi -------------------------------------------------------------------------------- /metadata/tr-TR/title.txt: -------------------------------------------------------------------------------- 1 | DailyAL -------------------------------------------------------------------------------- /py-req.txt: -------------------------------------------------------------------------------- 1 | googletrans==3.1.0a0 2 | beautifulsoup4 -------------------------------------------------------------------------------- /versions: -------------------------------------------------------------------------------- 1 | flutter: 3.29.3 2 | rust: 1.75.0 3 | -------------------------------------------------------------------------------- /web/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web/favicon.png -------------------------------------------------------------------------------- /web/icons/Icon-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web/icons/Icon-192.png -------------------------------------------------------------------------------- /web/icons/Icon-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web/icons/Icon-512.png -------------------------------------------------------------------------------- /web_assets/genres/10_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/10_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/10_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/10_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/11_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/11_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/11_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/11_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/12_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/12_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/12_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/12_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/13_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/13_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/13_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/13_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/14_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/14_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/14_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/14_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/15_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/15_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/15_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/15_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/17_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/17_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/17_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/17_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/18_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/18_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/18_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/18_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/19_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/19_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/19_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/19_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/1_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/1_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/1_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/1_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/20_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/20_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/20_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/20_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/21_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/21_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/21_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/21_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/22_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/22_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/22_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/22_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/23_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/23_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/23_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/23_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/24_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/24_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/24_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/24_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/25_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/25_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/25_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/25_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/26_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/26_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/26_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/26_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/27_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/27_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/27_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/27_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/28_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/28_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/28_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/28_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/29_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/29_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/29_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/29_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/2_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/2_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/2_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/2_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/30_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/30_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/30_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/30_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/31_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/31_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/31_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/31_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/32_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/32_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/32_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/32_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/35_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/35_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/35_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/35_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/36_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/36_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/36_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/36_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/37_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/37_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/37_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/37_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/38_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/38_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/38_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/38_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/39_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/39_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/39_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/39_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/3_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/3_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/3_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/3_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/40_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/40_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/40_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/40_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/41_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/41_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/41_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/41_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/42_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/42_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/42_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/42_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/43_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/43_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/44_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/44_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/45_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/45_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/46_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/46_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/46_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/46_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/47_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/47_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/47_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/47_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/48_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/48_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/48_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/48_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/49_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/49_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/49_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/49_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/4_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/4_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/4_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/4_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/50_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/50_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/50_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/50_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/51_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/51_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/51_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/51_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/52_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/52_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/52_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/52_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/53_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/53_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/53_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/53_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/54_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/54_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/54_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/54_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/55_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/55_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/55_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/55_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/56_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/56_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/56_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/56_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/57_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/57_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/57_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/57_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/58_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/58_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/58_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/58_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/59_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/59_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/59_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/59_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/5_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/5_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/5_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/5_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/60_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/60_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/60_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/60_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/61_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/61_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/61_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/61_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/62_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/62_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/62_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/62_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/63_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/63_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/63_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/63_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/64_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/64_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/64_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/64_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/65_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/65_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/65_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/65_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/66_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/66_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/66_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/66_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/67_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/67_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/67_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/67_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/68_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/68_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/68_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/68_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/69_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/69_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/69_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/69_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/6_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/6_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/6_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/6_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/70_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/70_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/70_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/70_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/71_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/71_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/71_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/71_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/72_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/72_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/72_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/72_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/73_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/73_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/73_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/73_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/74_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/74_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/74_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/74_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/75_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/75_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/75_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/75_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/76_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/76_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/76_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/76_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/77_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/77_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/77_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/77_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/78_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/78_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/78_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/78_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/79_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/79_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/79_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/79_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/7_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/7_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/7_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/7_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/80_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/80_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/80_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/80_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/81_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/81_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/81_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/81_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/82_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/82_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/8_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/8_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/8_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/8_manga.jpg -------------------------------------------------------------------------------- /web_assets/genres/9_anime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/9_anime.jpg -------------------------------------------------------------------------------- /web_assets/genres/9_manga.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/web_assets/genres/9_manga.jpg -------------------------------------------------------------------------------- /windows/.gitignore: -------------------------------------------------------------------------------- 1 | flutter/ephemeral/ 2 | 3 | # Visual Studio user-specific files. 4 | *.suo 5 | *.user 6 | *.userosscache 7 | *.sln.docstates 8 | 9 | # Visual Studio build-related files. 10 | x64/ 11 | x86/ 12 | 13 | # Visual Studio cache files 14 | # files ending in .cache can be ignored 15 | *.[Cc]ache 16 | # but keep track of directories ending in .cache 17 | !*.[Cc]ache/ 18 | -------------------------------------------------------------------------------- /windows/flutter/generated_plugin_registrant.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated file. Do not edit. 3 | // 4 | 5 | // clang-format off 6 | 7 | #ifndef GENERATED_PLUGIN_REGISTRANT_ 8 | #define GENERATED_PLUGIN_REGISTRANT_ 9 | 10 | #include 11 | 12 | // Registers Flutter plugins. 13 | void RegisterPlugins(flutter::PluginRegistry* registry); 14 | 15 | #endif // GENERATED_PLUGIN_REGISTRANT_ 16 | -------------------------------------------------------------------------------- /windows/runner/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Visual C++ generated include file. 3 | // Used by Runner.rc 4 | // 5 | #define IDI_APP_ICON 101 6 | 7 | // Next default values for new objects 8 | // 9 | #ifdef APSTUDIO_INVOKED 10 | #ifndef APSTUDIO_READONLY_SYMBOLS 11 | #define _APS_NEXT_RESOURCE_VALUE 102 12 | #define _APS_NEXT_COMMAND_VALUE 40001 13 | #define _APS_NEXT_CONTROL_VALUE 1001 14 | #define _APS_NEXT_SYMED_VALUE 101 15 | #endif 16 | #endif 17 | -------------------------------------------------------------------------------- /windows/runner/resources/app_icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JICA98/DailyAL/005529208ab3fc5ea6f31ceb41818e8cdab56c0a/windows/runner/resources/app_icon.ico --------------------------------------------------------------------------------