Add project files.
|
@ -0,0 +1,63 @@
|
||||||
|
###############################################################################
|
||||||
|
# Set default behavior to automatically normalize line endings.
|
||||||
|
###############################################################################
|
||||||
|
* text=auto
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
# Set default behavior for command prompt diff.
|
||||||
|
#
|
||||||
|
# This is need for earlier builds of msysgit that does not have it on by
|
||||||
|
# default for csharp files.
|
||||||
|
# Note: This is only used by command line
|
||||||
|
###############################################################################
|
||||||
|
#*.cs diff=csharp
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
# Set the merge driver for project and solution files
|
||||||
|
#
|
||||||
|
# Merging from the command prompt will add diff markers to the files if there
|
||||||
|
# are conflicts (Merging from VS is not affected by the settings below, in VS
|
||||||
|
# the diff markers are never inserted). Diff markers may cause the following
|
||||||
|
# file extensions to fail to load in VS. An alternative would be to treat
|
||||||
|
# these files as binary and thus will always conflict and require user
|
||||||
|
# intervention with every merge. To do so, just uncomment the entries below
|
||||||
|
###############################################################################
|
||||||
|
#*.sln merge=binary
|
||||||
|
#*.csproj merge=binary
|
||||||
|
#*.vbproj merge=binary
|
||||||
|
#*.vcxproj merge=binary
|
||||||
|
#*.vcproj merge=binary
|
||||||
|
#*.dbproj merge=binary
|
||||||
|
#*.fsproj merge=binary
|
||||||
|
#*.lsproj merge=binary
|
||||||
|
#*.wixproj merge=binary
|
||||||
|
#*.modelproj merge=binary
|
||||||
|
#*.sqlproj merge=binary
|
||||||
|
#*.wwaproj merge=binary
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
# behavior for image files
|
||||||
|
#
|
||||||
|
# image files are treated as binary by default.
|
||||||
|
###############################################################################
|
||||||
|
#*.jpg binary
|
||||||
|
#*.png binary
|
||||||
|
#*.gif binary
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
# diff behavior for common document formats
|
||||||
|
#
|
||||||
|
# Convert binary document formats to text before diffing them. This feature
|
||||||
|
# is only available from the command line. Turn it on by uncommenting the
|
||||||
|
# entries below.
|
||||||
|
###############################################################################
|
||||||
|
#*.doc diff=astextplain
|
||||||
|
#*.DOC diff=astextplain
|
||||||
|
#*.docx diff=astextplain
|
||||||
|
#*.DOCX diff=astextplain
|
||||||
|
#*.dot diff=astextplain
|
||||||
|
#*.DOT diff=astextplain
|
||||||
|
#*.pdf diff=astextplain
|
||||||
|
#*.PDF diff=astextplain
|
||||||
|
#*.rtf diff=astextplain
|
||||||
|
#*.RTF diff=astextplain
|
|
@ -0,0 +1,340 @@
|
||||||
|
## Ignore Visual Studio temporary files, build results, and
|
||||||
|
## files generated by popular Visual Studio add-ons.
|
||||||
|
##
|
||||||
|
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
||||||
|
|
||||||
|
# User-specific files
|
||||||
|
*.rsuser
|
||||||
|
*.suo
|
||||||
|
*.user
|
||||||
|
*.userosscache
|
||||||
|
*.sln.docstates
|
||||||
|
|
||||||
|
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||||
|
*.userprefs
|
||||||
|
|
||||||
|
# Build results
|
||||||
|
[Dd]ebug/
|
||||||
|
[Dd]ebugPublic/
|
||||||
|
[Rr]elease/
|
||||||
|
[Rr]eleases/
|
||||||
|
x64/
|
||||||
|
x86/
|
||||||
|
[Aa][Rr][Mm]/
|
||||||
|
[Aa][Rr][Mm]64/
|
||||||
|
bld/
|
||||||
|
[Bb]in/
|
||||||
|
[Oo]bj/
|
||||||
|
[Ll]og/
|
||||||
|
|
||||||
|
# Visual Studio 2015/2017 cache/options directory
|
||||||
|
.vs/
|
||||||
|
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||||
|
#wwwroot/
|
||||||
|
|
||||||
|
# Visual Studio 2017 auto generated files
|
||||||
|
Generated\ Files/
|
||||||
|
|
||||||
|
# MSTest test Results
|
||||||
|
[Tt]est[Rr]esult*/
|
||||||
|
[Bb]uild[Ll]og.*
|
||||||
|
|
||||||
|
# NUNIT
|
||||||
|
*.VisualState.xml
|
||||||
|
TestResult.xml
|
||||||
|
|
||||||
|
# Build Results of an ATL Project
|
||||||
|
[Dd]ebugPS/
|
||||||
|
[Rr]eleasePS/
|
||||||
|
dlldata.c
|
||||||
|
|
||||||
|
# Benchmark Results
|
||||||
|
BenchmarkDotNet.Artifacts/
|
||||||
|
|
||||||
|
# .NET Core
|
||||||
|
project.lock.json
|
||||||
|
project.fragment.lock.json
|
||||||
|
artifacts/
|
||||||
|
|
||||||
|
# StyleCop
|
||||||
|
StyleCopReport.xml
|
||||||
|
|
||||||
|
# Files built by Visual Studio
|
||||||
|
*_i.c
|
||||||
|
*_p.c
|
||||||
|
*_h.h
|
||||||
|
*.ilk
|
||||||
|
*.meta
|
||||||
|
*.obj
|
||||||
|
*.iobj
|
||||||
|
*.pch
|
||||||
|
*.pdb
|
||||||
|
*.ipdb
|
||||||
|
*.pgc
|
||||||
|
*.pgd
|
||||||
|
*.rsp
|
||||||
|
*.sbr
|
||||||
|
*.tlb
|
||||||
|
*.tli
|
||||||
|
*.tlh
|
||||||
|
*.tmp
|
||||||
|
*.tmp_proj
|
||||||
|
*_wpftmp.csproj
|
||||||
|
*.log
|
||||||
|
*.vspscc
|
||||||
|
*.vssscc
|
||||||
|
.builds
|
||||||
|
*.pidb
|
||||||
|
*.svclog
|
||||||
|
*.scc
|
||||||
|
|
||||||
|
# Chutzpah Test files
|
||||||
|
_Chutzpah*
|
||||||
|
|
||||||
|
# Visual C++ cache files
|
||||||
|
ipch/
|
||||||
|
*.aps
|
||||||
|
*.ncb
|
||||||
|
*.opendb
|
||||||
|
*.opensdf
|
||||||
|
*.sdf
|
||||||
|
*.cachefile
|
||||||
|
*.VC.db
|
||||||
|
*.VC.VC.opendb
|
||||||
|
|
||||||
|
# Visual Studio profiler
|
||||||
|
*.psess
|
||||||
|
*.vsp
|
||||||
|
*.vspx
|
||||||
|
*.sap
|
||||||
|
|
||||||
|
# Visual Studio Trace Files
|
||||||
|
*.e2e
|
||||||
|
|
||||||
|
# TFS 2012 Local Workspace
|
||||||
|
$tf/
|
||||||
|
|
||||||
|
# Guidance Automation Toolkit
|
||||||
|
*.gpState
|
||||||
|
|
||||||
|
# ReSharper is a .NET coding add-in
|
||||||
|
_ReSharper*/
|
||||||
|
*.[Rr]e[Ss]harper
|
||||||
|
*.DotSettings.user
|
||||||
|
|
||||||
|
# JustCode is a .NET coding add-in
|
||||||
|
.JustCode
|
||||||
|
|
||||||
|
# TeamCity is a build add-in
|
||||||
|
_TeamCity*
|
||||||
|
|
||||||
|
# DotCover is a Code Coverage Tool
|
||||||
|
*.dotCover
|
||||||
|
|
||||||
|
# AxoCover is a Code Coverage Tool
|
||||||
|
.axoCover/*
|
||||||
|
!.axoCover/settings.json
|
||||||
|
|
||||||
|
# Visual Studio code coverage results
|
||||||
|
*.coverage
|
||||||
|
*.coveragexml
|
||||||
|
|
||||||
|
# NCrunch
|
||||||
|
_NCrunch_*
|
||||||
|
.*crunch*.local.xml
|
||||||
|
nCrunchTemp_*
|
||||||
|
|
||||||
|
# MightyMoose
|
||||||
|
*.mm.*
|
||||||
|
AutoTest.Net/
|
||||||
|
|
||||||
|
# Web workbench (sass)
|
||||||
|
.sass-cache/
|
||||||
|
|
||||||
|
# Installshield output folder
|
||||||
|
[Ee]xpress/
|
||||||
|
|
||||||
|
# DocProject is a documentation generator add-in
|
||||||
|
DocProject/buildhelp/
|
||||||
|
DocProject/Help/*.HxT
|
||||||
|
DocProject/Help/*.HxC
|
||||||
|
DocProject/Help/*.hhc
|
||||||
|
DocProject/Help/*.hhk
|
||||||
|
DocProject/Help/*.hhp
|
||||||
|
DocProject/Help/Html2
|
||||||
|
DocProject/Help/html
|
||||||
|
|
||||||
|
# Click-Once directory
|
||||||
|
publish/
|
||||||
|
|
||||||
|
# Publish Web Output
|
||||||
|
*.[Pp]ublish.xml
|
||||||
|
*.azurePubxml
|
||||||
|
# Note: Comment the next line if you want to checkin your web deploy settings,
|
||||||
|
# but database connection strings (with potential passwords) will be unencrypted
|
||||||
|
*.pubxml
|
||||||
|
*.publishproj
|
||||||
|
|
||||||
|
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
||||||
|
# checkin your Azure Web App publish settings, but sensitive information contained
|
||||||
|
# in these scripts will be unencrypted
|
||||||
|
PublishScripts/
|
||||||
|
|
||||||
|
# NuGet Packages
|
||||||
|
*.nupkg
|
||||||
|
# The packages folder can be ignored because of Package Restore
|
||||||
|
**/[Pp]ackages/*
|
||||||
|
# except build/, which is used as an MSBuild target.
|
||||||
|
!**/[Pp]ackages/build/
|
||||||
|
# Uncomment if necessary however generally it will be regenerated when needed
|
||||||
|
#!**/[Pp]ackages/repositories.config
|
||||||
|
# NuGet v3's project.json files produces more ignorable files
|
||||||
|
*.nuget.props
|
||||||
|
*.nuget.targets
|
||||||
|
|
||||||
|
# Microsoft Azure Build Output
|
||||||
|
csx/
|
||||||
|
*.build.csdef
|
||||||
|
|
||||||
|
# Microsoft Azure Emulator
|
||||||
|
ecf/
|
||||||
|
rcf/
|
||||||
|
|
||||||
|
# Windows Store app package directories and files
|
||||||
|
AppPackages/
|
||||||
|
BundleArtifacts/
|
||||||
|
Package.StoreAssociation.xml
|
||||||
|
_pkginfo.txt
|
||||||
|
*.appx
|
||||||
|
|
||||||
|
# Visual Studio cache files
|
||||||
|
# files ending in .cache can be ignored
|
||||||
|
*.[Cc]ache
|
||||||
|
# but keep track of directories ending in .cache
|
||||||
|
!?*.[Cc]ache/
|
||||||
|
|
||||||
|
# Others
|
||||||
|
ClientBin/
|
||||||
|
~$*
|
||||||
|
*~
|
||||||
|
*.dbmdl
|
||||||
|
*.dbproj.schemaview
|
||||||
|
*.jfm
|
||||||
|
*.pfx
|
||||||
|
*.publishsettings
|
||||||
|
orleans.codegen.cs
|
||||||
|
|
||||||
|
# Including strong name files can present a security risk
|
||||||
|
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
|
||||||
|
#*.snk
|
||||||
|
|
||||||
|
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
||||||
|
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
||||||
|
#bower_components/
|
||||||
|
|
||||||
|
# RIA/Silverlight projects
|
||||||
|
Generated_Code/
|
||||||
|
|
||||||
|
# Backup & report files from converting an old project file
|
||||||
|
# to a newer Visual Studio version. Backup files are not needed,
|
||||||
|
# because we have git ;-)
|
||||||
|
_UpgradeReport_Files/
|
||||||
|
Backup*/
|
||||||
|
UpgradeLog*.XML
|
||||||
|
UpgradeLog*.htm
|
||||||
|
ServiceFabricBackup/
|
||||||
|
*.rptproj.bak
|
||||||
|
|
||||||
|
# SQL Server files
|
||||||
|
*.mdf
|
||||||
|
*.ldf
|
||||||
|
*.ndf
|
||||||
|
|
||||||
|
# Business Intelligence projects
|
||||||
|
*.rdl.data
|
||||||
|
*.bim.layout
|
||||||
|
*.bim_*.settings
|
||||||
|
*.rptproj.rsuser
|
||||||
|
*- Backup*.rdl
|
||||||
|
|
||||||
|
# Microsoft Fakes
|
||||||
|
FakesAssemblies/
|
||||||
|
|
||||||
|
# GhostDoc plugin setting file
|
||||||
|
*.GhostDoc.xml
|
||||||
|
|
||||||
|
# Node.js Tools for Visual Studio
|
||||||
|
.ntvs_analysis.dat
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# Visual Studio 6 build log
|
||||||
|
*.plg
|
||||||
|
|
||||||
|
# Visual Studio 6 workspace options file
|
||||||
|
*.opt
|
||||||
|
|
||||||
|
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
||||||
|
*.vbw
|
||||||
|
|
||||||
|
# Visual Studio LightSwitch build output
|
||||||
|
**/*.HTMLClient/GeneratedArtifacts
|
||||||
|
**/*.DesktopClient/GeneratedArtifacts
|
||||||
|
**/*.DesktopClient/ModelManifest.xml
|
||||||
|
**/*.Server/GeneratedArtifacts
|
||||||
|
**/*.Server/ModelManifest.xml
|
||||||
|
_Pvt_Extensions
|
||||||
|
|
||||||
|
# Paket dependency manager
|
||||||
|
.paket/paket.exe
|
||||||
|
paket-files/
|
||||||
|
|
||||||
|
# FAKE - F# Make
|
||||||
|
.fake/
|
||||||
|
|
||||||
|
# JetBrains Rider
|
||||||
|
.idea/
|
||||||
|
*.sln.iml
|
||||||
|
|
||||||
|
# CodeRush personal settings
|
||||||
|
.cr/personal
|
||||||
|
|
||||||
|
# Python Tools for Visual Studio (PTVS)
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
# Cake - Uncomment if you are using it
|
||||||
|
# tools/**
|
||||||
|
# !tools/packages.config
|
||||||
|
|
||||||
|
# Tabs Studio
|
||||||
|
*.tss
|
||||||
|
|
||||||
|
# Telerik's JustMock configuration file
|
||||||
|
*.jmconfig
|
||||||
|
|
||||||
|
# BizTalk build output
|
||||||
|
*.btp.cs
|
||||||
|
*.btm.cs
|
||||||
|
*.odx.cs
|
||||||
|
*.xsd.cs
|
||||||
|
|
||||||
|
# OpenCover UI analysis results
|
||||||
|
OpenCover/
|
||||||
|
|
||||||
|
# Azure Stream Analytics local run output
|
||||||
|
ASALocalRun/
|
||||||
|
|
||||||
|
# MSBuild Binary and Structured Log
|
||||||
|
*.binlog
|
||||||
|
|
||||||
|
# NVidia Nsight GPU debugger configuration file
|
||||||
|
*.nvuser
|
||||||
|
|
||||||
|
# MFractors (Xamarin productivity tool) working folder
|
||||||
|
.mfractor/
|
||||||
|
|
||||||
|
# Local History for Visual Studio
|
||||||
|
.localhistory/
|
||||||
|
|
||||||
|
# BeatPulse healthcheck temp database
|
||||||
|
healthchecksdb
|
|
@ -0,0 +1,115 @@
|
||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 16
|
||||||
|
VisualStudioVersion = 16.0.29806.167
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CafeTerrace", "CafeTerrace\CafeTerrace\CafeTerrace.csproj", "{A4CC3152-C2B7-4ACE-8C8E-6F4E264B4166}"
|
||||||
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CafeTerrace.Android", "CafeTerrace\CafeTerrace.Android\CafeTerrace.Android.csproj", "{04C9873D-8B50-4C14-A1DA-5A16E89121ED}"
|
||||||
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CafeTerrace.iOS", "CafeTerrace\CafeTerrace.iOS\CafeTerrace.iOS.csproj", "{D1B320C3-FDB7-47AC-9576-8EB64F428BD4}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
|
||||||
|
Ad-Hoc|iPhone = Ad-Hoc|iPhone
|
||||||
|
Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
|
||||||
|
AppStore|Any CPU = AppStore|Any CPU
|
||||||
|
AppStore|iPhone = AppStore|iPhone
|
||||||
|
AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Debug|iPhone = Debug|iPhone
|
||||||
|
Debug|iPhoneSimulator = Debug|iPhoneSimulator
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
Release|iPhone = Release|iPhone
|
||||||
|
Release|iPhoneSimulator = Release|iPhoneSimulator
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{A4CC3152-C2B7-4ACE-8C8E-6F4E264B4166}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{A4CC3152-C2B7-4ACE-8C8E-6F4E264B4166}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{A4CC3152-C2B7-4ACE-8C8E-6F4E264B4166}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
|
||||||
|
{A4CC3152-C2B7-4ACE-8C8E-6F4E264B4166}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
|
||||||
|
{A4CC3152-C2B7-4ACE-8C8E-6F4E264B4166}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||||
|
{A4CC3152-C2B7-4ACE-8C8E-6F4E264B4166}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||||
|
{A4CC3152-C2B7-4ACE-8C8E-6F4E264B4166}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{A4CC3152-C2B7-4ACE-8C8E-6F4E264B4166}.AppStore|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{A4CC3152-C2B7-4ACE-8C8E-6F4E264B4166}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
|
||||||
|
{A4CC3152-C2B7-4ACE-8C8E-6F4E264B4166}.AppStore|iPhone.Build.0 = Debug|Any CPU
|
||||||
|
{A4CC3152-C2B7-4ACE-8C8E-6F4E264B4166}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||||
|
{A4CC3152-C2B7-4ACE-8C8E-6F4E264B4166}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||||
|
{A4CC3152-C2B7-4ACE-8C8E-6F4E264B4166}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{A4CC3152-C2B7-4ACE-8C8E-6F4E264B4166}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{A4CC3152-C2B7-4ACE-8C8E-6F4E264B4166}.Debug|iPhone.ActiveCfg = Debug|Any CPU
|
||||||
|
{A4CC3152-C2B7-4ACE-8C8E-6F4E264B4166}.Debug|iPhone.Build.0 = Debug|Any CPU
|
||||||
|
{A4CC3152-C2B7-4ACE-8C8E-6F4E264B4166}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||||
|
{A4CC3152-C2B7-4ACE-8C8E-6F4E264B4166}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||||
|
{A4CC3152-C2B7-4ACE-8C8E-6F4E264B4166}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{A4CC3152-C2B7-4ACE-8C8E-6F4E264B4166}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{A4CC3152-C2B7-4ACE-8C8E-6F4E264B4166}.Release|iPhone.ActiveCfg = Release|Any CPU
|
||||||
|
{A4CC3152-C2B7-4ACE-8C8E-6F4E264B4166}.Release|iPhone.Build.0 = Release|Any CPU
|
||||||
|
{A4CC3152-C2B7-4ACE-8C8E-6F4E264B4166}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||||
|
{A4CC3152-C2B7-4ACE-8C8E-6F4E264B4166}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Ad-Hoc|iPhone.Deploy.0 = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.AppStore|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.AppStore|Any CPU.Deploy.0 = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.AppStore|iPhone.ActiveCfg = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.AppStore|iPhone.Build.0 = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.AppStore|iPhone.Deploy.0 = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Debug|iPhone.ActiveCfg = Debug|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Debug|iPhone.Build.0 = Debug|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Debug|iPhone.Deploy.0 = Debug|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Release|Any CPU.Deploy.0 = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Release|iPhone.ActiveCfg = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Release|iPhone.Build.0 = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Release|iPhone.Deploy.0 = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
|
||||||
|
{04C9873D-8B50-4C14-A1DA-5A16E89121ED}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
|
||||||
|
{D1B320C3-FDB7-47AC-9576-8EB64F428BD4}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhone
|
||||||
|
{D1B320C3-FDB7-47AC-9576-8EB64F428BD4}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
|
||||||
|
{D1B320C3-FDB7-47AC-9576-8EB64F428BD4}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
|
||||||
|
{D1B320C3-FDB7-47AC-9576-8EB64F428BD4}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator
|
||||||
|
{D1B320C3-FDB7-47AC-9576-8EB64F428BD4}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator
|
||||||
|
{D1B320C3-FDB7-47AC-9576-8EB64F428BD4}.AppStore|Any CPU.ActiveCfg = AppStore|iPhone
|
||||||
|
{D1B320C3-FDB7-47AC-9576-8EB64F428BD4}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
|
||||||
|
{D1B320C3-FDB7-47AC-9576-8EB64F428BD4}.AppStore|iPhone.Build.0 = AppStore|iPhone
|
||||||
|
{D1B320C3-FDB7-47AC-9576-8EB64F428BD4}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator
|
||||||
|
{D1B320C3-FDB7-47AC-9576-8EB64F428BD4}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator
|
||||||
|
{D1B320C3-FDB7-47AC-9576-8EB64F428BD4}.Debug|Any CPU.ActiveCfg = Debug|iPhone
|
||||||
|
{D1B320C3-FDB7-47AC-9576-8EB64F428BD4}.Debug|iPhone.ActiveCfg = Debug|iPhone
|
||||||
|
{D1B320C3-FDB7-47AC-9576-8EB64F428BD4}.Debug|iPhone.Build.0 = Debug|iPhone
|
||||||
|
{D1B320C3-FDB7-47AC-9576-8EB64F428BD4}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
|
||||||
|
{D1B320C3-FDB7-47AC-9576-8EB64F428BD4}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
|
||||||
|
{D1B320C3-FDB7-47AC-9576-8EB64F428BD4}.Release|Any CPU.ActiveCfg = Release|iPhone
|
||||||
|
{D1B320C3-FDB7-47AC-9576-8EB64F428BD4}.Release|iPhone.ActiveCfg = Release|iPhone
|
||||||
|
{D1B320C3-FDB7-47AC-9576-8EB64F428BD4}.Release|iPhone.Build.0 = Release|iPhone
|
||||||
|
{D1B320C3-FDB7-47AC-9576-8EB64F428BD4}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
|
||||||
|
{D1B320C3-FDB7-47AC-9576-8EB64F428BD4}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {17F312EB-8253-448F-B279-78E784BC43E5}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
|
@ -0,0 +1,19 @@
|
||||||
|
Any raw assets you want to be deployed with your application can be placed in
|
||||||
|
this directory (and child directories) and given a Build Action of "AndroidAsset".
|
||||||
|
|
||||||
|
These files will be deployed with you package and will be accessible using Android's
|
||||||
|
AssetManager, like this:
|
||||||
|
|
||||||
|
public class ReadAsset : Activity
|
||||||
|
{
|
||||||
|
protected override void OnCreate (Bundle bundle)
|
||||||
|
{
|
||||||
|
base.OnCreate (bundle);
|
||||||
|
|
||||||
|
InputStream input = Assets.Open ("my_asset.txt");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Additionally, some Android functions will automatically load asset files:
|
||||||
|
|
||||||
|
Typeface tf = Typeface.CreateFromAsset (Context.Assets, "fonts/samplefont.ttf");
|
|
@ -0,0 +1,193 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
|
<ProductVersion>8.0.30703</ProductVersion>
|
||||||
|
<SchemaVersion>2.0</SchemaVersion>
|
||||||
|
<ProjectGuid>{04C9873D-8B50-4C14-A1DA-5A16E89121ED}</ProjectGuid>
|
||||||
|
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||||
|
<OutputType>Library</OutputType>
|
||||||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
|
<RootNamespace>CafeTerrace.Droid</RootNamespace>
|
||||||
|
<AssemblyName>CafeTerrace.Android</AssemblyName>
|
||||||
|
<FileAlignment>512</FileAlignment>
|
||||||
|
<TargetFrameworkVersion>v10.0</TargetFrameworkVersion>
|
||||||
|
<AndroidApplication>True</AndroidApplication>
|
||||||
|
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
|
||||||
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
||||||
|
<AndroidResgenClass>Resource</AndroidResgenClass>
|
||||||
|
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
|
||||||
|
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
|
||||||
|
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
|
||||||
|
<AndroidStoreUncompressedFileExtensions />
|
||||||
|
<MandroidI18n />
|
||||||
|
<JavaMaximumHeapSize />
|
||||||
|
<JavaOptions />
|
||||||
|
<NuGetPackageImportStamp>
|
||||||
|
</NuGetPackageImportStamp>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
<DebugType>full</DebugType>
|
||||||
|
<Optimize>false</Optimize>
|
||||||
|
<OutputPath>bin\Debug</OutputPath>
|
||||||
|
<DefineConstants>DEBUG;</DefineConstants>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
<AndroidLinkMode>None</AndroidLinkMode>
|
||||||
|
<AndroidLinkSkip>
|
||||||
|
</AndroidLinkSkip>
|
||||||
|
<AotAssemblies>false</AotAssemblies>
|
||||||
|
<EnableLLVM>false</EnableLLVM>
|
||||||
|
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
<DebugType>pdbonly</DebugType>
|
||||||
|
<Optimize>true</Optimize>
|
||||||
|
<OutputPath>bin\Release</OutputPath>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
<AndroidManagedSymbols>true</AndroidManagedSymbols>
|
||||||
|
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
|
||||||
|
<BundleAssemblies>true</BundleAssemblies>
|
||||||
|
<AndroidUseAapt2>true</AndroidUseAapt2>
|
||||||
|
<AndroidEnableMultiDex>true</AndroidEnableMultiDex>
|
||||||
|
<AndroidPackageFormat>apk</AndroidPackageFormat>
|
||||||
|
<AotAssemblies>false</AotAssemblies>
|
||||||
|
<EnableLLVM>false</EnableLLVM>
|
||||||
|
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
|
||||||
|
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
|
||||||
|
<AndroidLinkTool>r8</AndroidLinkTool>
|
||||||
|
<AndroidDexTool>d8</AndroidDexTool>
|
||||||
|
<AndroidSupportedAbis />
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Reference Include="Mono.Android" />
|
||||||
|
<Reference Include="pc">
|
||||||
|
<HintPath>.\pc.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="System" />
|
||||||
|
<Reference Include="System.Core" />
|
||||||
|
<Reference Include="System.Xml.Linq" />
|
||||||
|
<Reference Include="System.Xml" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="Bit.CSharpClient.Controls">
|
||||||
|
<Version>4.1.1</Version>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="BottomSheetXF">
|
||||||
|
<Version>1.1.0</Version>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="CoolBottomSheet">
|
||||||
|
<Version>1.1.1</Version>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="Plugin.CurrentActivity">
|
||||||
|
<Version>2.1.0.4</Version>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="Plugin.Permissions">
|
||||||
|
<Version>6.0.1</Version>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="Rg.Plugins.Popup">
|
||||||
|
<Version>2.0.0.3</Version>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="Xam.Plugins.Settings">
|
||||||
|
<Version>4.1.0-beta</Version>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="Xamarin.AndroidX.AppCompat.Resources">
|
||||||
|
<Version>1.1.0.1</Version>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="Xamarin.AndroidX.Migration">
|
||||||
|
<Version>1.0.6.1</Version>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="Xamarin.Essentials">
|
||||||
|
<Version>1.5.3.2</Version>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="Xamarin.FFImageLoading.Forms">
|
||||||
|
<Version>2.4.11.982</Version>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="Xamarin.FFImageLoading.Transformations">
|
||||||
|
<Version>2.4.11.982</Version>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="Xamarin.Forms" Version="4.7.0.1080" />
|
||||||
|
<PackageReference Include="Xamarin.Android.Support.CustomTabs" Version="28.0.0.3" />
|
||||||
|
<PackageReference Include="Xamarin.Android.Support.Design" Version="28.0.0.3" />
|
||||||
|
<PackageReference Include="Xamarin.Android.Support.v4" Version="28.0.0.3" />
|
||||||
|
<PackageReference Include="Xamarin.Android.Support.v7.AppCompat" Version="28.0.0.3" />
|
||||||
|
<PackageReference Include="Xamarin.Android.Support.v7.CardView" Version="28.0.0.3" />
|
||||||
|
<PackageReference Include="Xamarin.Android.Support.v7.MediaRouter" Version="28.0.0.3" />
|
||||||
|
<PackageReference Include="Prism.DryIoc.Forms" Version="8.0.0.1740-pre" />
|
||||||
|
<PackageReference Include="Xamarin.AndroidX.MediaRouter" Version="1.1.0.1" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Include="Dependencies_Droid\CloseApplication_Driod.cs" />
|
||||||
|
<Compile Include="Dependencies_Droid\PersianDatePickerDependencys_Driod.cs" />
|
||||||
|
<Compile Include="MainActivity.cs" />
|
||||||
|
<Compile Include="Resources\Resource.Designer.cs" />
|
||||||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
|
<Compile Include="SplashActivity.cs" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<AndroidAsset Include="Assets\fa-regular-400.ttf" />
|
||||||
|
<AndroidAsset Include="Assets\IranSansBlack.ttf" />
|
||||||
|
<AndroidAsset Include="Assets\IranSansBold.ttf" />
|
||||||
|
<AndroidAsset Include="Assets\IranSansMedium.ttf" />
|
||||||
|
<AndroidAsset Include="Assets\IranSansULight.ttf" />
|
||||||
|
<AndroidAsset Include="Assets\materialdesignicons-webfont.ttf" />
|
||||||
|
<AndroidAsset Include="Assets\Shabnam.ttf" />
|
||||||
|
<AndroidAsset Include="Assets\Shabnam-Bold.ttf" />
|
||||||
|
<AndroidAsset Include="Assets\fonts\Roboto-Medium.ttf" />
|
||||||
|
<AndroidAsset Include="Assets\Roboto-Medium.ttf" />
|
||||||
|
<None Include="Resources\AboutResources.txt" />
|
||||||
|
<None Include="Assets\AboutAssets.txt" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<AndroidResource Include="Resources\mipmap-hdpi\ic_launcher.png" />
|
||||||
|
<AndroidResource Include="Resources\mipmap-mdpi\ic_launcher.png" />
|
||||||
|
<AndroidResource Include="Resources\mipmap-xhdpi\ic_launcher.png" />
|
||||||
|
<AndroidResource Include="Resources\mipmap-xxhdpi\ic_launcher.png" />
|
||||||
|
<AndroidResource Include="Resources\mipmap-xxxhdpi\ic_launcher.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Properties\AndroidManifest.xml" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<AndroidResource Include="Resources\layout\Tabbar.axml" />
|
||||||
|
<AndroidResource Include="Resources\layout\Toolbar.axml" />
|
||||||
|
<AndroidResource Include="Resources\values\styles.xml">
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</AndroidResource>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\CafeTerrace\CafeTerrace.csproj">
|
||||||
|
<Project>{A682884C-CB44-4A89-B752-27BB634E0ABE}</Project>
|
||||||
|
<Name>CafeTerrace</Name>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<AndroidResource Include="Resources\drawable\splash.xml" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<AndroidResource Include="Resources\layout\Splash.xml">
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</AndroidResource>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<AndroidResource Include="Resources\mipmap-hdpi\tracLogoLuncher.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<AndroidResource Include="Resources\mipmap-xhdpi\tracLogoLuncher.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<AndroidResource Include="Resources\mipmap-xxhdpi\tracLogoLuncher.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<AndroidResource Include="Resources\mipmap-xxxhdpi\tracLogoLuncher.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<AndroidResource Include="Resources\drawable\splashLogo.jpg" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup />
|
||||||
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
|
||||||
|
</Project>
|
|
@ -0,0 +1,26 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
using Android.App;
|
||||||
|
using Android.Content;
|
||||||
|
using Android.OS;
|
||||||
|
using Android.Runtime;
|
||||||
|
using Android.Views;
|
||||||
|
using Android.Widget;
|
||||||
|
using CafeTerrace.Dependencies;
|
||||||
|
using CafeTerrace.Droid.Dependencies_Droid;
|
||||||
|
using Xamarin.Forms;
|
||||||
|
[assembly: Xamarin.Forms.Dependency(typeof(CloseApplication_Driod))]
|
||||||
|
namespace CafeTerrace.Droid.Dependencies_Droid
|
||||||
|
{
|
||||||
|
public class CloseApplication_Driod : ICloseApplication
|
||||||
|
{
|
||||||
|
public void closeApplication()
|
||||||
|
{
|
||||||
|
var activity = (Activity)Forms.Context;
|
||||||
|
activity.FinishAffinity();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,47 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Globalization;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
using Android.App;
|
||||||
|
using Android.Content;
|
||||||
|
using Android.OS;
|
||||||
|
using Android.Runtime;
|
||||||
|
using Android.Views;
|
||||||
|
using Android.Widget;
|
||||||
|
using CafeTerrace.Dependencies;
|
||||||
|
using CafeTerrace.Droid.Dependencies_Droid;
|
||||||
|
using Xamarin.Forms.Internals;
|
||||||
|
|
||||||
|
[assembly: Xamarin.Forms.Dependency(typeof(PersianDatePickerDependencys_Driod))]
|
||||||
|
namespace CafeTerrace.Droid.Dependencies_Droid
|
||||||
|
{
|
||||||
|
|
||||||
|
public class PersianDatePickerDependencys_Driod : IPersianDatePickerDependencys
|
||||||
|
{
|
||||||
|
public event EventHandler<string> DateSelected;
|
||||||
|
|
||||||
|
public IPersianDatePickerDependencys GetDataPicker()
|
||||||
|
{
|
||||||
|
return new PersianDatePickerDependencys_Driod();
|
||||||
|
}
|
||||||
|
|
||||||
|
public void OpenDatePicker()
|
||||||
|
{
|
||||||
|
var ac = Plugin.CurrentActivity.CrossCurrentActivity.Current.Activity;
|
||||||
|
Com.Mohamadamin.Persianmaterialdatetimepicker.Date.DatePickerDialog pickerDialog = new Com.Mohamadamin.Persianmaterialdatetimepicker.Date.DatePickerDialog();
|
||||||
|
pickerDialog.Show(ac.FragmentManager, "تقویم");
|
||||||
|
DateTime date;
|
||||||
|
pickerDialog.DateSet += (sender, e) =>
|
||||||
|
{
|
||||||
|
Int32 m = e.P2 + 1;
|
||||||
|
PersianCalendar pc = new PersianCalendar();
|
||||||
|
date = new DateTime(e.P1, m, e.P3, pc);
|
||||||
|
string pcs = pc.GetYear(date) + " " + pc.GetMonth(date) + " " + pc.GetDayOfMonth(date);
|
||||||
|
|
||||||
|
DateSelected?.Invoke(date,pcs);
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,76 @@
|
||||||
|
using System;
|
||||||
|
using Android.App;
|
||||||
|
using Android.Content.PM;
|
||||||
|
using Android.OS;
|
||||||
|
using Android.Views;
|
||||||
|
using Android.Widget;
|
||||||
|
using Bit.View;
|
||||||
|
using FFImageLoading.Forms.Platform;
|
||||||
|
using Plugin.CurrentActivity;
|
||||||
|
using Prism;
|
||||||
|
using Prism.Ioc;
|
||||||
|
using Rg.Plugins.Popup;
|
||||||
|
using Xamarin.Essentials;
|
||||||
|
using Xamarin.Forms;
|
||||||
|
using Color = Android.Graphics.Color;
|
||||||
|
|
||||||
|
namespace CafeTerrace.Droid
|
||||||
|
{
|
||||||
|
[Activity(WindowSoftInputMode = SoftInput.AdjustResize, Theme = "@style/MainTheme", MainLauncher = false, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
|
||||||
|
public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity
|
||||||
|
{
|
||||||
|
protected override void OnCreate(Bundle bundle)
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
TabLayoutResource = Resource.Layout.Tabbar;
|
||||||
|
ToolbarResource = Resource.Layout.Toolbar;
|
||||||
|
|
||||||
|
Forms.SetFlags("CarouselView_Experimental");
|
||||||
|
Forms.SetFlags("IndicatorView_Experimental");
|
||||||
|
base.OnCreate(bundle);
|
||||||
|
CachedImageRenderer.Init(true);
|
||||||
|
Forms.Init(this, bundle);
|
||||||
|
Platform.Init(this, bundle);
|
||||||
|
Window.AddFlags(WindowManagerFlags.TranslucentStatus);
|
||||||
|
Popup.Init(this, bundle);
|
||||||
|
CrossCurrentActivity.Current.Init(this, bundle);
|
||||||
|
BitCSharpClientControls.Init();
|
||||||
|
SetStatusBarColor(Color.Transparent);
|
||||||
|
//var window = ((Activity)Forms.Context).Window;
|
||||||
|
//window.SetSoftInputMode(SoftInput.AdjustPan);
|
||||||
|
LoadApplication(new App(new AndroidInitializer()));
|
||||||
|
}
|
||||||
|
catch (Exception e)
|
||||||
|
{
|
||||||
|
Toast.MakeText(Forms.Context, e.Message, ToastLength.Long);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public override void OnRequestPermissionsResult(int requestCode, string[] permissions, Android.Content.PM.Permission[] grantResults)
|
||||||
|
{
|
||||||
|
Xamarin.Essentials.Platform.OnRequestPermissionsResult(requestCode, permissions, grantResults);
|
||||||
|
|
||||||
|
base.OnRequestPermissionsResult(requestCode, permissions, grantResults);
|
||||||
|
}
|
||||||
|
public override void OnBackPressed()
|
||||||
|
{
|
||||||
|
if (Rg.Plugins.Popup.Popup.SendBackPressed(base.OnBackPressed))
|
||||||
|
{
|
||||||
|
// Do something if there are some pages in the `PopupStack`
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
// Do something if there are not any pages in the `PopupStack`
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
public class AndroidInitializer : IPlatformInitializer
|
||||||
|
{
|
||||||
|
public void RegisterTypes(IContainerRegistry containerRegistry)
|
||||||
|
{
|
||||||
|
// Register any platform specific implementations
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="33" android:versionName="1.88" package="com.hashsharp.cafeterrace" android:installLocation="auto">
|
||||||
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" />
|
||||||
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||||
|
<application android:label="کافه تراس" android:icon="@mipmap/tracLogoLuncher"></application>
|
||||||
|
</manifest>
|
|
@ -0,0 +1,34 @@
|
||||||
|
using System.Reflection;
|
||||||
|
using System.Runtime.CompilerServices;
|
||||||
|
using System.Runtime.InteropServices;
|
||||||
|
using Android.App;
|
||||||
|
|
||||||
|
// General Information about an assembly is controlled through the following
|
||||||
|
// set of attributes. Change these attribute values to modify the information
|
||||||
|
// associated with an assembly.
|
||||||
|
[assembly: AssemblyTitle("CafeTerrace.Android")]
|
||||||
|
[assembly: AssemblyDescription("")]
|
||||||
|
[assembly: AssemblyConfiguration("")]
|
||||||
|
[assembly: AssemblyCompany("")]
|
||||||
|
[assembly: AssemblyProduct("CafeTerrace.Android")]
|
||||||
|
[assembly: AssemblyCopyright("Copyright © 2014")]
|
||||||
|
[assembly: AssemblyTrademark("")]
|
||||||
|
[assembly: AssemblyCulture("")]
|
||||||
|
[assembly: ComVisible(false)]
|
||||||
|
|
||||||
|
// Version information for an assembly consists of the following four values:
|
||||||
|
//
|
||||||
|
// Major Version
|
||||||
|
// Minor Version
|
||||||
|
// Build Number
|
||||||
|
// Revision
|
||||||
|
//
|
||||||
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
|
// by using the '*' as shown below:
|
||||||
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
|
[assembly: AssemblyVersion("1.0.0.0")]
|
||||||
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||||
|
|
||||||
|
// Add some common permissions, these can be removed if not needed
|
||||||
|
[assembly: UsesPermission(Android.Manifest.Permission.Internet)]
|
||||||
|
[assembly: UsesPermission(Android.Manifest.Permission.WriteExternalStorage)]
|
|
@ -0,0 +1,50 @@
|
||||||
|
Images, layout descriptions, binary blobs and string dictionaries can be included
|
||||||
|
in your application as resource files. Various Android APIs are designed to
|
||||||
|
operate on the resource IDs instead of dealing with images, strings or binary blobs
|
||||||
|
directly.
|
||||||
|
|
||||||
|
For example, a sample Android app that contains a user interface layout (main.xml),
|
||||||
|
an internationalization string table (strings.xml) and some icons (drawable-XXX/icon.png)
|
||||||
|
would keep its resources in the "Resources" directory of the application:
|
||||||
|
|
||||||
|
Resources/
|
||||||
|
drawable-hdpi/
|
||||||
|
icon.png
|
||||||
|
|
||||||
|
drawable-ldpi/
|
||||||
|
icon.png
|
||||||
|
|
||||||
|
drawable-mdpi/
|
||||||
|
icon.png
|
||||||
|
|
||||||
|
layout/
|
||||||
|
main.xml
|
||||||
|
|
||||||
|
values/
|
||||||
|
strings.xml
|
||||||
|
|
||||||
|
In order to get the build system to recognize Android resources, set the build action to
|
||||||
|
"AndroidResource". The native Android APIs do not operate directly with filenames, but
|
||||||
|
instead operate on resource IDs. When you compile an Android application that uses resources,
|
||||||
|
the build system will package the resources for distribution and generate a class called
|
||||||
|
"Resource" that contains the tokens for each one of the resources included. For example,
|
||||||
|
for the above Resources layout, this is what the Resource class would expose:
|
||||||
|
|
||||||
|
public class Resource {
|
||||||
|
public class drawable {
|
||||||
|
public const int icon = 0x123;
|
||||||
|
}
|
||||||
|
|
||||||
|
public class layout {
|
||||||
|
public const int main = 0x456;
|
||||||
|
}
|
||||||
|
|
||||||
|
public class strings {
|
||||||
|
public const int first_string = 0xabc;
|
||||||
|
public const int second_string = 0xbcd;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
You would then use R.drawable.icon to reference the drawable/icon.png file, or Resource.layout.main
|
||||||
|
to reference the layout/main.xml file, or Resource.strings.first_string to reference the first
|
||||||
|
string in the dictionary file values/strings.xml.
|
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<item>
|
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:shape="rectangle">
|
||||||
|
<gradient
|
||||||
|
android:startColor="#111111"
|
||||||
|
android:endColor="#111111"
|
||||||
|
android:angle="-90"/>
|
||||||
|
</shape>
|
||||||
|
</item>
|
||||||
|
</layer-list>
|
After Width: | Height: | Size: 343 KiB |
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent">
|
||||||
|
<Button android:id="@+id/myButton" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/hello" />
|
||||||
|
</LinearLayout>
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:orientation="vertical"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="match_parent"
|
||||||
|
android:background="#111111"
|
||||||
|
>
|
||||||
|
<ImageView
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:src="@drawable/splashLogo"/>
|
||||||
|
<TextView
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="match_parent"
|
||||||
|
android:text="Cafe Terrace"
|
||||||
|
android:textColor="#fff"
|
||||||
|
android:textSize="50dp"
|
||||||
|
android:gravity="center"/>
|
||||||
|
</LinearLayout>
|
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<android.support.design.widget.TabLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
|
android:id="@+id/sliding_tabs"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:background="?attr/colorPrimary"
|
||||||
|
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
|
||||||
|
app:tabIndicatorColor="@android:color/white"
|
||||||
|
app:tabGravity="fill"
|
||||||
|
app:tabMode="fixed" />
|
|
@ -0,0 +1,9 @@
|
||||||
|
<android.support.v7.widget.Toolbar
|
||||||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:id="@+id/toolbar"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:background="?attr/colorPrimary"
|
||||||
|
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
|
||||||
|
android:popupTheme="@style/ThemeOverlay.AppCompat.Light" />
|
||||||
|
|
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 5.2 KiB |
After Width: | Height: | Size: 6.3 KiB |
After Width: | Height: | Size: 7.3 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 9.8 KiB |
After Width: | Height: | Size: 20 KiB |
|
@ -0,0 +1,5 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<string name="hello">Hello World, Click Me!</string>
|
||||||
|
<string name="app_name">CafeTerrace.Droid</string>
|
||||||
|
</resources>
|
|
@ -0,0 +1,36 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<resources>
|
||||||
|
<style name="Theme.Splash" parent="Theme.AppCompat.Light">
|
||||||
|
<item name="android:windowNoTitle">true</item>
|
||||||
|
<item name="android:windowFullscreen">true</item>
|
||||||
|
<item name="android:windowAnimationStyle">@null</item>
|
||||||
|
<item name="android:windowBackground">@drawable/splash</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style name="MainTheme" parent="MainTheme.Base">
|
||||||
|
</style>
|
||||||
|
<!-- Base theme applied no matter what API -->
|
||||||
|
<style name="MainTheme.Base" parent="Theme.AppCompat.Light.DarkActionBar">
|
||||||
|
<!--If you are using revision 22.1 please use just windowNoTitle. Without android:-->
|
||||||
|
<item name="windowNoTitle">true</item>
|
||||||
|
<!--We will be using the toolbar so no need to show ActionBar-->
|
||||||
|
<item name="windowActionBar">false</item>
|
||||||
|
<!-- Set theme colors from http://www.google.com/design/spec/style/color.html#color-color-palette -->
|
||||||
|
<!-- colorPrimary is used for the default action bar background -->
|
||||||
|
<item name="colorPrimary">#2196F3</item>
|
||||||
|
<!-- colorPrimaryDark is used for the status bar -->
|
||||||
|
<item name="colorPrimaryDark">#1976D2</item>
|
||||||
|
<!-- colorAccent is used as the default value for colorControlActivated
|
||||||
|
which is used to tint widgets -->
|
||||||
|
<item name="colorAccent">#4F4F4F</item>
|
||||||
|
<!-- You can also set colorControlNormal, colorControlActivated
|
||||||
|
colorControlHighlight and colorSwitchThumbNormal. -->
|
||||||
|
<item name="windowActionModeOverlay">true</item>
|
||||||
|
|
||||||
|
<item name="android:datePickerDialogTheme">@style/AppCompatDialogStyle</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style name="AppCompatDialogStyle" parent="Theme.AppCompat.Light.Dialog">
|
||||||
|
<item name="colorAccent">#FF4081</item>
|
||||||
|
</style>
|
||||||
|
</resources>
|
|
@ -0,0 +1,29 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using Android.App;
|
||||||
|
using Android.Content;
|
||||||
|
using Android.OS;
|
||||||
|
using Android.Runtime;
|
||||||
|
using Android.Views;
|
||||||
|
using Android.Widget;
|
||||||
|
|
||||||
|
namespace CafeTerrace.Droid
|
||||||
|
{
|
||||||
|
[Activity( MainLauncher = true, NoHistory = true, Theme = "@style/Theme.Splash")]
|
||||||
|
public class SplashActivity : Activity
|
||||||
|
{
|
||||||
|
protected override async void OnCreate(Bundle savedInstanceState)
|
||||||
|
{
|
||||||
|
base.OnCreate(savedInstanceState);
|
||||||
|
SetContentView(Resource.Layout.Splash);
|
||||||
|
var mainAct = new MainActivity();
|
||||||
|
await Task.Delay(TimeSpan.FromSeconds(1));
|
||||||
|
StartActivity(new Intent(this, mainAct.Class));
|
||||||
|
|
||||||
|
// Create your application here
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,38 @@
|
||||||
|
using Foundation;
|
||||||
|
using Prism;
|
||||||
|
using Prism.Ioc;
|
||||||
|
using UIKit;
|
||||||
|
|
||||||
|
|
||||||
|
namespace CafeTerrace.iOS
|
||||||
|
{
|
||||||
|
// The UIApplicationDelegate for the application. This class is responsible for launching the
|
||||||
|
// User Interface of the application, as well as listening (and optionally responding) to
|
||||||
|
// application events from iOS.
|
||||||
|
[Register("AppDelegate")]
|
||||||
|
public partial class AppDelegate : global::Xamarin.Forms.Platform.iOS.FormsApplicationDelegate
|
||||||
|
{
|
||||||
|
//
|
||||||
|
// This method is invoked when the application has loaded and is ready to run. In this
|
||||||
|
// method you should instantiate the window, load the UI into it and then make the window
|
||||||
|
// visible.
|
||||||
|
//
|
||||||
|
// You have 17 seconds to return from this method, or iOS will terminate your application.
|
||||||
|
//
|
||||||
|
public override bool FinishedLaunching(UIApplication app, NSDictionary options)
|
||||||
|
{
|
||||||
|
global::Xamarin.Forms.Forms.Init();
|
||||||
|
LoadApplication(new App(new iOSInitializer()));
|
||||||
|
|
||||||
|
return base.FinishedLaunching(app, options);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public class iOSInitializer : IPlatformInitializer
|
||||||
|
{
|
||||||
|
public void RegisterTypes(IContainerRegistry containerRegistry)
|
||||||
|
{
|
||||||
|
// Register any platform specific implementations
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,182 @@
|
||||||
|
{
|
||||||
|
"images":[
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"20x20",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-20x20@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"20x20",
|
||||||
|
"scale":"3x",
|
||||||
|
"filename":"Icon-App-20x20@3x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"29x29",
|
||||||
|
"scale":"1x",
|
||||||
|
"filename":"Icon-App-29x29@1x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"29x29",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-29x29@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"29x29",
|
||||||
|
"scale":"3x",
|
||||||
|
"filename":"Icon-App-29x29@3x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"40x40",
|
||||||
|
"scale":"1x",
|
||||||
|
"filename":"Icon-App-40x40@1x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"40x40",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-40x40@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"40x40",
|
||||||
|
"scale":"3x",
|
||||||
|
"filename":"Icon-App-40x40@3x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"57x57",
|
||||||
|
"scale":"1x",
|
||||||
|
"filename":"Icon-App-57x57@1x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"57x57",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-57x57@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"60x60",
|
||||||
|
"scale":"1x",
|
||||||
|
"filename":"Icon-App-60x60@1x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"60x60",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-60x60@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"60x60",
|
||||||
|
"scale":"3x",
|
||||||
|
"filename":"Icon-App-60x60@3x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"iphone",
|
||||||
|
"size":"76x76",
|
||||||
|
"scale":"1x",
|
||||||
|
"filename":"Icon-App-76x76@1x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"20x20",
|
||||||
|
"scale":"1x",
|
||||||
|
"filename":"Icon-App-20x20@1x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"20x20",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-20x20@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"29x29",
|
||||||
|
"scale":"1x",
|
||||||
|
"filename":"Icon-App-29x29@1x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"29x29",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-29x29@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"40x40",
|
||||||
|
"scale":"1x",
|
||||||
|
"filename":"Icon-App-40x40@1x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"40x40",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-40x40@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "50x50",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "Icon-Small-50x50@1x.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "50x50",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "Icon-Small-50x50@2x.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"72x72",
|
||||||
|
"scale":"1x",
|
||||||
|
"filename":"Icon-App-72x72@1x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"72x72",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-72x72@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"76x76",
|
||||||
|
"scale":"1x",
|
||||||
|
"filename":"Icon-App-76x76@1x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"76x76",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-76x76@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"76x76",
|
||||||
|
"scale":"3x",
|
||||||
|
"filename":"Icon-App-76x76@3x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom":"ipad",
|
||||||
|
"size":"83.5x83.5",
|
||||||
|
"scale":"2x",
|
||||||
|
"filename":"Icon-App-83.5x83.5@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "1024x1024",
|
||||||
|
"idiom" : "ios-marketing",
|
||||||
|
"filename" : "ItunesArtwork@2x.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info":{
|
||||||
|
"version":1,
|
||||||
|
"author":"makeappicon"
|
||||||
|
}
|
||||||
|
}
|
After Width: | Height: | Size: 1003 B |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 4.9 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 4.5 KiB |
After Width: | Height: | Size: 6.4 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 5.5 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 6.4 KiB |
After Width: | Height: | Size: 9.2 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 7.3 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 6.9 KiB |
After Width: | Height: | Size: 9.6 KiB |
After Width: | Height: | Size: 8.0 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 5.3 KiB |
After Width: | Height: | Size: 90 KiB |
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,229 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
|
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
|
||||||
|
<ProductVersion>8.0.30703</ProductVersion>
|
||||||
|
<SchemaVersion>2.0</SchemaVersion>
|
||||||
|
<ProjectGuid>{D1B320C3-FDB7-47AC-9576-8EB64F428BD4}</ProjectGuid>
|
||||||
|
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||||
|
<OutputType>Exe</OutputType>
|
||||||
|
<RootNamespace>CafeTerrace.iOS</RootNamespace>
|
||||||
|
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
||||||
|
<AssemblyName>CafeTerrace.iOS</AssemblyName>
|
||||||
|
<NuGetPackageImportStamp>
|
||||||
|
</NuGetPackageImportStamp>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
|
||||||
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
<DebugType>full</DebugType>
|
||||||
|
<Optimize>false</Optimize>
|
||||||
|
<OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
|
||||||
|
<DefineConstants>DEBUG</DefineConstants>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
<ConsolePause>false</ConsolePause>
|
||||||
|
<MtouchArch>i386, x86_64</MtouchArch>
|
||||||
|
<MtouchLink>None</MtouchLink>
|
||||||
|
<MtouchDebug>true</MtouchDebug>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
|
||||||
|
<DebugType>none</DebugType>
|
||||||
|
<Optimize>true</Optimize>
|
||||||
|
<OutputPath>bin\iPhoneSimulator\Release</OutputPath>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
<MtouchLink>None</MtouchLink>
|
||||||
|
<MtouchArch>i386, x86_64</MtouchArch>
|
||||||
|
<ConsolePause>false</ConsolePause>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
|
||||||
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
<DebugType>full</DebugType>
|
||||||
|
<Optimize>false</Optimize>
|
||||||
|
<OutputPath>bin\iPhone\Debug</OutputPath>
|
||||||
|
<DefineConstants>DEBUG</DefineConstants>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
<ConsolePause>false</ConsolePause>
|
||||||
|
<MtouchArch>ARM64</MtouchArch>
|
||||||
|
<CodesignKey>iPhone Developer</CodesignKey>
|
||||||
|
<MtouchDebug>true</MtouchDebug>
|
||||||
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
|
||||||
|
<DebugType>none</DebugType>
|
||||||
|
<Optimize>true</Optimize>
|
||||||
|
<OutputPath>bin\iPhone\Release</OutputPath>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
<MtouchArch>ARM64</MtouchArch>
|
||||||
|
<ConsolePause>false</ConsolePause>
|
||||||
|
<CodesignKey>iPhone Developer</CodesignKey>
|
||||||
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
|
||||||
|
<DebugType>none</DebugType>
|
||||||
|
<Optimize>True</Optimize>
|
||||||
|
<OutputPath>bin\iPhone\Ad-Hoc</OutputPath>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
<ConsolePause>False</ConsolePause>
|
||||||
|
<MtouchArch>ARM64</MtouchArch>
|
||||||
|
<BuildIpa>True</BuildIpa>
|
||||||
|
<CodesignProvision>Automatic:AdHoc</CodesignProvision>
|
||||||
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
||||||
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
|
||||||
|
<DebugType>none</DebugType>
|
||||||
|
<Optimize>True</Optimize>
|
||||||
|
<OutputPath>bin\iPhone\AppStore</OutputPath>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
<ConsolePause>False</ConsolePause>
|
||||||
|
<MtouchArch>ARM64</MtouchArch>
|
||||||
|
<CodesignProvision>Automatic:AppStore</CodesignProvision>
|
||||||
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
||||||
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Include="Main.cs" />
|
||||||
|
<Compile Include="AppDelegate.cs" />
|
||||||
|
<None Include="Entitlements.plist" />
|
||||||
|
<None Include="Info.plist" />
|
||||||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
|
<ITunesArtwork Include="iTunesArtwork@1x.png" />
|
||||||
|
<ITunesArtwork Include="iTunesArtwork@2x.png" />
|
||||||
|
<ITunesArtwork Include="iTunesArtwork@3x.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ImageAsset Include="Assets.xcassets\Contents.json">
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</ImageAsset>
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json">
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</ImageAsset>
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-App-20x20@1x.png">
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</ImageAsset>
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-App-20x20@2x.png">
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</ImageAsset>
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-App-20x20@3x.png">
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</ImageAsset>
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-App-29x29@1x.png">
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</ImageAsset>
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-App-29x29@2x.png">
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</ImageAsset>
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-App-29x29@3x.png">
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</ImageAsset>
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-App-40x40@1x.png">
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</ImageAsset>
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-App-40x40@2x.png">
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</ImageAsset>
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-App-40x40@3x.png">
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</ImageAsset>
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-App-57x57@1x.png">
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</ImageAsset>
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-App-57x57@2x.png">
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</ImageAsset>
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-App-60x60@1x.png">
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</ImageAsset>
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-App-60x60@2x.png">
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</ImageAsset>
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-App-60x60@3x.png">
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</ImageAsset>
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-App-72x72@1x.png">
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</ImageAsset>
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-App-72x72@2x.png">
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</ImageAsset>
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-App-76x76@1x.png">
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</ImageAsset>
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-App-76x76@2x.png">
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</ImageAsset>
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-App-76x76@3x.png">
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</ImageAsset>
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-App-83.5x83.5@2x.png">
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</ImageAsset>
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Small-50x50@1x.png">
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</ImageAsset>
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon-Small-50x50@2x.png">
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</ImageAsset>
|
||||||
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\ItunesArtwork@2x.png">
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</ImageAsset>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<BundleResource Include="Resources\Default-568h@2x.png" />
|
||||||
|
<BundleResource Include="Resources\Default-Portrait.png" />
|
||||||
|
<BundleResource Include="Resources\Default-Portrait@2x.png" />
|
||||||
|
<BundleResource Include="Resources\Default.png" />
|
||||||
|
<BundleResource Include="Resources\Default@2x.png" />
|
||||||
|
<InterfaceDefinition Include="Resources\LaunchScreen.storyboard" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Reference Include="System" />
|
||||||
|
<Reference Include="System.Xml" />
|
||||||
|
<Reference Include="System.Core" />
|
||||||
|
<Reference Include="Xamarin.iOS" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="Bit.CSharpClient.Controls">
|
||||||
|
<Version>4.1.1</Version>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="BottomSheetXF">
|
||||||
|
<Version>1.1.0</Version>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="CoolBottomSheet">
|
||||||
|
<Version>1.1.1</Version>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="Plugin.Permissions">
|
||||||
|
<Version>6.0.1</Version>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="Rg.Plugins.Popup">
|
||||||
|
<Version>2.0.0.3</Version>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="Xam.Plugins.Settings">
|
||||||
|
<Version>4.1.0-beta</Version>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="Xamarin.Essentials">
|
||||||
|
<Version>1.5.3.2</Version>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="Xamarin.FFImageLoading.Forms">
|
||||||
|
<Version>2.4.11.982</Version>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="Xamarin.FFImageLoading.Transformations">
|
||||||
|
<Version>2.4.11.982</Version>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="Xamarin.Forms" Version="4.7.0.1080" />
|
||||||
|
<PackageReference Include="Prism.DryIoc.Forms" Version="8.0.0.1740-pre" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\CafeTerrace\CafeTerrace.csproj">
|
||||||
|
<Project>{A682884C-CB44-4A89-B752-27BB634E0ABE}</Project>
|
||||||
|
<Name>CafeTerrace</Name>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
||||||
|
</Project>
|
|
@ -0,0 +1,7 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
|
|
|
@ -0,0 +1,52 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>UIDeviceFamily</key>
|
||||||
|
<array>
|
||||||
|
<integer>1</integer>
|
||||||
|
<integer>2</integer>
|
||||||
|
</array>
|
||||||
|
<key>UISupportedInterfaceOrientations</key>
|
||||||
|
<array>
|
||||||
|
<string>UIInterfaceOrientationPortrait</string>
|
||||||
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||||
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||||
|
</array>
|
||||||
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
||||||
|
<array>
|
||||||
|
<string>UIInterfaceOrientationPortrait</string>
|
||||||
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
||||||
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||||
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||||
|
</array>
|
||||||
|
<key>MinimumOSVersion</key>
|
||||||
|
<string>8.0</string>
|
||||||
|
<key>CFBundleDisplayName</key>
|
||||||
|
<string>CafeTerrace</string>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string>com.companyname.appname</string>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>CFBundleIconFiles</key>
|
||||||
|
<array>
|
||||||
|
<string>Icon-60@2x</string>
|
||||||
|
<string>Icon-60@3x</string>
|
||||||
|
<string>Icon-76</string>
|
||||||
|
<string>Icon-76@2x</string>
|
||||||
|
<string>Default</string>
|
||||||
|
<string>Default@2x</string>
|
||||||
|
<string>Default-568h@2x</string>
|
||||||
|
<string>Default-Portrait</string>
|
||||||
|
<string>Default-Portrait@2x</string>
|
||||||
|
<string>Icon-Small-40</string>
|
||||||
|
<string>Icon-Small-40@2x</string>
|
||||||
|
<string>Icon-Small-40@3x</string>
|
||||||
|
<string>Icon-Small</string>
|
||||||
|
<string>Icon-Small@2x</string>
|
||||||
|
<string>Icon-Small@3x</string>
|
||||||
|
</array>
|
||||||
|
<key>UILaunchStoryboardName</key>
|
||||||
|
<string>LaunchScreen</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -0,0 +1,20 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
|
||||||
|
using Foundation;
|
||||||
|
using UIKit;
|
||||||
|
|
||||||
|
namespace CafeTerrace.iOS
|
||||||
|
{
|
||||||
|
public class Application
|
||||||
|
{
|
||||||
|
// This is the main entry point of the application.
|
||||||
|
static void Main(string[] args)
|
||||||
|
{
|
||||||
|
// if you want to use a different Application Delegate class from "AppDelegate"
|
||||||
|
// you can specify it here.
|
||||||
|
UIApplication.Main(args, null, "AppDelegate");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,36 @@
|
||||||
|
using System.Reflection;
|
||||||
|
using System.Runtime.CompilerServices;
|
||||||
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
|
// General Information about an assembly is controlled through the following
|
||||||
|
// set of attributes. Change these attribute values to modify the information
|
||||||
|
// associated with an assembly.
|
||||||
|
[assembly: AssemblyTitle("CafeTerrace.iOS")]
|
||||||
|
[assembly: AssemblyDescription("")]
|
||||||
|
[assembly: AssemblyConfiguration("")]
|
||||||
|
[assembly: AssemblyCompany("")]
|
||||||
|
[assembly: AssemblyProduct("CafeTerrace.iOS")]
|
||||||
|
[assembly: AssemblyCopyright("Copyright © 2014")]
|
||||||
|
[assembly: AssemblyTrademark("")]
|
||||||
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
|
// Setting ComVisible to false makes the types in this assembly not visible
|
||||||
|
// to COM components. If you need to access a type in this assembly from
|
||||||
|
// COM, set the ComVisible attribute to true on that type.
|
||||||
|
[assembly: ComVisible(false)]
|
||||||
|
|
||||||
|
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||||
|
[assembly: Guid("72bdc44f-c588-44f3-b6df-9aace7daafdd")]
|
||||||
|
|
||||||
|
// Version information for an assembly consists of the following four values:
|
||||||
|
//
|
||||||
|
// Major Version
|
||||||
|
// Minor Version
|
||||||
|
// Build Number
|
||||||
|
// Revision
|
||||||
|
//
|
||||||
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
|
// by using the '*' as shown below:
|
||||||
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
|
[assembly: AssemblyVersion("1.0.0.0")]
|
||||||
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|
After Width: | Height: | Size: 8.7 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 7.1 KiB |
After Width: | Height: | Size: 8.2 KiB |
|
@ -0,0 +1,39 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6245" systemVersion="13F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="X5k-f2-b5h">
|
||||||
|
<dependencies>
|
||||||
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6238"/>
|
||||||
|
</dependencies>
|
||||||
|
<scenes>
|
||||||
|
<!--View Controller-->
|
||||||
|
<scene sceneID="gAE-YM-kbH">
|
||||||
|
<objects>
|
||||||
|
<viewController id="X5k-f2-b5h" sceneMemberID="viewController">
|
||||||
|
<layoutGuides>
|
||||||
|
<viewControllerLayoutGuide type="top" id="Y8P-hJ-Z43"/>
|
||||||
|
<viewControllerLayoutGuide type="bottom" id="9ZL-r4-8FZ"/>
|
||||||
|
</layoutGuides>
|
||||||
|
<view key="view" contentMode="scaleToFill" id="yd7-JS-zBw">
|
||||||
|
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
|
||||||
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
|
<subviews>
|
||||||
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" misplaced="YES" image="Icon-60.png" translatesAutoresizingMaskIntoConstraints="NO" id="23">
|
||||||
|
<rect key="frame" x="270" y="270" width="60" height="60"/>
|
||||||
|
<rect key="contentStretch" x="0.0" y="0.0" width="0.0" height="0.0"/>
|
||||||
|
</imageView>
|
||||||
|
</subviews>
|
||||||
|
<color key="backgroundColor" red="0.20392156862745098" green="0.59607843137254901" blue="0.85882352941176465" alpha="1" colorSpace="calibratedRGB"/>
|
||||||
|
<constraints>
|
||||||
|
<constraint firstItem="23" firstAttribute="centerY" secondItem="yd7-JS-zBw" secondAttribute="centerY" priority="1" id="39"/>
|
||||||
|
<constraint firstItem="23" firstAttribute="centerX" secondItem="yd7-JS-zBw" secondAttribute="centerX" priority="1" id="41"/>
|
||||||
|
</constraints>
|
||||||
|
</view>
|
||||||
|
</viewController>
|
||||||
|
<placeholder placeholderIdentifier="IBFirstResponder" id="XAI-xm-WK6" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
||||||
|
</objects>
|
||||||
|
<point key="canvasLocation" x="349" y="339"/>
|
||||||
|
</scene>
|
||||||
|
</scenes>
|
||||||
|
<resources>
|
||||||
|
<image name="Icon-60.png" width="180" height="180"/>
|
||||||
|
</resources>
|
||||||
|
</document>
|
After Width: | Height: | Size: 27 KiB |
After Width: | Height: | Size: 90 KiB |
After Width: | Height: | Size: 175 KiB |
|
@ -0,0 +1,22 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<prism:PrismApplication
|
||||||
|
x:Class="CafeTerrace.App"
|
||||||
|
xmlns="http://xamarin.com/schemas/2014/forms"
|
||||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||||
|
xmlns:prism="clr-namespace:Prism.DryIoc;assembly=Prism.DryIoc.Forms"
|
||||||
|
xmlns:theme="clr-namespace:CafeTerrace.Theme;assembly=CafeTerrace">
|
||||||
|
<Application.Resources>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ResourceDictionary>
|
||||||
|
<x:String x:Key="Money">ریال</x:String>
|
||||||
|
<ResourceDictionary.MergedDictionaries>
|
||||||
|
<theme:LightTheme />
|
||||||
|
</ResourceDictionary.MergedDictionaries>
|
||||||
|
</ResourceDictionary>
|
||||||
|
|
||||||
|
|
||||||
|
</Application.Resources>
|
||||||
|
</prism:PrismApplication>
|
|
@ -0,0 +1,86 @@
|
||||||
|
using System;
|
||||||
|
using CafeTerrace.Services;
|
||||||
|
using CafeTerrace.Utilities;
|
||||||
|
using Prism;
|
||||||
|
using Prism.Ioc;
|
||||||
|
using CafeTerrace.ViewModels;
|
||||||
|
using CafeTerrace.Views;
|
||||||
|
using CafeTerrace.Views.PopUps;
|
||||||
|
using Prism.Navigation;
|
||||||
|
using Rg.Plugins.Popup.Pages;
|
||||||
|
using Rg.Plugins.Popup.Services;
|
||||||
|
using Xamarin.Forms;
|
||||||
|
using Xamarin.Forms.PlatformConfiguration;
|
||||||
|
using Xamarin.Forms.PlatformConfiguration.AndroidSpecific;
|
||||||
|
using Xamarin.Forms.Xaml;
|
||||||
|
|
||||||
|
[assembly: XamlCompilation(XamlCompilationOptions.Compile)]
|
||||||
|
namespace CafeTerrace
|
||||||
|
{
|
||||||
|
public partial class App
|
||||||
|
{
|
||||||
|
private static BuyBagService _buyBagService;
|
||||||
|
public static BuyBagService BuyBagService
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
if (_buyBagService == null)
|
||||||
|
{
|
||||||
|
_buyBagService = new BuyBagService();
|
||||||
|
}
|
||||||
|
return _buyBagService;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public static RealTimeSignal RealTimeSignal { get; set; } = new RealTimeSignal();
|
||||||
|
/*
|
||||||
|
* The Xamarin Forms XAML Previewer in Visual Studio uses System.Activator.CreateInstance.
|
||||||
|
* This imposes a limitation in which the App class must have a default constructor.
|
||||||
|
* App(IPlatformInitializer initializer = null) cannot be handled by the Activator.
|
||||||
|
*/
|
||||||
|
public App() : this(null)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public App(IPlatformInitializer initializer) : base(initializer) { }
|
||||||
|
|
||||||
|
protected override async void OnInitialized()
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
Plugin.Settings.CrossSettings.Current.Remove("Order");
|
||||||
|
InitializeComponent();
|
||||||
|
|
||||||
|
if(Instance.LoginedUser==null)
|
||||||
|
await NavigationService.NavigateAsync("NavigationPage/LoginPage");
|
||||||
|
else
|
||||||
|
await NavigationService.NavigateAsync("NavigationPage/MainPage");
|
||||||
|
}
|
||||||
|
catch (Exception e)
|
||||||
|
{
|
||||||
|
PopUpUtilites.ErrorPage(e.Message);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
protected override void RegisterTypes(IContainerRegistry containerRegistry)
|
||||||
|
{
|
||||||
|
containerRegistry.RegisterForNavigation<NavigationPage>();
|
||||||
|
containerRegistry.RegisterForNavigation<MainPage, MainPageViewModel>();
|
||||||
|
containerRegistry.RegisterForNavigation<LoginPage, LoginPageViewModel>();
|
||||||
|
containerRegistry.RegisterForNavigation<HomePage, HomePageViewModel>();
|
||||||
|
containerRegistry.RegisterForNavigation<FoodPage, FoodPageViewModel>();
|
||||||
|
containerRegistry.RegisterForNavigation<BuyBagPage, BuyBagPageViewModel>();
|
||||||
|
containerRegistry.RegisterForNavigation<ProfilePage, ProfilePageViewModel>();
|
||||||
|
containerRegistry.RegisterForNavigation<FoodListedPage, FoodListedPageViewModel>();
|
||||||
|
containerRegistry.RegisterForNavigation<PaymentPage, PaymentPageViewModel>();
|
||||||
|
containerRegistry.RegisterForNavigation<CategoryPage, CategoryPageViewModel>();
|
||||||
|
}
|
||||||
|
|
||||||
|
protected override void OnSleep()
|
||||||
|
{
|
||||||
|
|
||||||
|
base.OnSleep();
|
||||||
|
App.BuyBagService.Foods.Clear();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,99 @@
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// This code was generated by a tool.
|
||||||
|
// Runtime Version:4.0.30319.42000
|
||||||
|
//
|
||||||
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
|
// the code is regenerated.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
namespace CafeTerrace {
|
||||||
|
using System;
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||||
|
/// </summary>
|
||||||
|
// This class was auto-generated by the StronglyTypedResourceBuilder
|
||||||
|
// class via a tool like ResGen or Visual Studio.
|
||||||
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||||
|
// with the /str option, or rebuild your VS project.
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
|
internal class AppResource {
|
||||||
|
|
||||||
|
private static global::System.Resources.ResourceManager resourceMan;
|
||||||
|
|
||||||
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||||
|
|
||||||
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||||
|
internal AppResource() {
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Returns the cached ResourceManager instance used by this class.
|
||||||
|
/// </summary>
|
||||||
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||||
|
get {
|
||||||
|
if (object.ReferenceEquals(resourceMan, null)) {
|
||||||
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("CafeTerrace.AppResource", typeof(AppResource).Assembly);
|
||||||
|
resourceMan = temp;
|
||||||
|
}
|
||||||
|
return resourceMan;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Overrides the current thread's CurrentUICulture property for all
|
||||||
|
/// resource lookups using this strongly typed resource class.
|
||||||
|
/// </summary>
|
||||||
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
|
internal static global::System.Globalization.CultureInfo Culture {
|
||||||
|
get {
|
||||||
|
return resourceCulture;
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
resourceCulture = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to تومان.
|
||||||
|
/// </summary>
|
||||||
|
internal static string Money {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("Money", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to لطفا به اینترنت تراس متصل شوید.
|
||||||
|
/// </summary>
|
||||||
|
internal static string NotInternetError {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("NotInternetError", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to لطفا به اینترنت تراس متصل شوید.
|
||||||
|
/// </summary>
|
||||||
|
internal static string ServiceUnAvailabel {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("ServiceUnAvailabel", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to لطفا مجددا به حساب کاربری خود وارد شوید.
|
||||||
|
/// </summary>
|
||||||
|
internal static string Unauthorized {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("Unauthorized", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,132 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="Money" xml:space="preserve">
|
||||||
|
<value>تومان</value>
|
||||||
|
</data>
|
||||||
|
<data name="NotInternetError" xml:space="preserve">
|
||||||
|
<value>لطفا به اینترنت تراس متصل شوید</value>
|
||||||
|
</data>
|
||||||
|
<data name="ServiceUnAvailabel" xml:space="preserve">
|
||||||
|
<value>لطفا به اینترنت تراس متصل شوید</value>
|
||||||
|
</data>
|
||||||
|
<data name="Unauthorized" xml:space="preserve">
|
||||||
|
<value>لطفا مجددا به حساب کاربری خود وارد شوید</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
|
@ -0,0 +1,122 @@
|
||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>netstandard2.0</TargetFramework>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="Bit.CSharpClient.Controls" Version="4.1.1" />
|
||||||
|
<PackageReference Include="BottomSheetXF" Version="1.1.0" />
|
||||||
|
<PackageReference Include="CoolBottomSheet" Version="1.1.1" />
|
||||||
|
<PackageReference Include="MD.PersianDateTime.Standard" Version="2.1.0" />
|
||||||
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="5.0.0-preview.6.20312.15" />
|
||||||
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
||||||
|
<PackageReference Include="Plugin.Permissions" Version="6.0.1" />
|
||||||
|
<PackageReference Include="RestSharp" Version="106.11.5-alpha.0.2" />
|
||||||
|
<PackageReference Include="Rg.Plugins.Popup" Version="2.0.0.3" />
|
||||||
|
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0-preview.6.20305.6" />
|
||||||
|
<PackageReference Include="Xam.Plugins.Settings" Version="4.1.0-beta" />
|
||||||
|
<PackageReference Include="Xamarin.Essentials" Version="1.5.3.2" />
|
||||||
|
<PackageReference Include="Xamarin.FFImageLoading.Forms" Version="2.4.11.982" />
|
||||||
|
<PackageReference Include="Xamarin.FFImageLoading.Transformations" Version="2.4.11.982" />
|
||||||
|
<PackageReference Include="Xamarin.Forms" Version="4.7.0.1080" />
|
||||||
|
<PackageReference Include="Prism.DryIoc.Forms" Version="8.0.0.1740-pre" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Update="AppResource.Designer.cs">
|
||||||
|
<DesignTime>True</DesignTime>
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DependentUpon>AppResource.resx</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<EmbeddedResource Update="AppResource.resx">
|
||||||
|
<Generator>ResXFileCodeGenerator</Generator>
|
||||||
|
<LastGenOutput>AppResource.Designer.cs</LastGenOutput>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Theme\BaseTheme.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Theme\LightTheme.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Views\BuyBagPage.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Views\CategoryPage.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Views\Controller\BuyBagButton.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Views\Controller\BuyBagFoodItem.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Views\Controller\BuyBagSlideMenu.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Views\Controller\FoodWideItem.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Views\Controller\Rating.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Views\DialogBox\AddBirthDateDialogBox.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Views\DialogBox\AddCommentDialogBox.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Views\DialogBox\FoodCounterDialogBox.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Views\DialogBox\ImageDialogBox.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Views\DialogBox\JobDialogBox.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Views\DialogBox\PersianDatePicker.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Views\DialogBox\SuccessBuyDialogBox.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Views\FoodListedPage.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Views\FoodPage.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Views\HomePage.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Views\LoginPage.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Views\PaymentPage.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Views\PopUps\ErrorPopUp.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Views\PopUps\InfoPopUp.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Views\PopUps\NotifyPopUp.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Views\PopUps\QuestionPopUp.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Views\PopUps\SeccussPopUp.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Update="Views\ProfilePage.xaml">
|
||||||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||||
|
</EmbeddedResource>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
|
@ -0,0 +1,11 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
namespace CafeTerrace.Dependencies
|
||||||
|
{
|
||||||
|
public interface ICloseApplication
|
||||||
|
{
|
||||||
|
void closeApplication();
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,15 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
namespace CafeTerrace.Dependencies
|
||||||
|
{
|
||||||
|
public interface IPersianDatePickerDependencys
|
||||||
|
{
|
||||||
|
event EventHandler<string> DateSelected;
|
||||||
|
void OpenDatePicker();
|
||||||
|
IPersianDatePickerDependencys GetDataPicker();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,77 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
namespace CafeTerrace.Models
|
||||||
|
{
|
||||||
|
public static class Address
|
||||||
|
{
|
||||||
|
public static string BaseHost { get; } = "http://192.168.1.65";
|
||||||
|
//public static string BaseHost { get; } = "http://10.0.3.2/cafeterrace";
|
||||||
|
public static string BaseAddress
|
||||||
|
{
|
||||||
|
get { return $"{BaseHost}/api/v1/"; }
|
||||||
|
}
|
||||||
|
private static string Account
|
||||||
|
{
|
||||||
|
get { return "Account/"; }
|
||||||
|
}
|
||||||
|
|
||||||
|
public static string SignUp
|
||||||
|
{
|
||||||
|
get { return Account + "RegisterCustomer"; }
|
||||||
|
}
|
||||||
|
|
||||||
|
public static string Login
|
||||||
|
{
|
||||||
|
get { return Account + "Login"; }
|
||||||
|
}
|
||||||
|
|
||||||
|
public static string GetCategories
|
||||||
|
{
|
||||||
|
get { return "Category/GetAllCategory"; }
|
||||||
|
}
|
||||||
|
public static string GetAllSybCategories
|
||||||
|
{
|
||||||
|
get { return "Category/GetAllSubCategory"; }
|
||||||
|
}
|
||||||
|
|
||||||
|
public static string GetFoodCategory
|
||||||
|
{
|
||||||
|
get { return "Food/GetAllFoodForCategory"; }
|
||||||
|
}
|
||||||
|
public static string GetFoodById
|
||||||
|
{
|
||||||
|
get { return "Food/GetFoodByIdForCustomer"; }
|
||||||
|
}
|
||||||
|
|
||||||
|
public static string HomeMobile
|
||||||
|
{
|
||||||
|
get { return "Home/HomeMobile"; }
|
||||||
|
}
|
||||||
|
public static string GetUserProfile
|
||||||
|
{
|
||||||
|
get { return "User/Getprofileuser"; }
|
||||||
|
}
|
||||||
|
|
||||||
|
public static string CheckOffer
|
||||||
|
{
|
||||||
|
get { return "Discount/CheckDiscount"; }
|
||||||
|
}
|
||||||
|
|
||||||
|
public static string CreateOrder
|
||||||
|
{
|
||||||
|
get { return "Order/CreateOrderForCustomer"; }
|
||||||
|
}
|
||||||
|
|
||||||
|
public static string AddComment
|
||||||
|
{
|
||||||
|
get { return "Rate/CreateRate"; }
|
||||||
|
}
|
||||||
|
|
||||||
|
public static string EditUser { get; } = "User/EditUser";
|
||||||
|
public static string AddBirthDate { get; } = "User/CreateBirthDate";
|
||||||
|
public static string GetJobs { get; } = "Job/GetAllJob";
|
||||||
|
public static string DeleteBirthDate { get; } = "User/DeleteBirthDate";
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,15 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
namespace CafeTerrace.Models.Api
|
||||||
|
{
|
||||||
|
public class DicountChekcRoot
|
||||||
|
{
|
||||||
|
public string DiscountId { get; set; }
|
||||||
|
|
||||||
|
public Int64 AmountDiscount { get; set; }
|
||||||
|
|
||||||
|
public Int64 TotalAmount { get; set; }
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,24 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
using CafeTerrace.Models.DataBase;
|
||||||
|
|
||||||
|
namespace CafeTerrace.Models.Api
|
||||||
|
{
|
||||||
|
public class FoodForCategoryRoot
|
||||||
|
{
|
||||||
|
public string FoodId { get; set; }
|
||||||
|
public string Name { get; set; }
|
||||||
|
public int TimeReady { get; set; }
|
||||||
|
public float AverageRate { get; set; }
|
||||||
|
public int Count { get; set; }
|
||||||
|
public Price Price { get; set; }
|
||||||
|
public FoodImage FoodImages { get; set; }
|
||||||
|
public bool IsEnable { get; set; }
|
||||||
|
|
||||||
|
public bool DontShow
|
||||||
|
{
|
||||||
|
get { return !IsEnable; }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,53 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using CafeTerrace.Models.DataBase;
|
||||||
|
|
||||||
|
namespace CafeTerrace.Models.Api
|
||||||
|
{
|
||||||
|
public class FoodProfile
|
||||||
|
{
|
||||||
|
public string FoodId { get; set; }
|
||||||
|
|
||||||
|
public string Name { get; set; }
|
||||||
|
public bool IsExist { get; set; }
|
||||||
|
public DateTime Register { get; set; }
|
||||||
|
public int TimeReady { get; set; }
|
||||||
|
public string Description { get; set; }
|
||||||
|
public float AverageRate { get; set; }
|
||||||
|
public int Count { get; set; }
|
||||||
|
public int Priority { get; set; }
|
||||||
|
public bool ServiceNow { get; set; }
|
||||||
|
public bool ChefSuggestion { get; set; }
|
||||||
|
public bool IsFavorite { get; set; }
|
||||||
|
|
||||||
|
public List<Price> Price { get; set; }
|
||||||
|
public FoodImage FoodImages { get; set; }
|
||||||
|
public virtual ICollection<FoodImage> FoodPhoto { get; set; }
|
||||||
|
public virtual ICollection<FoodType> FoodType { get; set; }
|
||||||
|
public virtual ICollection<Favorite> Favorites { get; set; }
|
||||||
|
public virtual ICollection<FoodCategory> FoodCategories { get; set; }
|
||||||
|
public virtual ICollection<OrderFood> OrderFoods { get; set; }
|
||||||
|
public virtual ICollection<Rate> Rates { get; set; }
|
||||||
|
|
||||||
|
public int RatesCount
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return Rates.Count;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public FoodImage GetSingleFoodPhoto
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
if (FoodPhoto != null)
|
||||||
|
return FoodPhoto.FirstOrDefault();
|
||||||
|
else
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,15 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
using CafeTerrace.Models.DataBase;
|
||||||
|
|
||||||
|
namespace CafeTerrace.Models.Api
|
||||||
|
{
|
||||||
|
public class HomeMobileRoot
|
||||||
|
{
|
||||||
|
public List<Food> ChefSuggestionFoods { get; set; }
|
||||||
|
public List<Category> BaseCategories { get; set; }
|
||||||
|
public string FullName { get; set; }
|
||||||
|
public string GradeName { get; set; }
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,23 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
namespace CafeTerrace.Models.Api
|
||||||
|
{
|
||||||
|
public class Token
|
||||||
|
{
|
||||||
|
public string Access_Token { get; set; }
|
||||||
|
public object Refresh_Token { get; set; }
|
||||||
|
public string Token_Type { get; set; }
|
||||||
|
public int Expires_In { get; set; }
|
||||||
|
}
|
||||||
|
|
||||||
|
public class LoginedUser
|
||||||
|
{
|
||||||
|
public int UserId { get; set; }
|
||||||
|
public string FullName { get; set; }
|
||||||
|
public Token Token { get; set; }
|
||||||
|
public List<string> RoleName { get; set; }
|
||||||
|
public int TotalPurchase { get; set; }
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,23 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
using CafeTerrace.Models.DataBase;
|
||||||
|
|
||||||
|
namespace CafeTerrace.Models.Api
|
||||||
|
{
|
||||||
|
public class OrderFoodProfile
|
||||||
|
{
|
||||||
|
public string FoodId { get; set; }
|
||||||
|
public string OrderId { get; set; }
|
||||||
|
public int CountFood { get; set; }
|
||||||
|
public bool ServiceNow { get; set; }
|
||||||
|
|
||||||
|
public Int64 CountAmount
|
||||||
|
{
|
||||||
|
get { return CountFood * Food.Price[0].FinalAmount; }
|
||||||
|
}
|
||||||
|
|
||||||
|
public virtual FoodProfile Food { get; set; }
|
||||||
|
public virtual DataBase.Order Order { get; set; }
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,53 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Globalization;
|
||||||
|
using System.Text;
|
||||||
|
using CafeTerrace.Models.DataBase;
|
||||||
|
|
||||||
|
namespace CafeTerrace.Models.Api
|
||||||
|
{
|
||||||
|
public class OrderProfile
|
||||||
|
{
|
||||||
|
public string OrderId { get; set; }
|
||||||
|
public DateTime Register { get; set; }
|
||||||
|
public OrderStatus OrderStatus { get; set; }
|
||||||
|
public string DeskNumber { get; set; }
|
||||||
|
public IEnumerable<OrderFood> OrderFoods { get; set; }
|
||||||
|
|
||||||
|
public String PersianRegister
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
PersianCalendar pc = new PersianCalendar();
|
||||||
|
return string.Format("{0}/{1}/{2}", pc.GetYear(Register), pc.GetMonth(Register), pc.GetDayOfMonth(Register));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
public long TotalPrice
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
long t = 0;
|
||||||
|
if (OrderFoods != null)
|
||||||
|
foreach (var orderFood in OrderFoods)
|
||||||
|
{
|
||||||
|
t += orderFood.CountAmount;
|
||||||
|
}
|
||||||
|
return t;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public enum OrderStatus
|
||||||
|
{
|
||||||
|
Doing,
|
||||||
|
Cancel,
|
||||||
|
Done
|
||||||
|
}
|
||||||
|
|
||||||
|
public enum OrderType
|
||||||
|
{
|
||||||
|
Internal,
|
||||||
|
Exterior
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,34 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
using CafeTerrace.Models.DataBase;
|
||||||
|
|
||||||
|
namespace CafeTerrace.Models.Api
|
||||||
|
{
|
||||||
|
public class ProfileRoot
|
||||||
|
{
|
||||||
|
public List<Rate> Rates { get; set; }
|
||||||
|
public List<OrderProfile> Orders { get; set; }
|
||||||
|
public User User { get; set; }
|
||||||
|
public List<UserBirthDate> BirthDates { get; set; }
|
||||||
|
|
||||||
|
public int RatesCount
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
if (Rates != null)
|
||||||
|
return Rates.Count;
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
public int OrderCount
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
if (Orders != null)
|
||||||
|
return Orders.Count;
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,32 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.IO;
|
||||||
|
using System.Text;
|
||||||
|
using Xamarin.Forms;
|
||||||
|
|
||||||
|
namespace CafeTerrace.Models.DataBase
|
||||||
|
{
|
||||||
|
public class Category
|
||||||
|
{
|
||||||
|
public string CategoryId { get; set; }
|
||||||
|
public string CategoryName { get; set; }
|
||||||
|
public string CategoryImage { get; set; }
|
||||||
|
public bool IsEnable { get; set; }
|
||||||
|
public int Priority { get; set; }
|
||||||
|
public string ParentCategoryId { get; set; }
|
||||||
|
public ICollection<FoodCategory> FoodCategories { get; set; }
|
||||||
|
public virtual Category Parent { get; set; }
|
||||||
|
public virtual List<Category> Categories { get; set; }
|
||||||
|
public ImageSource ImageBase64
|
||||||
|
{
|
||||||
|
get { return CategoryImage; }
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public bool DontShow
|
||||||
|
{
|
||||||
|
get { return !IsEnable; }
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,18 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
namespace CafeTerrace.Models.DataBase
|
||||||
|
{
|
||||||
|
public class ClubGrade
|
||||||
|
{
|
||||||
|
|
||||||
|
public int Key { get; set; }
|
||||||
|
public string GradeName { get; set; }
|
||||||
|
public int GradePoint { get; set; }
|
||||||
|
public Int64 MinimumPayment { get; set; }
|
||||||
|
public Int64 MaximumPayment { get; set; }
|
||||||
|
public string Detail { get; set; }
|
||||||
|
public DateTime Register { get; set; }
|
||||||
|
}
|
||||||
|
}
|