Skip to content

Commit 60f654a

Browse files
Merge pull request #188 from Hash-Studios/enhancement/setup_upload
Enhancement/setup upload (v2.6.0)
2 parents ed1c263 + c0702c1 commit 60f654a

File tree

147 files changed

+38267
-31943
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+38267
-31943
lines changed

App Bundle/app-release.aab

-22.7 MB
Binary file not shown.

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
## Changelog
22

3+
### v2.6.0
4+
- Setups' uploading is now out of beta
5+
- Added new themes & theme designer
6+
- Removed "Premium required" for variants
7+
- Added new Wallpaper Filters (beta)
8+
- Added new & improved in-app notifications
9+
- Fixed thousands of lint issues
10+
- Updated Sliding Up Panel
11+
- Added New About Page
12+
- Swapped Firebase Storage with GitHub in setups
13+
- Redesigned new category popup
14+
- Changed HomeScreen Layout to Tabs
15+
- Setups now don't require signin to view
16+
- Improved Scrolling Performance
17+
- Added High Refresh Rate Support
18+
- Twitter and Instagram now visible in wallpapers' info
19+
- Added verfied users
20+
- Added dynamic svg Strings
21+
- Removed tutorial coach mark
22+
- Reduced assets & app size
23+
- Minor bug fixes and improvements
24+
325
### v2.5.7
426
- Redesigned settings screen
527
- Now customise the accent color of the app

README.md

Lines changed: 346 additions & 341 deletions
Large diffs are not rendered by default.

analysis_options.yaml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1-
# include: package:effective_dart/analysis_options.yaml
2-
analyzer:
3-
errors:
4-
# unused_import: ignore
5-
# deprecated_member_use: ignore
6-
missing_return: ignore
1+
# include: package:effective_dart/analysis_options.yaml
2+
include: package:lint/analysis_options.yaml
3+
analyzer:
4+
errors:
5+
# unused_import: ignore
6+
# deprecated_member_use: ignore
7+
missing_return: ignore
8+
# library_prefixes: ignore
9+
# file_names: ignore
10+
# prefer_if_elements_to_conditional_expressions: ignore
11+
# non_constant_identifier_names: ignore
12+
# avoid_function_literals_in_foreach_calls: ignore
13+
# avoid_positional_boolean_parameters: ignore
14+
# unnecessary_this: ignore
15+
exclude:
16+
- lib/theme/jam_icons_icons.dart
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<resources>
3-
<!-- Theme applied to the Android Window while the process is starting -->
4-
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
5-
<!-- Show a splash screen on the activity. Automatically removed when
6-
Flutter draws its first frame -->
7-
<item name="android:windowBackground">@drawable/launch_background</item>
8-
</style>
9-
<!-- Theme applied to the Android Window as soon as the process has started.
10-
This theme determines the color of the Android Window while your
11-
Flutter UI initializes, as well as behind your Flutter UI while its
12-
running.
13-
14-
This Theme is only used starting with V2 of Flutter's Android embedding. -->
15-
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
16-
<item name="android:windowBackground">@android:color/white</item>
17-
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
18-
</style>
19-
</resources>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<!-- Theme applied to the Android Window while the process is starting -->
4+
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
5+
<!-- Show a splash screen on the activity. Automatically removed when
6+
Flutter draws its first frame -->
7+
<item name="android:windowBackground">@drawable/launch_background</item>
8+
</style>
9+
<!-- Theme applied to the Android Window as soon as the process has started.
10+
This theme determines the color of the Android Window while your
11+
Flutter UI initializes, as well as behind your Flutter UI while its
12+
running.
13+
14+
This Theme is only used starting with V2 of Flutter's Android embedding. -->
15+
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
16+
<item name="android:windowBackground">@android:color/white</item>
17+
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
18+
</style>
19+
</resources>
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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-5.6.2-all.zip
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-5.6.2-all.zip
-188 KB
Binary file not shown.
-23.4 KB
Binary file not shown.
-23 KB
Binary file not shown.
-22.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)