Skip to content

Commit

Permalink
Merge pull request #10 from Beldex-Coin/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
codeman-crypto authored Nov 30, 2023
2 parents cc37325 + 9870590 commit 5367427
Show file tree
Hide file tree
Showing 239 changed files with 15,651 additions and 11,994 deletions.
2 changes: 1 addition & 1 deletion android/app/src/debug/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mymonero.new_beldex_wallet">
package="io.beldex.wallet">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
Expand Down
3 changes: 2 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.mymonero.new_beldex_wallet">
package="io.beldex.wallet">
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
calls FlutterMain.startInitialization(this); in its onCreate method.
In most cases you can leave this as-is, but you if you want to provide
Expand All @@ -9,6 +9,7 @@
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.USE_BIOMETRIC"/>
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>
<uses-permission android:name="android.permission.WAKE_LOCK" />

<application
android:label="Beldex Wallet"
Expand Down
5 changes: 4 additions & 1 deletion android/app/src/main/kotlin/io/beldex/wallet/MainActivity.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.mymonero.new_beldex_wallet
package io.beldex.wallet

import androidx.annotation.NonNull;
import io.flutter.embedding.android.FlutterFragmentActivity
Expand All @@ -10,3 +10,6 @@ class MainActivity: FlutterFragmentActivity() {
GeneratedPluginRegistrant.registerWith(flutterEngine);
}
}



6 changes: 5 additions & 1 deletion android/app/src/main/res/drawable/launch_background.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<item android:drawable="@android:color/black" />

<!-- You can insert your own image assets here -->

<!-- <item>-->
<!-- <bitmap-->
<!-- android:gravity="center"-->
<!-- android:src="@drawable/logo"/>-->
<!-- </item>-->

</layer-list>
2 changes: 1 addition & 1 deletion android/app/src/profile/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mymonero.new_beldex_wallet">
package="io.beldex.wallet">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
Expand Down
13 changes: 12 additions & 1 deletion assets/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,15 @@
changes:
- Added support for Android version 13
- Fix UI issues
- Minor Bug fixes
- Minor Bug fixes
-
version: 1.1.0
changes:
- Revamped App Design
- New Flash Transactions
- Add custom Node feature added
- Fiat currency will be loaded faster now
- Biometric unlock feature issue fixed
- Fixed issues in transaction history filters
- Fixed issues in switch wallet and switch nodes
- Fixed seed does not display issue in few languages
Binary file added assets/fonts/open_sans_bold.ttf
Binary file not shown.
Binary file added assets/fonts/open_sans_medium.ttf
Binary file not shown.
Binary file added assets/fonts/open_sans_regular.ttf
Binary file not shown.
Binary file added assets/fonts/open_sans_semi_bold.ttf
Binary file not shown.
Binary file removed assets/images/accounts.png
Binary file not shown.
51 changes: 0 additions & 51 deletions assets/images/accounts_svg.svg

This file was deleted.

52 changes: 0 additions & 52 deletions assets/images/add.svg

This file was deleted.

Binary file removed assets/images/add_address.png
Binary file not shown.
Binary file removed assets/images/avatar1.png
Binary file not shown.
Binary file removed assets/images/avatar2.png
Binary file not shown.
Binary file removed assets/images/avatar3.png
Binary file not shown.
Binary file removed assets/images/avatar4.png
Binary file not shown.
Binary file removed assets/images/avatar5.png
Binary file not shown.
Binary file removed assets/images/beldex_logo_foreground1.png
Binary file not shown.
Binary file removed assets/images/clock.png
Binary file not shown.
1 change: 0 additions & 1 deletion assets/images/clock_svg.svg

This file was deleted.

Binary file removed assets/images/contact_book.png
Binary file not shown.
Binary file removed assets/images/create.png
Binary file not shown.
1 change: 0 additions & 1 deletion assets/images/create_svg.svg

This file was deleted.

2 changes: 0 additions & 2 deletions assets/images/face_id.svg

This file was deleted.

Binary file removed assets/images/filter.png
Binary file not shown.
1 change: 0 additions & 1 deletion assets/images/filter_svg.svg

This file was deleted.

Binary file removed assets/images/fingerprint.png
Binary file not shown.
172 changes: 0 additions & 172 deletions assets/images/fingerprint_svg.svg

This file was deleted.

16 changes: 0 additions & 16 deletions assets/images/group.svg

This file was deleted.

Binary file removed assets/images/logo.png
Binary file not shown.
Loading

0 comments on commit 5367427

Please sign in to comment.