Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: HomeX-It/open-mail-app-flutter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ente-io/open-mail-app-flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 69 files changed
  • 1 contributor

Commits on Feb 21, 2025

  1. fix: upgrade everything

    prateekmedia committed Feb 21, 2025
    Copy the full SHA
    8cbef83 View commit details
  2. fix: update build.gradle

    prateekmedia committed Feb 21, 2025
    Copy the full SHA
    f0db316 View commit details
  3. Copy the full SHA
    68500a7 View commit details

Commits on Feb 22, 2025

  1. fix: readd deps

    prateekmedia authored Feb 22, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    83740bf View commit details
Showing with 103 additions and 1,376 deletions.
  1. +25 −2 .metadata
  2. +4 −0 analysis_options.yaml
  3. +1 −0 android/.gitignore
  4. +24 −14 android/build.gradle
  5. +0 −4 android/gradle.properties
  6. +0 −5 android/gradle/wrapper/gradle-wrapper.properties
  7. +1 −2 android/src/main/AndroidManifest.xml
  8. +28 −0 example/analysis_options.yaml
  9. +0 −13 example/android/.gitignore
  10. +0 −68 example/android/app/build.gradle
  11. +0 −7 example/android/app/src/debug/AndroidManifest.xml
  12. +0 −34 example/android/app/src/main/AndroidManifest.xml
  13. +0 −6 example/android/app/src/main/kotlin/com/homex/open_mail_app_example/MainActivity.kt
  14. +0 −12 example/android/app/src/main/res/drawable-v21/launch_background.xml
  15. +0 −12 example/android/app/src/main/res/drawable/launch_background.xml
  16. BIN example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
  17. BIN example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
  18. BIN example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
  19. BIN example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
  20. BIN example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  21. +0 −18 example/android/app/src/main/res/values-night/styles.xml
  22. +0 −18 example/android/app/src/main/res/values/styles.xml
  23. +0 −7 example/android/app/src/profile/AndroidManifest.xml
  24. +0 −31 example/android/build.gradle
  25. +0 −3 example/android/gradle.properties
  26. +0 −6 example/android/gradle/wrapper/gradle-wrapper.properties
  27. +0 −11 example/android/settings.gradle
  28. +0 −34 example/ios/.gitignore
  29. +0 −26 example/ios/Flutter/AppFrameworkInfo.plist
  30. +0 −2 example/ios/Flutter/Debug.xcconfig
  31. +0 −2 example/ios/Flutter/Release.xcconfig
  32. +0 −41 example/ios/Podfile
  33. +0 −28 example/ios/Podfile.lock
  34. +0 −552 example/ios/Runner.xcodeproj/project.pbxproj
  35. +0 −7 example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
  36. +0 −8 example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
  37. +0 −87 example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
  38. +0 −10 example/ios/Runner.xcworkspace/contents.xcworkspacedata
  39. +0 −8 example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
  40. +0 −8 example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
  41. +0 −13 example/ios/Runner/AppDelegate.swift
  42. +0 −122 example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
  43. BIN example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png
  44. BIN example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png
  45. BIN example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
  46. BIN example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png
  47. BIN example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
  48. BIN example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
  49. BIN example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png
  50. BIN example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png
  51. BIN example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
  52. BIN example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png
  53. BIN example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png
  54. BIN example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
  55. BIN example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png
  56. BIN example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png
  57. BIN example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png
  58. +0 −23 example/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json
  59. BIN example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
  60. BIN example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
  61. BIN example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
  62. +0 −5 example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md
  63. +0 −37 example/ios/Runner/Base.lproj/LaunchScreen.storyboard
  64. +0 −26 example/ios/Runner/Base.lproj/Main.storyboard
  65. +0 −56 example/ios/Runner/Info.plist
  66. +0 −1 example/ios/Runner/Runner-Bridging-Header.h
  67. +2 −1 ios/.gitignore
  68. +7 −1 ...oject.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings → ios/Resources/PrivacyInfo.xcprivacy
  69. +11 −5 ios/open_mail_app.podspec
