Skip to content

Commit

Permalink
Prepare release (#20)
Browse files Browse the repository at this point in the history
* Add new Icon

* Included licenses

* Updated global license

* Bump version number

* Update Documentation

* Update LICENSE

* Removed deprecated PixLeZ_Desktop and PixLeZ_Simulator
  • Loading branch information
TheRisenPhoenix authored May 6, 2022
1 parent cce0738 commit f5ce293
Show file tree
Hide file tree
Showing 51 changed files with 1,070 additions and 2,023 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Tobias Schreiweis
Copyright (c) 2022 Tobias Schreiweis and Timo, aka TheRisenPhoenix

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
495 changes: 495 additions & 0 deletions LICENSE-USED-SOFTWARE.md

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions PixLeZ_Application/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@
android:name="io.flutter.embedding.android.NormalTheme"
android:resource="@style/NormalTheme"
/>
<!-- Displays an Android View that continues showing the launch screen
Drawable until Flutter paints its first frame, then this splash
screen fades out. A splash screen is useful to avoid any visual
gap between the end of Android's launch screen and the painting of
Flutter's first frame. -->
<meta-data
android:name="io.flutter.embedding.android.SplashScreenDrawable"
android:resource="@drawable/launch_background"
/>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion PixLeZ_Application/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.6.20'
ext.kotlin_version = '1.6.21'
repositories {
google()
jcenter()
Expand Down
2 changes: 1 addition & 1 deletion PixLeZ_Application/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -492,4 +492,4 @@
/* End XCConfigurationList section */
};
rootObject = 97C146E61CF9000F007C117D /* Project object */;
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 9 additions & 5 deletions PixLeZ_Application/lib/app_theme/app_drawer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import 'package:PixLeZ/color_theme_config.dart';
import 'package:PixLeZ/about.dart';
import 'package:PixLeZ/help.dart';
import 'package:PixLeZ/page_license.dart';
import 'package:rainbow_gradient/rainbow_gradient.dart';

class AppDrawer extends StatelessWidget {
@override
Expand All @@ -31,15 +30,20 @@ class AppDrawer extends StatelessWidget {
children: <Widget>[
Positioned(
bottom: 12.0,
left: 16.0,
left: 55.0,
child: Text(
"PixLeZ",
"ixLeZ",
style: TextStyle(
color: Colors.white,
fontSize: 20.0,
fontSize: 35.0,
fontWeight: FontWeight.w500),
),
),
Positioned(
bottom:20,
left:16,
child: Image.asset('lib/assets/icon/icon_fit.png', width: 50, height: 50,)
)
],
),
),
Expand Down Expand Up @@ -152,7 +156,7 @@ class AppDrawer extends StatelessWidget {
Icon(Icons.receipt_long_rounded),
Padding(
padding: EdgeInsets.only(left: 8.0),
child: Text('License'),
child: Text('Licenses'),
)
],
),
Expand Down
Binary file added PixLeZ_Application/lib/assets/icon/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PixLeZ_Application/lib/assets/icon/icon_fit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
494 changes: 491 additions & 3 deletions PixLeZ_Application/lib/assets/license_page.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion PixLeZ_Application/lib/data/state_notifier.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class StateNotifier extends ChangeNotifier {
bool connected = false;
int mode = -1;
int effect = -1;
String version = 'v2.3.6'; // Change this in pubspec.yaml also!
String version = 'v2.3.7'; // Change this in pubspec.yaml also!
String about;

// Color Theme Configuration
Expand Down
57 changes: 46 additions & 11 deletions PixLeZ_Application/pubspec.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
archive:
dependency: transitive
description:
name: archive
url: "https://pub.dartlang.org"
source: hosted
version: "3.3.0"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -90,6 +97,13 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_launcher_icons:
dependency: "direct dev"
description:
name: flutter_launcher_icons
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.2"
flutter_markdown:
dependency: "direct main"
description:
Expand Down Expand Up @@ -135,6 +149,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.0"
image:
dependency: transitive
description:
name: image
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.3"
js:
dependency: transitive
description:
Expand Down Expand Up @@ -197,7 +218,7 @@ packages:
name: path_provider_android
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.12"
version: "2.0.13"
path_provider_ios:
dependency: transitive
description:
Expand Down Expand Up @@ -233,6 +254,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.5"
petitparser:
dependency: transitive
description:
name: petitparser
url: "https://pub.dartlang.org"
source: hosted
version: "4.4.0"
platform:
dependency: transitive
description:
Expand Down Expand Up @@ -261,13 +289,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.2"
rainbow_gradient:
dependency: "direct main"
description:
name: rainbow_gradient
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -349,14 +370,14 @@ packages:
name: url_launcher
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.20"
version: "6.1.0"
url_launcher_android:
dependency: transitive
description:
name: url_launcher_android
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.15"
version: "6.0.16"
url_launcher_ios:
dependency: transitive
description:
Expand Down Expand Up @@ -419,14 +440,28 @@ packages:
name: win32
url: "https://pub.dartlang.org"
source: hosted
version: "2.5.1"
version: "2.5.2"
xdg_directories:
dependency: transitive
description:
name: xdg_directories
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.0+1"
xml:
dependency: transitive
description:
name: xml
url: "https://pub.dartlang.org"
source: hosted
version: "5.3.1"
yaml:
dependency: transitive
description:
name: yaml
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.0"
sdks:
dart: ">=2.16.0 <3.0.0"
flutter: ">=2.10.0"
19 changes: 13 additions & 6 deletions PixLeZ_Application/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html

# Change this in state_notifier.dart also!
version: 2.3.6
version: 2.3.7

environment:
sdk: ">=2.10.0 <3.0.0"
Expand All @@ -29,22 +29,28 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.4
rainbow_gradient: ^0.0.1
http: ^0.13.4
provider: ^6.0.2
flutter_markdown: ^0.6.10
sqflite: ^2.0.2
url_launcher: ^6.0.20
url_launcher: ^6.1.0
uuid: ^3.0.6
# Hive Database
hive: ^2.1.0
hive_flutter: ^1.1.0
# hive_generator: ^0.7.1
# hive_generator: ^0.7.1


dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: "^0.9.2"

flutter_icons:
android: "ic_launcher"
ios: true
remove_alpha_ios: true
image_path: "lib/assets/icon/icon_fit.png"

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand All @@ -62,7 +68,8 @@ flutter:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
assets:
- lib/assets/
- lib/assets/
- lib/assets/icon/icon_fit.png

# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
Expand Down
Binary file removed PixLeZ_Builds/PixLeZ_Android_v2.3.3.apk
Binary file not shown.
Loading

0 comments on commit f5ce293

Please sign in to comment.