Skip to content

Commit

Permalink
[0.1.3] Bug Fixes and Touchups (#170)
Browse files Browse the repository at this point in the history
* really trying for the new branding

* dependency version cleanup, code cleanup for app bars, ui fixes for badge colors

* adding 24hr time format setting

* bug fix for name priority

* fixed intermittent message syncing (#142), needs testing limited for paginated auto fetching

* splash screens for iOS and Android, along with icon v2 drafting

* rebranding icon complete for android

* finishing up new icon changes

* small ui fixes

* mapped all the existing strings to keys in json and converted some to easy_localization

* using compiled keys to map json localizations

* fixed pre-key signature signing issue, Syphon should show as a verifiable client

* linking localization, allow overriding the default language of the device from settings

* needs empty json

* element to syphon e2ee working again, spyhon to element is having trouble with pre-key still due to unknown encryption algorithm undefined

* encryption working between element and syphon again (and all other e2e clients)

* saving index against replay attacks

* test ru.json (#176)

Co-authored-by: taylor <github@ere.io>

* defaulting to english always until ru localisation is mostly finished

Co-authored-by: LibreHacker <66357625+LibreHacker@users.noreply.github.com>
  • Loading branch information
ereio and LibreHacker authored Sep 14, 2020
2 parents 89edc50 + 5a79dc6 commit 24d02d8
Show file tree
Hide file tree
Showing 389 changed files with 1,988 additions and 1,162 deletions.
6 changes: 5 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
<meta-data
android:name="io.flutter.embedding.android.SplashScreenDrawable"
android:resource="@drawable/launch_background"
/>
<meta-data
android:name="io.flutter.embedding.android.NormalTheme"
android:resource="@style/NormalTheme"
/>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
Expand All @@ -58,4 +62,4 @@
android:name="flutterEmbedding"
android:value="2" />
</application>
</manifest>
</manifest>
Binary file removed android/app/src/main/ic_launcher-web.png
Binary file not shown.
Binary file removed android/app/src/main/res/drawable/app_icon.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions android/app/src/main/res/drawable/launch_background.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Modify this file to customize your launch splash screen -->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@android:color/white" />

<!-- You can insert your own image assets here -->
<!-- <item>
<bitmap
android:gravity="center"
android:src="@mipmap/launch_image" />
</item> -->
</layer-list>
<item android:drawable="@color/primary" />
<item
android:width="112dp"
android:height="112dp"
android:gravity="center">
<bitmap
android:gravity="fill"
android:src="@drawable/ic_launcher_foreground" />
</item>
</layer-list>
4 changes: 4 additions & 0 deletions android/app/src/main/res/drawable/normal_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/primary" />
</layer-list>
Binary file modified android/app/src/main/res/mipmap-hdpi/ic_launcher.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 modified android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.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 modified android/app/src/main/res/mipmap-hdpi/ic_launcher_round.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 modified android/app/src/main/res/mipmap-mdpi/ic_launcher.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 modified android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.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 modified android/app/src/main/res/mipmap-mdpi/ic_launcher_round.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 modified android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
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.
Binary file modified android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.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 modified android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
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.
Binary file modified android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.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 modified android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
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.
Binary file modified android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
7 changes: 7 additions & 0 deletions android/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
<!-- Show a splash screen on the activity. Automatically removed when
Flutter draws its first frame -->
<item name="android:windowFullscreen">true</item>
<item name="android:windowBackground">@drawable/launch_background</item>
</style>
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
<!-- Show a splash screen on the activity. Automatically removed when
Flutter draws its first frame -->
<item name="android:windowBackground">@drawable/normal_background</item>
</style>
<color name="primary">#34C7B5</color>
</resources>
Binary file modified assets/design/branding.sketch
Binary file not shown.
Binary file removed assets/icons/app_icon_desktop.png
Binary file not shown.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added assets/icons/current/app_icon_android.png
Binary file added assets/icons/current/app_icon_cyan.png
7 changes: 7 additions & 0 deletions assets/icons/current/app_icon_cyan.svg
Binary file added assets/icons/current/app_icon_desktop.png
Binary file added assets/icons/current/app_icon_foreground.png
Binary file added assets/icons/current/app_icon_ios.png
Binary file added assets/icons/current/app_icon_white.png
7 changes: 7 additions & 0 deletions assets/icons/current/app_icon_white.svg
Binary file added assets/icons/current/ios-splash/Icon-1024.png
Binary file added assets/icons/current/ios-splash/Icon-108@2x.png
Binary file added assets/icons/current/ios-splash/Icon-128.png
Binary file added assets/icons/current/ios-splash/Icon-128@2x.png
Binary file added assets/icons/current/ios-splash/Icon-16.png
Binary file added assets/icons/current/ios-splash/Icon-16@2x.png
Binary file added assets/icons/current/ios-splash/Icon-20.png
Binary file added assets/icons/current/ios-splash/Icon-20@2x.png
Binary file added assets/icons/current/ios-splash/Icon-20@3x.png
Binary file added assets/icons/current/ios-splash/Icon-24@2x.png
Binary file added assets/icons/current/ios-splash/Icon-256.png
Binary file added assets/icons/current/ios-splash/Icon-256@2x.png
Binary file added assets/icons/current/ios-splash/Icon-27.5@2x.png
Binary file added assets/icons/current/ios-splash/Icon-29.png
Binary file added assets/icons/current/ios-splash/Icon-29@2x.png
Binary file added assets/icons/current/ios-splash/Icon-29@3x.png
Binary file added assets/icons/current/ios-splash/Icon-32.png
Binary file added assets/icons/current/ios-splash/Icon-32@2x.png
Binary file added assets/icons/current/ios-splash/Icon-40.png
Binary file added assets/icons/current/ios-splash/Icon-40@2x.png
Binary file added assets/icons/current/ios-splash/Icon-40@3x.png
Binary file added assets/icons/current/ios-splash/Icon-44@2x.png
Binary file added assets/icons/current/ios-splash/Icon-50@2x.png
Binary file added assets/icons/current/ios-splash/Icon-512.png
Binary file added assets/icons/current/ios-splash/Icon-512@2x.png
Binary file added assets/icons/current/ios-splash/Icon-60@2x.png
Binary file added assets/icons/current/ios-splash/Icon-60@3x.png
Binary file added assets/icons/current/ios-splash/Icon-76.png
Binary file added assets/icons/current/ios-splash/Icon-76@2x.png
Binary file added assets/icons/current/ios-splash/Icon-83.5@2x.png
Binary file added assets/icons/current/ios-splash/Icon-86@2x.png
Binary file added assets/icons/current/ios-splash/Icon-98@2x.png
Binary file added assets/icons/current/ios/Icon-1024.png
Binary file added assets/icons/current/ios/Icon-108@2x.png
Binary file added assets/icons/current/ios/Icon-128.png
Binary file added assets/icons/current/ios/Icon-128@2x.png
Binary file added assets/icons/current/ios/Icon-16.png
Binary file added assets/icons/current/ios/Icon-16@2x.png
Binary file added assets/icons/current/ios/Icon-20.png
Binary file added assets/icons/current/ios/Icon-20@2x.png
Binary file added assets/icons/current/ios/Icon-20@3x.png
Binary file added assets/icons/current/ios/Icon-24@2x.png
Binary file added assets/icons/current/ios/Icon-256.png
Binary file added assets/icons/current/ios/Icon-256@2x.png
Binary file added assets/icons/current/ios/Icon-27.5@2x.png
Binary file added assets/icons/current/ios/Icon-29.png
Binary file added assets/icons/current/ios/Icon-29@2x.png
Binary file added assets/icons/current/ios/Icon-29@3x.png
Binary file added assets/icons/current/ios/Icon-32.png
Binary file added assets/icons/current/ios/Icon-32@2x.png
Binary file added assets/icons/current/ios/Icon-40.png
Binary file added assets/icons/current/ios/Icon-40@2x.png
Binary file added assets/icons/current/ios/Icon-40@3x.png
Binary file added assets/icons/current/ios/Icon-44@2x.png
Binary file added assets/icons/current/ios/Icon-50@2x.png
Binary file added assets/icons/current/ios/Icon-512.png
Binary file added assets/icons/current/ios/Icon-512@2x.png
Binary file added assets/icons/current/ios/Icon-60@2x.png
Binary file added assets/icons/current/ios/Icon-60@3x.png
Binary file added assets/icons/current/ios/Icon-76.png
Binary file added assets/icons/current/ios/Icon-76@2x.png
Binary file added assets/icons/current/ios/Icon-83.5@2x.png
Binary file added assets/icons/current/ios/Icon-86@2x.png
Binary file added assets/icons/current/ios/Icon-98@2x.png
Binary file added assets/icons/v1/android/backup/backup.zip
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added assets/icons/v1/app_icon_desktop.png
File renamed without changes
File renamed without changes
Binary file added assets/icons/v1/ios-splash/Icon-1024.png
Binary file added assets/icons/v1/ios-splash/Icon-108@2x.png
Binary file added assets/icons/v1/ios-splash/Icon-128.png
Binary file added assets/icons/v1/ios-splash/Icon-128@2x.png
Binary file added assets/icons/v1/ios-splash/Icon-16.png
Binary file added assets/icons/v1/ios-splash/Icon-16@2x.png
Binary file added assets/icons/v1/ios-splash/Icon-20.png
Binary file added assets/icons/v1/ios-splash/Icon-20@2x.png
Binary file added assets/icons/v1/ios-splash/Icon-20@3x.png
Binary file added assets/icons/v1/ios-splash/Icon-24@2x.png
Binary file added assets/icons/v1/ios-splash/Icon-256.png
Binary file added assets/icons/v1/ios-splash/Icon-256@2x.png
Binary file added assets/icons/v1/ios-splash/Icon-27.5@2x.png
Binary file added assets/icons/v1/ios-splash/Icon-29.png
Binary file added assets/icons/v1/ios-splash/Icon-29@2x.png
Binary file added assets/icons/v1/ios-splash/Icon-29@3x.png
Binary file added assets/icons/v1/ios-splash/Icon-32.png
Binary file added assets/icons/v1/ios-splash/Icon-32@2x.png
Binary file added assets/icons/v1/ios-splash/Icon-40.png
Binary file added assets/icons/v1/ios-splash/Icon-40@2x.png
Binary file added assets/icons/v1/ios-splash/Icon-40@3x.png
Binary file added assets/icons/v1/ios-splash/Icon-44@2x.png
Binary file added assets/icons/v1/ios-splash/Icon-50@2x.png
Binary file added assets/icons/v1/ios-splash/Icon-512.png
Binary file added assets/icons/v1/ios-splash/Icon-512@2x.png
Binary file added assets/icons/v1/ios-splash/Icon-60@2x.png
Binary file added assets/icons/v1/ios-splash/Icon-60@3x.png
Binary file added assets/icons/v1/ios-splash/Icon-76.png
Binary file added assets/icons/v1/ios-splash/Icon-76@2x.png
Binary file added assets/icons/v1/ios-splash/Icon-83.5@2x.png
Binary file added assets/icons/v1/ios-splash/Icon-86@2x.png
Binary file added assets/icons/v1/ios-splash/Icon-98@2x.png
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added assets/logo/current/app_logo_banner_cyan.png
Binary file added assets/logo/current/app_logo_banner_white.png
Binary file added assets/logo/current/app_logo_cyan.png
14 changes: 14 additions & 0 deletions assets/logo/current/app_logo_cyan.svg
Binary file added assets/logo/current/app_logo_white.png
Loading

0 comments on commit 24d02d8

Please sign in to comment.