Skip to content

Commit

Permalink
update the app
Browse files Browse the repository at this point in the history
  • Loading branch information
optimalstrategy committed Jan 5, 2021
1 parent dc630ec commit 13320c0
Show file tree
Hide file tree
Showing 71 changed files with 103 additions and 96 deletions.
1 change: 0 additions & 1 deletion .flutter-plugins-dependencies

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,9 @@ fabric.properties
/.idea/libraries
.DS_Store
/build
/captures
/captures$$$
GeneratedPluginRegistrant.java
local.properties
*.jks
android/key.properties
.flutter-plugins-dependencies
Empty file modified .metadata
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
6 changes: 3 additions & 3 deletions android/app/build.gradle
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ def keystorePropertiesFile = rootProject.file("key.properties")
def keystoreProperties = new Properties()
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
android {
compileSdkVersion 27
compileSdkVersion 28

lintOptions {
disable 'InvalidPackage'
}

defaultConfig {
applicationId "team.whatever.sms_forwarder_app"
minSdkVersion 16
targetSdkVersion 27
minSdkVersion 21
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down
Empty file modified android/app/proguard-rules.pro
100644 → 100755
Empty file.
4 changes: 3 additions & 1 deletion android/app/src/main/AndroidManifest.xml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
additional functionality it is fine to subclass or reimplement
FlutterApplication and put your custom class here. -->
<application
android:name="io.flutter.app.FlutterApplication"
android:label="SMS forwarder"
android:icon="@mipmap/ic_launcher">
<meta-data
android:name="flutterEmbedding"
android:value="2" />
<activity
android:name=".MainActivity"
android:launchMode="singleTop"
Expand Down
10 changes: 1 addition & 9 deletions android/app/src/main/java/team/whatever/sms_forwarder_app/MainActivity.java
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
package team.whatever.sms_forwarder_app;

import android.os.Bundle;

import io.flutter.app.FlutterActivity;
import io.flutter.plugins.GeneratedPluginRegistrant;
import io.flutter.embedding.android.FlutterActivity;

public class MainActivity extends FlutterActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
GeneratedPluginRegistrant.registerWith(this);
}
}
Empty file modified android/app/src/main/res/drawable/launch_background.xml
100644 → 100755
Empty file.
Empty file modified android/app/src/main/res/mipmap-hdpi/ic_launcher.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified android/app/src/main/res/mipmap-mdpi/ic_launcher.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified android/app/src/main/res/values/styles.xml
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion android/build.gradle
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:4.1.1'
}
}

Expand Down
1 change: 1 addition & 0 deletions android/gradle.properties
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
org.gradle.jvmargs=-Xmx1536M
android.enableR8=true
android.useAndroidX=true
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-all.zip
Empty file modified android/gradlew.bat
100644 → 100755
Empty file.
Empty file modified android/settings.gradle
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions android/settings_aar.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include ':app'
Empty file modified ios/.gitignore
100644 → 100755
Empty file.
Empty file modified ios/Flutter/AppFrameworkInfo.plist
100644 → 100755
Empty file.
Empty file modified ios/Flutter/Debug.xcconfig
100644 → 100755
Empty file.
Empty file modified ios/Flutter/Release.xcconfig
100644 → 100755
Empty file.
Empty file modified ios/Runner.xcodeproj/project.pbxproj
100644 → 100755
Empty file.
Empty file.
Empty file modified ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
100644 → 100755
Empty file.
Empty file modified ios/Runner.xcworkspace/contents.xcworkspacedata
100644 → 100755
Empty file.
Empty file modified ios/Runner/AppDelegate.h
100644 → 100755
Empty file.
Empty file modified ios/Runner/AppDelegate.m
100644 → 100755
Empty file.
Empty file modified ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
100644 → 100755
Empty file.
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.
Empty file modified ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json
100644 → 100755
Empty file.
Empty file modified ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
100644 → 100755
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.
Empty file modified ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md
100644 → 100755
Empty file.
Empty file modified ios/Runner/Base.lproj/LaunchScreen.storyboard
100644 → 100755
Empty file.
Empty file modified ios/Runner/Base.lproj/Main.storyboard
100644 → 100755
Empty file.
Empty file modified ios/Runner/Info.plist
100644 → 100755
Empty file.
Empty file modified ios/Runner/main.m
100644 → 100755
Empty file.
6 changes: 3 additions & 3 deletions lib/forwarding.dart
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import 'dart:core';
import 'dart:convert';

import 'package:http/http.dart' as http;
import 'package:sms/sms.dart';
import 'package:sms_maintained/sms.dart';
import 'package:flutter/foundation.dart';

/// Defines forwarder interface.
/// Defines the forwarder interface.
abstract class AbstractForwarder {
/// Forwards sms to a user
/// Forwards an sms to a user
Future<bool> forward(SmsMessage sms);

/// Unnamed constructor
Expand Down
Loading

2 comments on commit 13320c0

@Vaibhavyy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much for instant action.

I am trying.

I want to talk to you.
Pls assist me.
Reply me.
https://t.me/frwdmess

@optimalstrategy
Copy link
Owner Author

@optimalstrategy optimalstrategy commented on 13320c0 Jan 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Vaibhavyy I'd appreciate if you could provide more information about your problem. What exactly is not working?

Also, please use the issue you originally opened for further communication:
#1

Please sign in to comment.