]> zoso.dev Git - nemo-wallet.git/commit
Initial commit.
authorChris Duncan <chris@zoso.dev>
Thu, 10 Oct 2024 08:54:36 +0000 (01:54 -0700)
committerChris Duncan <chris@zoso.dev>
Thu, 10 Oct 2024 08:54:36 +0000 (01:54 -0700)
commit3e4caafe1f449a96ceabf0e83f1d2dcca550a378
tree16931bf3e59c257d8ce903c2f9d96b7fe54f4bba
Initial commit.
79 files changed:
.editorconfig [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.vscode/extensions.json [new file with mode: 0644]
AUTHORS.md [new file with mode: 0644]
App_Resources/Android/app.gradle [new file with mode: 0644]
App_Resources/Android/before-plugins.gradle [new file with mode: 0644]
App_Resources/Android/src/main/AndroidManifest.xml [new file with mode: 0644]
App_Resources/Android/src/main/res/drawable-hdpi/background.png [new file with mode: 0644]
App_Resources/Android/src/main/res/drawable-hdpi/logo.png [new file with mode: 0644]
App_Resources/Android/src/main/res/drawable-ldpi/background.png [new file with mode: 0644]
App_Resources/Android/src/main/res/drawable-ldpi/logo.png [new file with mode: 0644]
App_Resources/Android/src/main/res/drawable-mdpi/background.png [new file with mode: 0644]
App_Resources/Android/src/main/res/drawable-mdpi/logo.png [new file with mode: 0644]
App_Resources/Android/src/main/res/drawable-nodpi/splash_screen.xml [new file with mode: 0644]
App_Resources/Android/src/main/res/drawable-xhdpi/background.png [new file with mode: 0644]
App_Resources/Android/src/main/res/drawable-xhdpi/logo.png [new file with mode: 0644]
App_Resources/Android/src/main/res/drawable-xxhdpi/background.png [new file with mode: 0644]
App_Resources/Android/src/main/res/drawable-xxhdpi/logo.png [new file with mode: 0644]
App_Resources/Android/src/main/res/drawable-xxxhdpi/background.png [new file with mode: 0644]
App_Resources/Android/src/main/res/drawable-xxxhdpi/logo.png [new file with mode: 0644]
App_Resources/Android/src/main/res/drawable/ic_launcher_foreground.xml [new file with mode: 0644]
App_Resources/Android/src/main/res/mipmap-anydpi-v26/ic_launcher.xml [new file with mode: 0644]
App_Resources/Android/src/main/res/mipmap-hdpi/ic_launcher.png [new file with mode: 0644]
App_Resources/Android/src/main/res/mipmap-mdpi/ic_launcher.png [new file with mode: 0644]
App_Resources/Android/src/main/res/mipmap-xhdpi/ic_launcher.png [new file with mode: 0644]
App_Resources/Android/src/main/res/mipmap-xxhdpi/ic_launcher.png [new file with mode: 0644]
App_Resources/Android/src/main/res/mipmap-xxxhdpi/ic_launcher.png [new file with mode: 0644]
App_Resources/Android/src/main/res/values-v21/colors.xml [new file with mode: 0644]
App_Resources/Android/src/main/res/values-v21/styles.xml [new file with mode: 0644]
App_Resources/Android/src/main/res/values-v29/styles.xml [new file with mode: 0644]
App_Resources/Android/src/main/res/values/colors.xml [new file with mode: 0644]
App_Resources/Android/src/main/res/values/ic_launcher_background.xml [new file with mode: 0644]
App_Resources/Android/src/main/res/values/styles.xml [new file with mode: 0644]
App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/Contents.json [new file with mode: 0644]
App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-1024.png [new file with mode: 0644]
App_Resources/iOS/Assets.xcassets/Contents.json [new file with mode: 0644]
App_Resources/iOS/Info.plist [new file with mode: 0644]
App_Resources/iOS/LaunchScreen.storyboard [new file with mode: 0644]
App_Resources/iOS/build.xcconfig [new file with mode: 0644]
LICENSES/GPL-3.0-or-later.txt [new file with mode: 0644]
README.md [new file with mode: 0644]
app/_app-common.scss [new file with mode: 0644]
app/app-root.xml [new file with mode: 0644]
app/app.android.scss [new file with mode: 0644]
app/app.ios.scss [new file with mode: 0644]
app/app.ts [new file with mode: 0644]
app/exchange/exchange-page.ts [new file with mode: 0644]
app/exchange/exchange-page.xml [new file with mode: 0644]
app/exchange/exchange-view-model.ts [new file with mode: 0644]
app/fonts/fa-brands-400.ttf [new file with mode: 0644]
app/fonts/fa-regular-400.ttf [new file with mode: 0644]
app/fonts/fa-solid-900.ttf [new file with mode: 0644]
app/history/history-item-detail/history-item-detail-page.ts [new file with mode: 0644]
app/history/history-item-detail/history-item-detail-page.xml [new file with mode: 0644]
app/history/history-items-page.ts [new file with mode: 0644]
app/history/history-items-page.xml [new file with mode: 0644]
app/history/history-view-model.ts [new file with mode: 0644]
app/history/shared/item.ts [new file with mode: 0644]
app/rolodex/rolodex-item-detail/rolodex-item-detail-page.ts [new file with mode: 0644]
app/rolodex/rolodex-item-detail/rolodex-item-detail-page.xml [new file with mode: 0644]
app/rolodex/rolodex-items-page.ts [new file with mode: 0644]
app/rolodex/rolodex-items-page.xml [new file with mode: 0644]
app/rolodex/rolodex-view-model.ts [new file with mode: 0644]
app/rolodex/shared/item.ts [new file with mode: 0644]
app/settings/settings-page.ts [new file with mode: 0644]
app/settings/settings-page.xml [new file with mode: 0644]
app/settings/settings-view-model.ts [new file with mode: 0644]
app/transact/transact-page.ts [new file with mode: 0644]
app/transact/transact-page.xml [new file with mode: 0644]
app/transact/transact-view-model.ts [new file with mode: 0644]
nativescript.config.ts [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package-lock.json.license [new file with mode: 0644]
package.json [new file with mode: 0644]
package.json.license [new file with mode: 0644]
references.d.ts [new file with mode: 0644]
tsconfig.json [new file with mode: 0644]
tsconfig.json.license [new file with mode: 0644]
webpack.config.js [new file with mode: 0644]