mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
* (queue): Ability to view basic queue, delete queue record * (fix): [UI] Show mouse cursor on ListTile when onTap or onLongPress are not null * (fix): [UI] Fix height/width of sorting/filtering buttons, ensure consistent fixed-height for input bars * (fix): [Lists] Remove default drag handles from ReorderableListView * (fix): Further safe-guarded with platform checks * (fix): Hide settings options on incompatible platforms * (chore): Update CHANGELOG.md * (fix): Switch from package_info to package_info_plus to support MacOS and other platforms * (chore): Update packages * (chore): Update Podfile * (tweak): [Icons] Add font_awesome_flutter, change Icon() usages to FaIcon() to prepare * (tweak): [Sonarr/Queue] Utilize a cleaner messages dialog view * (feat): [Radarr/Queue] Add movie name and quality profile to collapsed tile * (fix): [UI/AppBar] Back button was top-left aligned instead of centered * (feat): [Icons] Add FontAwesome Pro icons * (tweak): [Icons] Rollback to FontAwesome 5 * (tweak): [Icons] Rollback to FontAwesome 5 * (fix): [Icons] Revert back to system icons for now * (fix): [Icons] Revert from FaIcon to Icon * (tweak): [UI/Expandable Tile] Show two buttons per line, wrapping to a new line when necessary * (feat): [Radarr] Queue implementation finished * (fix): [Queue] Safe-guard some data model usages * (chore): Update CHANGELOG.md
64 lines
1.3 KiB
Plaintext
64 lines
1.3 KiB
Plaintext
# Miscellaneous
|
|
*.class
|
|
*.log
|
|
*.pyc
|
|
*.swp
|
|
.DS_Store
|
|
.atom/
|
|
.buildlog/
|
|
.history
|
|
.svn/
|
|
|
|
# IntelliJ related
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# The .vscode folder contains launch configuration and tasks you configure in
|
|
# VS Code which you may wish to be included in version control, so this line
|
|
# is commented out by default.
|
|
#.vscode/
|
|
|
|
# Flutter/Dart/Pub related
|
|
**/doc/api/
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.packages
|
|
.pub-cache/
|
|
.pub/
|
|
/build/
|
|
|
|
# Web related
|
|
lib/generated_plugin_registrant.dart
|
|
|
|
# Exceptions to above rules.
|
|
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
|
|
ios/Flutter/.last_build_id
|
|
|
|
# LunaSea
|
|
output/
|
|
*.ipa
|
|
*.aab
|
|
*.apk
|
|
ios/build/
|
|
|
|
# Blackbox
|
|
/.blackbox/pubring.gpg~
|
|
/.blackbox/pubring.kbx~
|
|
/.blackbox/secring.gpg
|
|
/android/key.properties
|
|
/android/app/google-services.json
|
|
/android/key.jks
|
|
/ios/ExportOptions.plist
|
|
/ios/GoogleService-Info.plist
|
|
/macos/GoogleService-Info.plist
|
|
/vendor/font_awesome_flutter/lib/fonts/fa-brands-400.ttf
|
|
/vendor/font_awesome_flutter/lib/fonts/fa-duotone-900.ttf
|
|
/vendor/font_awesome_flutter/lib/fonts/fa-light-300.ttf
|
|
/vendor/font_awesome_flutter/lib/fonts/fa-regular-400.ttf
|
|
/vendor/font_awesome_flutter/lib/fonts/fa-solid-900.ttf
|
|
/vendor/font_awesome_flutter/lib/fonts/fa-thin-100.ttf
|
|
/vendor/font_awesome_flutter/icons.json
|