@ -47,6 +47,7 @@ namespace ZicMoove.Droid
using Interfaces;
using Model.Auth.Account;
using static Android.Manifest;
using Settings;
[Activity(Name = "fr.pschneider.bas.MainActivity", Label = "ZicMoove", Theme = "@style/MainTheme", Icon = "@drawable/icon", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
public class MainActivity :
@ -14,6 +14,7 @@ using ZicMoove.Model.Social;
using ZicMoove.Model;
using ZicMoove.Model.Workflow;
using ZicMoove.Data;
using ZicMoove.Settings;
namespace ZicMoove.Droid.Services.GCMHandlers
{
@ -8,6 +8,7 @@ using Android.Gms.Gcm;
using Android.Gms.Gcm.Iid;
using Android.OS;
using Android;
namespace ZicMoove.Droid
@ -4,6 +4,7 @@ using Android.OS;
using Android.Content;
using Android.Util;
using Android.Widget;
@ -31,6 +31,7 @@ namespace ZicMoove
using Pages.Chat;
using System.Collections.Generic;
using Model.Social;
public partial class App : Application // superclass new in 1.3
@ -4,6 +4,7 @@ namespace ZicMoove.Data
using Helpers;
using Model.Workflow;
using Newtonsoft.Json;
using System;
using System.Diagnostics;
using System.IO;
@ -3,6 +3,7 @@ using System;
using System.Collections.ObjectModel;
using System.Linq;
namespace ZicMoove.Data
@ -6,6 +6,7 @@ namespace ZicMoove.Data.NonCrUD
using Model.FileSystem;
public class RemoteFilesEntity : RemoteEntity<UserDirectoryInfo, FileAddress>
@ -9,6 +9,7 @@ using System.Net;
using System.Text;
using System.Web;
@ -10,6 +10,7 @@ namespace ZicMoove.Helpers
using Data.NonCrUD;
public static class UserHelpers
@ -6,6 +6,7 @@ using Xamarin.Forms;
namespace ZicMoove.Pages.Chat
using Data;
using ViewModels.Messaging;
@ -9,6 +9,7 @@ namespace ZicMoove.Pages
using EstimatePages;
using ViewModels.EstimateAndBilling;
public partial class BookQueryPage : ContentPage
@ -6,6 +6,7 @@ namespace ZicMoove.Pages
using ViewModels.Signing;
@ -7,6 +7,7 @@ using Xamarin.Forms;
namespace ZicMoove.Pages.EstimatePages
@ -8,6 +8,7 @@ using ZicMoove.Helpers;
using XLabs.Forms.Behaviors;
using XLabs.Forms.Controls;
using ZicMoove.Model.Auth.Account;
namespace ZicMoove.Pages.UserProfile
@ -7,6 +7,7 @@ namespace ZicMoove.Pages.UserProfile
using Newtonsoft.Json.Linq;
using System.Net.Http;
using ViewModels.UserProfile;
@ -5,6 +5,7 @@ namespace ZicMoove.Pages.UserProfile
using System.Windows.Input;
public partial class UserFiles : ContentPage
@ -9,6 +9,7 @@ namespace ZicMoove.ViewModels.Messaging
using Model.Social.Chat;
using Model.Social.Messaging;
public class ChatViewModel: ViewModel
@ -13,6 +13,7 @@ namespace ZicMoove.ViewModels.UserProfile
using Pages.UserProfile;
public class UserProfileViewModel : ViewModel