Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snapkit 3.0.0 Release #50

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
3d13ce2
Upgrade Gradle wrapper to 7.5
JonasWanke Jul 12, 2023
d2ee4d4
Upgrade Android Gradle plugin to 7.3.1
JonasWanke Jul 12, 2023
33baeb5
Change jcenter() to mavenCentral()
JonasWanke Jul 12, 2023
9340ec2
Support Dart v3, http v1
JonasWanke Jul 12, 2023
53ba8cf
Update compileSdkVersion to 33
JonasWanke Jul 12, 2023
5bd3064
Update build.gradle files
JonasWanke Jul 12, 2023
9bfadc9
Regenerate example's Android app
JonasWanke Jul 12, 2023
798dbb3
Simplify code
JonasWanke Jul 12, 2023
3d5d02a
Update Snap Kit to v2.1.0
JonasWanke Jul 12, 2023
9d8578a
Specify repository in pubspec.yaml
JonasWanke Jul 12, 2023
286a7a6
Prepare v3.0.0
JonasWanke Jul 12, 2023
cba002e
Fix typo
JonasWanke Jul 12, 2023
a1bf739
Fix error reporting
JonasWanke Jul 25, 2023
efe645a
Report sendMedia(…) result
JonasWanke Jul 25, 2023
c693c5e
Format README
JonasWanke Jul 25, 2023
46792ad
Add missing await
JonasWanke Oct 30, 2023
450dce1
Recreated main flutter plugin
TimmyRB Feb 7, 2024
1d7fac3
Added new iOS Native Code
TimmyRB Feb 7, 2024
07fb606
Switched Android from Java to Kotlin
TimmyRB Feb 7, 2024
54c9bba
Updated Bug Report template
TimmyRB Feb 7, 2024
120f97c
Made sticker parameters optional
TimmyRB Feb 7, 2024
32278a4
Added Share with Photo to iOS
TimmyRB Feb 7, 2024
59a55a6
Added share with video to CreativeKit for iOS
TimmyRB Feb 8, 2024
442d623
Merge branch 'JonasWanke-main' into snapkit-refresh-and-fixes
TimmyRB Feb 8, 2024
ec333e9
Updated Github Actions to lastest Flutter
TimmyRB Feb 8, 2024
b28dc6e
Added IsSnapchatInstalled to Android
TimmyRB Feb 8, 2024
a4f2e50
Added new LoginKit to Android
TimmyRB Feb 8, 2024
811bac0
Added sharing to Android
TimmyRB Feb 8, 2024
4927ca2
Added SnapSDK Version getter
TimmyRB Feb 8, 2024
6a1b357
Updated README
TimmyRB Feb 8, 2024
1482185
Added OIDC & Access Token
TimmyRB Feb 8, 2024
c003926
Updated README
TimmyRB Feb 8, 2024
03902b2
Updated Changelog
TimmyRB Feb 8, 2024
6ccf74d
Added CreativeKit Limits to README
TimmyRB Feb 8, 2024
1814f83
Updated Table of Contents
TimmyRB Feb 8, 2024
710a453
Fixed CreativeKit on Android
TimmyRB Feb 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,16 @@ assignees: ''
Before creating an issue, make sure to check our documentation
and other issues for possible fixes to your problem
* https://pub.dev/documentation/snapkit/latest/
* https://github.com/TimmyRB/snapkit/wiki
* https://github.com/TimmyRB/snapkit/README.md
-->

## Versions

- SnapKit: <!-- Enter the version of the plugin you are using -->
- Snapchat: <!-- Found in Snapchat Settings by scrolling to the bottom -->
- iOS: <!-- The version of iOS this bug is happening on, leave blank if not applicable -->
- Android: <!-- The version of Android this bug is happening on, leave blank if not applicable -->

## Steps to Reproduce

<!-- You must include full steps to reproduce so that we can reproduce the problem. -->
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '12.x'
java-version: '17.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '2.0.5'
flutter-version: '3.16.5'

- name: Get Dependancies
run: flutter pub get
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '12.x'
java-version: '17.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '2.0.5'
flutter-version: '3.16.5'

- name: Get Dependancies
run: flutter pub get
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '12.x'
java-version: '17.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '2.0.5'
flutter-version: '3.16.5'

- name: Get Dependancies
run: flutter pub get
Expand Down
19 changes: 0 additions & 19 deletions .idea/libraries/Dart_SDK.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/runConfigurations/example_lib_main_dart.xml

This file was deleted.

45 changes: 0 additions & 45 deletions .idea/workspace.xml

This file was deleted.

27 changes: 25 additions & 2 deletions .metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,30 @@
# This file should be version controlled and should not be manually edited.

version:
revision: 48c9d3e0e19e8fec84f1d316ce0559f26ca7277d
channel: beta
revision: "78666c8dc57e9f7548ca9f8dd0740fbf0c658dc9"
channel: "stable"

project_type: plugin

# Tracks metadata for the flutter migrate command
migration:
platforms:
- platform: root
create_revision: 78666c8dc57e9f7548ca9f8dd0740fbf0c658dc9
base_revision: 78666c8dc57e9f7548ca9f8dd0740fbf0c658dc9
- platform: android
create_revision: 78666c8dc57e9f7548ca9f8dd0740fbf0c658dc9
base_revision: 78666c8dc57e9f7548ca9f8dd0740fbf0c658dc9
- platform: ios
create_revision: 78666c8dc57e9f7548ca9f8dd0740fbf0c658dc9
base_revision: 78666c8dc57e9f7548ca9f8dd0740fbf0c658dc9

# User provided section

# List of Local paths (relative to this file) that should be
# ignored by the migrate tool.
#
# Files that are not part of the templates will be ignored by default.
unmanaged_files:
- 'lib/main.dart'
- 'ios/Runner.xcodeproj/project.pbxproj'
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,19 @@
* Fixed an issue where a user not sharing their Bitmoji would cause an exception
* Fixed Videos not working on Android Clients
* Fixed an issue where some Videos wouldn't work despite meeting Snapchat's Video requirements
* Bug fixes & Code improvements
* Bug fixes & Code improvements

## 3.0.0

* Restructured the project
* Upgraded SnapSDK to 2.1.0 for Android
* Upgraded SnapSDK to 2.5.0 for iOS
* Split LoginKit & CreativeKit into their own classes
* Classes now have static references to an Instance allow calls across pages without having to pass instances around
* The current user is now saved on an instance of LoginKit allowing access across your entire app
* Added OIDC to the current user's data
* Added a caller for the access token
* Added lots of error checking in platform code and more verbose errors
* Fixed issue where videos wouldn't send on Android
* Removed deprecated Verify Phone Number

Loading
Loading