-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[0.1.3] Bug Fixes and Touchups (#170)
* 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
Showing
389 changed files
with
1,988 additions
and
1,162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
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
BIN
-733 Bytes
(71%)
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
BIN
-335 Bytes
(92%)
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.
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
BIN
-507 Bytes
(68%)
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.
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
BIN
-1.16 KB
(66%)
android/app/src/main/res/mipmap-xhdpi/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
BIN
-589 Bytes
(91%)
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.
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
BIN
-1.88 KB
(66%)
android/app/src/main/res/mipmap-xxhdpi/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
BIN
-1.12 KB
(88%)
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.
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
BIN
-2.75 KB
(64%)
android/app/src/main/res/mipmap-xxxhdpi/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
BIN
-1.53 KB
(89%)
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.01 KB
.../current/android-manual/drawable-hdpi-v11/ic_stat_app_icon_android_notifier.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 added
BIN
+4.83 KB
assets/icons/current/android-manual/drawable-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 added
BIN
+1.13 KB
...cons/current/android-manual/drawable-hdpi/ic_stat_app_icon_android_notifier.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 added
BIN
+668 Bytes
.../current/android-manual/drawable-mdpi-v11/ic_stat_app_icon_android_notifier.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 added
BIN
+3.01 KB
assets/icons/current/android-manual/drawable-mdpi/ic_launcher_round.png
Oops, something went wrong.
Binary file added
BIN
+754 Bytes
...cons/current/android-manual/drawable-mdpi/ic_stat_app_icon_android_notifier.png
Oops, something went wrong.
Binary file added
BIN
+1.33 KB
...current/android-manual/drawable-xhdpi-v11/ic_stat_app_icon_android_notifier.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+6.89 KB
assets/icons/current/android-manual/drawable-xhdpi/ic_launcher_round.png
Oops, something went wrong.
Binary file added
BIN
+1.54 KB
...ons/current/android-manual/drawable-xhdpi/ic_stat_app_icon_android_notifier.png
Oops, something went wrong.
Binary file added
BIN
+2.02 KB
...urrent/android-manual/drawable-xxhdpi-v11/ic_stat_app_icon_android_notifier.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+10.7 KB
assets/icons/current/android-manual/drawable-xxhdpi/ic_launcher_round.png
Oops, something went wrong.
Binary file added
BIN
+2.29 KB
...ns/current/android-manual/drawable-xxhdpi/ic_stat_app_icon_android_notifier.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+15.3 KB
assets/icons/current/android-manual/drawable-xxxhdpi/ic_launcher_round.png
Oops, something went wrong.
Binary file not shown.
Binary file added
BIN
+5.57 KB
...urrent/android-manual/ic_launcher_circle/res/mipmap-hdpi/ic_launcher_circle.png
Oops, something went wrong.
Binary file added
BIN
+3.06 KB
...urrent/android-manual/ic_launcher_circle/res/mipmap-mdpi/ic_launcher_circle.png
Oops, something went wrong.
Binary file added
BIN
+7.46 KB
...rrent/android-manual/ic_launcher_circle/res/mipmap-xhdpi/ic_launcher_circle.png
Oops, something went wrong.
Binary file added
BIN
+12.9 KB
...rent/android-manual/ic_launcher_circle/res/mipmap-xxhdpi/ic_launcher_circle.png
Oops, something went wrong.
Binary file added
BIN
+19.3 KB
...ent/android-manual/ic_launcher_circle/res/mipmap-xxxhdpi/ic_launcher_circle.png
Oops, something went wrong.
Binary file added
BIN
+59.8 KB
assets/icons/current/android-manual/ic_launcher_circle/web_hi_res_512.png
Oops, something went wrong.
Binary file not shown.
Binary file added
BIN
+3.65 KB
...urrent/android-manual/ic_launcher_square/res/mipmap-hdpi/ic_launcher_square.png
Oops, something went wrong.
Binary file added
BIN
+2.02 KB
...urrent/android-manual/ic_launcher_square/res/mipmap-mdpi/ic_launcher_square.png
Oops, something went wrong.
Binary file added
BIN
+4.78 KB
...rrent/android-manual/ic_launcher_square/res/mipmap-xhdpi/ic_launcher_square.png
Oops, something went wrong.
Binary file added
BIN
+8.07 KB
...rent/android-manual/ic_launcher_square/res/mipmap-xxhdpi/ic_launcher_square.png
Oops, something went wrong.
Binary file added
BIN
+13.1 KB
...ent/android-manual/ic_launcher_square/res/mipmap-xxxhdpi/ic_launcher_square.png
Oops, something went wrong.
Binary file added
BIN
+60.1 KB
assets/icons/current/android-manual/ic_launcher_square/web_hi_res_512.png
Oops, something went wrong.
Binary file added
BIN
+12.2 KB
assets/icons/current/android-manual/ic_stat_app_icon_android_notifier.zip
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+1012 Bytes
assets/icons/current/android/mipmap-mdpi/ic_launcher_foreground.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+3.28 KB
assets/icons/current/android/mipmap-xxhdpi/ic_launcher_foreground.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+4.73 KB
assets/icons/current/android/mipmap-xxxhdpi/ic_launcher_foreground.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
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
Oops, something went wrong.
File renamed without changes
File renamed without changes
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.