27 changes: 25 additions & 2 deletions .metadata
Original file line number Diff line number Diff line change
@@ -4,7 +4,30 @@
# This file should be version controlled and should not be manually edited.

version:
revision: e6b34c2b5c96bb95325269a29a84e83ed8909b5f
channel: stable
revision: "d8a9f9a52e5af486f80d932e838ee93861ffd863"
channel: "stable"

project_type: plugin

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

# 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'
4 changes: 4 additions & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
include: package:flutter_lints/flutter.yaml

# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
1 change: 1 addition & 0 deletions android/.gitignore
Original file line number Diff line number Diff line change
@@ -6,3 +6,4 @@
.DS_Store
/build
/captures
.cxx
38 changes: 24 additions & 14 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,40 +1,50 @@
group 'com.homex.open_mail_app'
version '1.0-SNAPSHOT'
group = "com.homex.open_mail_app"
version = "1.0-SNAPSHOT"

buildscript {
ext.kotlin_version = '1.6.10'
ext.kotlin_version = "1.8.22"
repositories {
google()
mavenCentral()
}

dependencies {
classpath 'com.android.tools.build:gradle:7.0.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath("com.android.tools.build:gradle:8.1.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version")
}
}

rootProject.allprojects {
allprojects {
repositories {
google()
mavenCentral()
}
}

apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: "com.android.library"
apply plugin: "kotlin-android"

android {
compileSdkVersion 31
namespace = "com.homex.open_mail_app"

compileSdk = 35

compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}

kotlinOptions {
jvmTarget = JavaVersion.VERSION_11
}

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
main.java.srcDirs += "src/main/kotlin"
test.java.srcDirs += "src/test/kotlin"
}

defaultConfig {
minSdkVersion 16
}
lintOptions {
disable 'InvalidPackage'
minSdk = 16
}
}

4 changes: 0 additions & 4 deletions android/gradle.properties

This file was deleted.

5 changes: 0 additions & 5 deletions android/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

3 changes: 1 addition & 2 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.homex.open_mail_app">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<queries>
<intent>
<action android:name="android.intent.action.VIEW" />
28 changes: 28 additions & 0 deletions example/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This file configures the analyzer, which statically analyzes Dart code to
# check for errors, warnings, and lints.
#
# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
# invoked from the command line by running `flutter analyze`.

# The following line activates a set of recommended lints for Flutter apps,
# packages, and plugins designed to encourage good coding practices.
include: package:flutter_lints/flutter.yaml

linter:
# The lint rules applied to this project can be customized in the
# section below to disable rules from the `package:flutter_lints/flutter.yaml`
# included above or to enable additional rules. A list of all available lints
# and their documentation is published at https://dart.dev/lints.
#
# Instead of disabling a lint rule for the entire project in the
# section below, it can also be suppressed for a single line of code
# or a specific dart file by using the `// ignore: name_of_lint` and
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
# producing the lint.
rules:
# avoid_print: false # Uncomment to disable the `avoid_print` rule
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule

# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
13 changes: 0 additions & 13 deletions example/android/.gitignore

This file was deleted.

68 changes: 0 additions & 68 deletions example/android/app/build.gradle

This file was deleted.

7 changes: 0 additions & 7 deletions example/android/app/src/debug/AndroidManifest.xml

This file was deleted.

34 changes: 0 additions & 34 deletions example/android/app/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions example/android/app/src/main/res/drawable/launch_background.xml

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 0 additions & 18 deletions example/android/app/src/main/res/values-night/styles.xml

This file was deleted.

18 changes: 0 additions & 18 deletions example/android/app/src/main/res/values/styles.xml

This file was deleted.

7 changes: 0 additions & 7 deletions example/android/app/src/profile/AndroidManifest.xml

This file was deleted.

31 changes: 0 additions & 31 deletions example/android/build.gradle

This file was deleted.

3 changes: 0 additions & 3 deletions example/android/gradle.properties

This file was deleted.

Loading