Coder Social home page Coder Social logo

ktmanager / legacy-ktmanagerapp Goto Github PK

View Code? Open in Web Editor NEW
12.0 12.0 4.0 5.34 MB

The Legacy multi-platform mobile application for Kill Team Manager

License: GNU General Public License v3.0

C# 52.53% PLpgSQL 3.26% TSQL 40.21% PLSQL 3.97% Shell 0.03%

legacy-ktmanagerapp's People

Contributors

devjonny avatar jakemco avatar lacombet avatar sklarsa avatar tilteffect avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

legacy-ktmanagerapp's Issues

Fix System.InvalidOperationException in /Users/jonny/code/KTManagerApp/KillTeam/Services/RulesImporter.cs line 37

Version 2.1.3(020103)

Stacktrace

KillTeam.Services.RulesImporter.ImportType[T] (Microsoft.EntityFrameworkCore.DbSet1[TEntity] dbSet, System.Collections.Generic.IReadOnlyDictionary2[TKey,TValue] rules, System.String type, System.Func`3[T1,T2,TResult] mutator) [0x000aa] in /Users/jonny/code/KTManagerApp/KillTeam/Services/RulesImporter.cs:37;KillTeam.Services

KillTeam.Services.RulesImporter.ImportJSON (KillTeam.Services.IKTRulesContext db, KillTeam.Services.RulesProviders.RulesProvider rulesProvider) [0x0017c] in /Users/jonny/code/KTManagerApp/KillTeam/Services/RulesImporter.cs:93;KillTeam.Services

KillTeam.Services.KTRulesContext.ImportRules (KillTeam.Services.RulesProviders.RulesProvider provider) [0x00001] in /Users/jonny/code/KTManagerApp/KillTeam/Services/KTRulesContext.cs:34;KillTeam.Services

KillTeam.Services.DBUpdater.GetUpdatedContext () [0x00043] in /Users/jonny/code/KTManagerApp/KillTeam/Services/DBUpdater.cs:59;KillTeam.Services

KillTeam.Services.KTContext+<>c.<.cctor>b__3_0 () [0x00000] in /Users/jonny/code/KTManagerApp/KillTeam/Services/KTContext.cs:19;KillTeam.Services.KTContext+<>c

KillTeam.Services.KTContext.get_Db () [0x00000] in /Users/jonny/code/KTManagerApp/KillTeam/Services/KTContext.cs:14;KillTeam.Services

KillTeam.ViewModels.ListEquipesViewModel.UpdateListItems () [0x00023] in /Users/jonny/code/KTManagerApp/KillTeam/ViewModels/ListEquipesViewModel.cs:124;KillTeam.ViewModels

KillTeam.ViewModels.ListEquipesViewModel.Refresh () [0x00094] in /Users/jonny/code/KTManagerApp/KillTeam/ViewModels/ListEquipesViewModel.cs:94;KillTeam.ViewModels

KillTeam.Views.ListEquipesPage.OnAppearing () [0x00044] in /Users/jonny/code/KTManagerApp/KillTeam/Views/ListEquipesPage.xaml.cs:28;KillTeam.Views

KillTeam.iOS.Application.Main (System.String[] args) [0x00001] in /Users/jonny/code/KTManagerApp/KillTeam.iOS/Main.cs:12;KillTeam.iOS

Reason

System.InvalidOperationException

Link to App Center

Fix Foundation.MonoTouchException in InGamePage.TapGestureRecognizer_Tapped (System.Object sender, System.EventArgs e)

Version 2.1.4(020104)

Stacktrace

KillTeam.Views.InGamePage.TapGestureRecognizer_Tapped (System.Object sender, System.EventArgs e) <0x1018316a0 + 0x001a7> in <646579df9aeb451e93df729803e76ff9#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.Views

KillTeam.iOS.Application.Main (System.String[] args) <0x1007d0c50 + 0x00023> in <3ad4270f59824bfc93f943be86ae3576#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.iOS

KillTeam.Views.InGamePage.TapGestureRecognizer_Tapped (System.Object sender, System.EventArgs e) <0x1018316a0 + 0x001a7> in <646579df9aeb451e93df729803e76ff9#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.Views

KillTeam.iOS.Application.Main (System.String[] args) <0x1007d0c50 + 0x00023> in <3ad4270f59824bfc93f943be86ae3576#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.iOS

Reason

Foundation.MonoTouchException

Link to App Center

[BUG] Dark Mode not supported

Describe the bug
The dark mode support is now mandatory on iOS.
The app is then all dark and unusable : Black texts on blakc backgrounds.
Usable stuff are ugly.

To Reproduce
Steps to reproduce the behavior:

  1. Activate the device dark mode
  2. Open the app
  3. Try to create a new team
  4. See balck texts on black background

Expected behavior
The app should be usable and readable on dark moded devices

Screenshots
image

Smartphone (please complete the following information):

  • Device: iPhone X
  • OS: iOS 13.3.1
  • Version 2.1.4

Fix System.ArgumentOutOfRangeException in AptitudeView.OnBindingContextChanged ()

Version 2.1.4(020104)

Stacktrace

KillTeam.Views.AptitudeView.OnBindingContextChanged () <0x10219f010 + 0x0090f> in <646579df9aeb451e93df729803e76ff9#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.Views

KillTeam.iOS.Application.Main (System.String[] args) <0x10116cc50 + 0x00023> in <3ad4270f59824bfc93f943be86ae3576#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.iOS

Reason

System.ArgumentOutOfRangeException

Link to App Center

Fix Microsoft.Data.Sqlite.SqliteException in Crash Group # 3617904674u

Version 2.1.4(20104)

Stacktrace

KillTeam.Services.KTLegacyContext..ctor () [0x0000c] in :0;KillTeam.Services.KTLegacyContext

KillTeam.Services.DBUpdater.GetBackupContext () [0x00014] in :0;KillTeam.Services

KillTeam.Services.DBUpdater.GetUpdatedContext () [0x0006b] in :0;KillTeam.Services

KillTeam.Services.KTContext+<>c.<.cctor>b__6_0 () [0x00014] in :0;KillTeam.Services.KTContext+<>c

KillTeam.Services.KTContext.get_Db () [0x00000] in :0;KillTeam.Services

KillTeam.ViewModels.DatabaseLoadViewModel.UpdateDB () [0x00011] in :0;KillTeam.ViewModels

KillTeam.ViewModels.DatabaseLoadViewModel.<.ctor>b__3_0 (System.Object _o) [0x00000] in :0;KillTeam.ViewModels.DatabaseLoadViewModel

Reason

Microsoft.Data.Sqlite.SqliteException

Link to App Center

Fix System.IO.IOException in Crashes.java line 970

Version 2.1.4(20104)

Stacktrace

KillTeam.Droid.SaveAndroid.Save (System.String fileName, System.String contentType, System.IO.MemoryStream stream) [0x00045] in <1bd6fe5deeea4efe86f2d5b477afb2a5>:0;KillTeam.Droid

KillTeam.Services.PdfGeneration.Generate (System.String equipeId, KillTeam.Models.PdfConfiguration config) [0x0116f] in :0;KillTeam.Services

KillTeam.Views.ChoixImpression.PDF () [0x00000] in :0;KillTeam.Views

Reason

System.IO.IOException

Link to App Center

Fix System.ArgumentOutOfRangeException in Weapon+<>c.<get_ShortName>b__57_0 (System.String s)

Version 2.1.4(020104)

Stacktrace

KillTeam.Views.InGamePage.OnAppearing () <0x105722890 + 0x02247> in <646579df9aeb451e93df729803e76ff9#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.Views

KillTeam.Views.InGamePage.CarouselMembres_SizeChanged (System.Object sender, System.EventArgs e) <0x105724d90 + 0x00027> in <646579df9aeb451e93df729803e76ff9#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.Views

KillTeam.Views.EquipePage.OnButtonInGameClicked (System.Object sender, System.EventArgs e) <0x10571b620 + 0x001b7> in <646579df9aeb451e93df729803e76ff9#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.Views

KillTeam.iOS.Application.Main (System.String[] args) <0x1046c4c50 + 0x00023> in <3ad4270f59824bfc93f943be86ae3576#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.iOS

Reason

System.ArgumentOutOfRangeException

Link to App Center

Fix System.NullReferenceException in C:\Projects\github\KTManagerApp\KillTeam\Models\Weapon.cs line 107

Version 2.1.4(20104)

Stacktrace

KillTeam.Views.MembrePage.FillArmGrid (Xamarin.Forms.Grid ArmeGrid, KillTeam.Models.Member membre) [0x0028e] in C:\Projects\github\KTManagerApp\KillTeam\Views\MembrePage.xaml.cs:55;KillTeam.Views

KillTeam.Views.MembrePage.OnAppearing () [0x00222] in C:\Projects\github\KTManagerApp\KillTeam\Views\MembrePage.xaml.cs:115;KillTeam.Views

Reason

System.NullReferenceException

Link to App Center

Fix System.InvalidOperationException in Member.CreateFrom (System.String teamId, System.String modelProfileId)

Version 2.1.4(20104)

Stacktrace

KillTeam.Models.Member.CreateFrom (System.String teamId, System.String modelProfileId) [0x004ab] in :0;KillTeam.Models

KillTeam.Views.ListDeclinaisonPage.OnItemSelected (System.Object sender, Xamarin.Forms.SelectedItemChangedEventArgs e) [0x0009f] in :0;KillTeam.Views

Reason

System.InvalidOperationException

Link to App Center

Add a loading screen during database update

As of 2.1.3, database updates don't happen on every launch anymore, only on fresh install or version upgrade, but they're still quite slow and the app stalls (black screen, unresponsive) while it's doing the update.

We should move that update to happen in a background thread while the main UI thread renders a loading screen / spinner / something to show that the app is doing work and not frozen.

Fix Foundation.MonoTouchException in Application.Main (System.String[] args)

Version 2.1.4(020104)

Stacktrace

KillTeam.iOS.Application.Main (System.String[] args) <0x104fc8c50 + 0x00023> in <3ad4270f59824bfc93f943be86ae3576#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.iOS

KillTeam.iOS.Application.Main (System.String[] args) <0x104fc8c50 + 0x00023> in <3ad4270f59824bfc93f943be86ae3576#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.iOS

Reason

Foundation.MonoTouchException

Link to App Center

Fix System.NullReferenceException in Weapon.CompareTo (System.Object obj)

Version 2.1.4(020104)

Stacktrace

KillTeam.Views.MembrePage.FillArmGrid (Xamarin.Forms.Grid ArmeGrid, KillTeam.Models.Member membre) <0x1051573e0 + 0x00ad3> in <646579df9aeb451e93df729803e76ff9#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.Views

KillTeam.Views.MembrePage.OnAppearing () <0x105167500 + 0x007c3> in <646579df9aeb451e93df729803e76ff9#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.Views

KillTeam.iOS.Application.Main (System.String[] args) <0x1040b8c50 + 0x00023> in <3ad4270f59824bfc93f943be86ae3576#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.iOS

Reason

System.NullReferenceException

Link to App Center

[BUG] Kill Teams are deleted on iOS with new Database upgrade

Describe the bug
Despite the changelog stating that the team deletion is fixed, my teams were deleted when I upgraded to the new version.

To Reproduce
Prerequisites: iOS 12.4.5, iPhone 6 (MQ3D2ZD/A) + KT Manager v2.0.1 installed

  1. Have 2 Kill Teams (Orks & DG)
  2. Install update to 2.1.4
  3. Observe: No Kill Teams in list

Expected behavior
Old Kill Teams are still accessible & are updated to the new rules.

Fix System.NullReferenceException in SfNavigationDrawer.HideSlide ()

Version 2.1.4(20104)

Stacktrace

Com.Syncfusion.Navigationdrawer.SfNavigationDrawer.HideSlide () [0x00008] in <99df1362a8874dcda77cb1f0cc4810ac>:0;Com.Syncfusion.Navigationdrawer

Com.Syncfusion.Navigationdrawer.SfNavigationDrawer.ShowDrawer (System.Boolean isNeedOpen) [0x000f0] in <99df1362a8874dcda77cb1f0cc4810ac>:0;Com.Syncfusion.Navigationdrawer

Com.Syncfusion.Navigationdrawer.SfNavigationDrawer.OnIsOpenchanged (System.Boolean isOpen) [0x0000b] in <99df1362a8874dcda77cb1f0cc4810ac>:0;Com.Syncfusion.Navigationdrawer

Com.Syncfusion.Navigationdrawer.SfNavigationDrawer.set_IsOpen (System.Boolean value) [0x000c3] in <99df1362a8874dcda77cb1f0cc4810ac>:0;Com.Syncfusion.Navigationdrawer

Syncfusion.SfNavigationDrawer.XForms.Droid.SfNavigationDrawerMapping.OnNavigationDrawerPropertiesChanged (System.String propertyName, Syncfusion.SfNavigationDrawer.XForms.SfNavigationDrawer formsnavigationDrawer, Com.Syncfusion.Navigationdrawer.SfNavigationDrawer nativenavigationDrawer, System.Single width, System.Single height) [0x001d3] in :0;Syncfusion.SfNavigationDrawer.XForms.Droid

Syncfusion.SfNavigationDrawer.XForms.Droid.SfNavigationDrawerRenderer.OnElementPropertyChanged (System.Object sender, System.ComponentModel.PropertyChangedEventArgs e) [0x00014] in :0;Syncfusion.SfNavigationDrawer.XForms.Droid

Syncfusion.SfNavigationDrawer.XForms.SfNavigationDrawer.set_IsOpen (System.Boolean value) [0x00000] in :0;Syncfusion.SfNavigationDrawer.XForms

KillTeam.Views.ListTactiquePage.Button_Clicked (System.Object sender, System.EventArgs e) [0x00011] in :0;KillTeam.Views

Reason

System.NullReferenceException

Link to App Center

Fix Microsoft.Data.Sqlite.SqliteException in Crash Group # 3326939400u

Version 2.1.4(020104)

Stacktrace

KillTeam.Views.MembrePage.DeleteMembre () <0x1057da4a0 + 0x00f7b> in <646579df9aeb451e93df729803e76ff9#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.Views

KillTeam.Views.MembrePage.ButtonSupprimerClicked (System.Object sender, System.EventArgs e) <0x1057e9a10 + 0x0043b> in <646579df9aeb451e93df729803e76ff9#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.Views

KillTeam.iOS.Application.Main (System.String[] args) <0x104738c50 + 0x00023> in <3ad4270f59824bfc93f943be86ae3576#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.iOS

Reason

Microsoft.Data.Sqlite.SqliteException

Link to App Center

Fix System.ArgumentNullException in C:\Users\lacom\source\repos\KTManagerApp\KillTeam\Commands\Handlers\DeleteMemberCommandHandler.cs line 40

Version 2.1.4(20104)

Stacktrace

KillTeam.Commands.Handlers.DeleteMemberCommandHandler.Handle (KillTeam.Commands.DeleteMemberCommand command) [0x0046e] in C:\Users\lacom\source\repos\KTManagerApp\KillTeam\Commands\Handlers\DeleteMemberCommandHandler.cs:40;KillTeam.Commands.Handlers

KillTeam.Views.EquipePage.TapGestureRecognizer_Tapped (System.Object sender, System.EventArgs e) [0x0002d] in C:\Users\lacom\source\repos\KTManagerApp\KillTeam\Views\EquipePage.xaml.cs:230;KillTeam.Views

Reason

System.ArgumentNullException

Link to App Center

Fix System.ArgumentOutOfRangeException in Weapon+<>c.<get_ShortName>b__57_0 (System.String s)

Version 2.1.4(20104)

Stacktrace

Syncfusion.ListView.XForms.ItemGenerator.CreateTemplate (Syncfusion.ListView.XForms.ListViewItemInfoBase item, Xamarin.Forms.DataTemplate template) [0x0006f] in <9afad91d442c428bb19c045cc4bc1ab4>:0;Syncfusion.ListView.XForms

Syncfusion.ListView.XForms.ItemGenerator.UpdateTemplate (Syncfusion.ListView.XForms.ListViewItemInfoBase itemInfo, Xamarin.Forms.DataTemplate template) [0x000d1] in <9afad91d442c428bb19c045cc4bc1ab4>:0;Syncfusion.ListView.XForms

Syncfusion.ListView.XForms.ItemGenerator.UpdateRecordItem (Syncfusion.ListView.XForms.ListViewItemInfoBase itemInfo, System.Int32 rowindex, System.Object data, Xamarin.Forms.DataTemplate template) [0x000c2] in <9afad91d442c428bb19c045cc4bc1ab4>:0;Syncfusion.ListView.XForms

Syncfusion.ListView.XForms.ItemGenerator.CreateRecordItem (System.Int32 rowindex, System.Object data, Xamarin.Forms.DataTemplate template) [0x00034] in <9afad91d442c428bb19c045cc4bc1ab4>:0;Syncfusion.ListView.XForms

Syncfusion.ListView.XForms.LayoutBase.CreateListViewItem (System.Int32 itemIndex, Syncfusion.ListView.XForms.ItemType itemType, System.Object itemData, Xamarin.Forms.DataTemplate template) [0x0006c] in <9afad91d442c428bb19c045cc4bc1ab4>:0;Syncfusion.ListView.XForms

Syncfusion.ListView.XForms.LinearLayout.EnsureItems (Syncfusion.GridCommon.ScrollAxis.VisibleLinesCollection visibleLines) [0x002e6] in <9afad91d442c428bb19c045cc4bc1ab4>:0;Syncfusion.ListView.XForms

Syncfusion.ListView.XForms.VisualContainer.EnsureItems () [0x0002c] in <9afad91d442c428bb19c045cc4bc1ab4>:0;Syncfusion.ListView.XForms

Syncfusion.ListView.XForms.VisualContainer.OnSizeAllocated (System.Double width, System.Double height) [0x00040] in <9afad91d442c428bb19c045cc4bc1ab4>:0;Syncfusion.ListView.XForms

Syncfusion.ListView.XForms.Control.Helpers.SfListViewHelper.InvalidateForceLayout (Xamarin.Forms.Layout`1[T] view) [0x00000] in <9afad91d442c428bb19c045cc4bc1ab4>:0;Syncfusion.ListView.XForms.Control.Helpers

Syncfusion.ListView.XForms.SfListView.RefreshView (System.Boolean canResetRowHeight) [0x00048] in <9afad91d442c428bb19c045cc4bc1ab4>:0;Syncfusion.ListView.XForms

Syncfusion.ListView.XForms.SfListView.RefreshView () [0x00000] in <9afad91d442c428bb19c045cc4bc1ab4>:0;Syncfusion.ListView.XForms

Syncfusion.ListView.XForms.SfListView.OnItemsSourceChanged (Xamarin.Forms.BindableObject bindable, System.Object oldValue, System.Object newValue) [0x0009d] in <9afad91d442c428bb19c045cc4bc1ab4>:0;Syncfusion.ListView.XForms

Syncfusion.ListView.XForms.SfListView.set_ItemsSource (System.Object value) [0x00000] in <9afad91d442c428bb19c045cc4bc1ab4>:0;Syncfusion.ListView.XForms

KillTeam.Views.InGamePage.OnAppearing () [0x008a4] in :0;KillTeam.Views

KillTeam.Views.InGamePage.CarouselMembres_SizeChanged (System.Object sender, System.EventArgs e) [0x00000] in :0;KillTeam.Views

Reason

System.ArgumentOutOfRangeException

Link to App Center

Fix System.InvalidOperationException in /Users/jonny/code/KTManagerApp/KillTeam/Services/RulesImporter.cs line 37

Version 2.1.4(020104)

Stacktrace

KillTeam.Services.RulesImporter.ImportType[T] (Microsoft.EntityFrameworkCore.DbSet1[TEntity] dbSet, System.Collections.Generic.IReadOnlyDictionary2[TKey,TValue] rules, System.String type, System.Func`3[T1,T2,TResult] mutator) [0x000aa] in /Users/jonny/code/KTManagerApp/KillTeam/Services/RulesImporter.cs:37;KillTeam.Services

KillTeam.Services.RulesImporter.ImportJSON (KillTeam.Services.IKTRulesContext db, KillTeam.Services.RulesProviders.RulesProvider rulesProvider) [0x00107] in /Users/jonny/code/KTManagerApp/KillTeam/Services/RulesImporter.cs:73;KillTeam.Services

KillTeam.Services.KTRulesContext.ImportRules (KillTeam.Services.RulesProviders.RulesProvider provider) [0x00001] in /Users/jonny/code/KTManagerApp/KillTeam/Services/KTRulesContext.cs:34;KillTeam.Services

KillTeam.Services.DBUpdater.GetUpdatedContext () [0x00096] in /Users/jonny/code/KTManagerApp/KillTeam/Services/DBUpdater.cs:89;KillTeam.Services

KillTeam.Services.KTContext+<>c.<.cctor>b__6_0 () [0x00000] in /Users/jonny/code/KTManagerApp/KillTeam/Services/KTContext.cs:21;KillTeam.Services.KTContext+<>c

KillTeam.Services.KTContext.get_Db () [0x00000] in /Users/jonny/code/KTManagerApp/KillTeam/Services/KTContext.cs:14;KillTeam.Services

KillTeam.ViewModels.DatabaseLoadViewModel.UpdateDB () [0x00013] in /Users/jonny/code/KTManagerApp/KillTeam/ViewModels/DatabaseLoadViewModel.cs:25;KillTeam.ViewModels

KillTeam.ViewModels.DatabaseLoadViewModel.<.ctor>b__3_0 (System.Object _o) [0x00000] in /Users/jonny/code/KTManagerApp/KillTeam/ViewModels/DatabaseLoadViewModel.cs:19;KillTeam.ViewModels.DatabaseLoadViewModel

Reason

System.InvalidOperationException

Link to App Center

Fix System.ArgumentOutOfRangeException in WCellCollection.get_Item (System.Int32 index)

Version 2.1.4(20104)

Stacktrace

Syncfusion.DocIO.DLS.WCellCollection.get_Item (System.Int32 index) [0x00006] in <6364460273334209948dc4297bfc611a>:0;Syncfusion.DocIO.DLS

Syncfusion.DocIO.DLS.WTable.get_Item (System.Int32 row, System.Int32 column) [0x00011] in <6364460273334209948dc4297bfc611a>:0;Syncfusion.DocIO.DLS

KillTeam.Services.PdfGeneration.AddTableAptitudeDetails (KillTeam.Models.Ability aptitude, Syncfusion.DocIO.DLS.WTableRow row) [0x000dd] in :0;KillTeam.Services

KillTeam.Services.PdfGeneration.Aptitude (Syncfusion.DocIO.DLS.WTable table, KillTeam.Models.Member membre, KillTeam.Models.PdfConfiguration config) [0x00130] in :0;KillTeam.Services

KillTeam.Services.PdfGeneration.AddMembre (Syncfusion.DocIO.DLS.WTableCell section, KillTeam.Models.Member membre, System.Int32 i, KillTeam.Models.PdfConfiguration config) [0x000a7] in :0;KillTeam.Services

KillTeam.Services.PdfGeneration.Generate (System.String equipeId, KillTeam.Models.PdfConfiguration config) [0x010da] in :0;KillTeam.Services

KillTeam.Views.ChoixImpression.PDF () [0x00000] in :0;KillTeam.Views

Reason

System.ArgumentOutOfRangeException

Link to App Center

Fix System.InvalidOperationException in Member.CreateFrom (System.String teamId, System.String modelProfileId)

Version 2.1.4(020104)

Stacktrace

KillTeam.Models.Member.CreateFrom (System.String teamId, System.String modelProfileId) <0x101cae1c0 + 0x01233> in <646579df9aeb451e93df729803e76ff9#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.Models

KillTeam.Views.ListDeclinaisonPage.OnItemSelected (System.Object sender, Xamarin.Forms.SelectedItemChangedEventArgs e) <0x101c29b10 + 0x00213> in <646579df9aeb451e93df729803e76ff9#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.Views

KillTeam.iOS.Application.Main (System.String[] args) <0x100bacc50 + 0x00023> in <3ad4270f59824bfc93f943be86ae3576#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.iOS

Reason

System.InvalidOperationException

Link to App Center

Add Game Scoreboard

Hi, love the app. Any chance you could a battle scoreboard? So we can keep track of round, CP, scores etc? Thanks!

Needs some more detail, but just a placeholder for now

Fix System.NullReferenceException in SfNavigationDrawer.SwipeGrayLayout (System.Boolean secondaryDrawer)

Version 2.1.4(20104)

Stacktrace

Com.Syncfusion.Navigationdrawer.SfNavigationDrawer.SwipeGrayLayout (System.Boolean secondaryDrawer) [0x00087] in <99df1362a8874dcda77cb1f0cc4810ac>:0;Com.Syncfusion.Navigationdrawer

Com.Syncfusion.Navigationdrawer.SfNavigationDrawer.OnTouchEvent (Android.Views.MotionEvent e) [0x00967] in <99df1362a8874dcda77cb1f0cc4810ac>:0;Com.Syncfusion.Navigationdrawer

Reason

System.NullReferenceException

Link to App Center

TeamsList view rewriting

  • List teams
  • Swipe to delete a team
  • Tap to open a team
  • Create a team opens modal
  • Language menu opens modal
  • Credits menu opens modal
  • Drag & Drop to reorder

Fix Microsoft.Data.Sqlite.SqliteException in Crash Group # 358384750u

Version 2.1.3(020103)

Stacktrace

KillTeam.Services.RulesImporter.ImportJSON (KillTeam.Services.IKTRulesContext db, KillTeam.Services.RulesProviders.RulesProvider rulesProvider) [0x0019a] in /Users/jonny/code/KTManagerApp/KillTeam/Services/RulesImporter.cs:100;KillTeam.Services

KillTeam.Services.KTRulesContext.ImportRules (KillTeam.Services.RulesProviders.RulesProvider provider) [0x00001] in /Users/jonny/code/KTManagerApp/KillTeam/Services/KTRulesContext.cs:34;KillTeam.Services

KillTeam.Services.DBUpdater.GetUpdatedContext () [0x00043] in /Users/jonny/code/KTManagerApp/KillTeam/Services/DBUpdater.cs:59;KillTeam.Services

KillTeam.Services.KTContext+<>c.<.cctor>b__3_0 () [0x00000] in /Users/jonny/code/KTManagerApp/KillTeam/Services/KTContext.cs:19;KillTeam.Services.KTContext+<>c

KillTeam.Services.KTContext.get_Db () [0x00000] in /Users/jonny/code/KTManagerApp/KillTeam/Services/KTContext.cs:14;KillTeam.Services

KillTeam.ViewModels.ListEquipesViewModel.UpdateListItems () [0x00023] in /Users/jonny/code/KTManagerApp/KillTeam/ViewModels/ListEquipesViewModel.cs:124;KillTeam.ViewModels

KillTeam.ViewModels.ListEquipesViewModel.Refresh () [0x00094] in /Users/jonny/code/KTManagerApp/KillTeam/ViewModels/ListEquipesViewModel.cs:94;KillTeam.ViewModels

KillTeam.Views.ListEquipesPage.OnAppearing () [0x00044] in /Users/jonny/code/KTManagerApp/KillTeam/Views/ListEquipesPage.xaml.cs:28;KillTeam.Views

KillTeam.iOS.Application.Main (System.String[] args) [0x00001] in /Users/jonny/code/KTManagerApp/KillTeam.iOS/Main.cs:12;KillTeam.iOS

Reason

Microsoft.Data.Sqlite.SqliteException

Link to App Center

Fix Foundation.MonoTouchException in InGamePage.TapGestureRecognizer_Tapped (System.Object sender, System.EventArgs e)

Version 2.1.4(020104)

Stacktrace

KillTeam.Views.InGamePage.TapGestureRecognizer_Tapped (System.Object sender, System.EventArgs e) <0x1011716a0 + 0x001a7> in <646579df9aeb451e93df729803e76ff9#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.Views

KillTeam.iOS.Application.Main (System.String[] args) <0x100110c50 + 0x00023> in <3ad4270f59824bfc93f943be86ae3576#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.iOS

KillTeam.Views.InGamePage.TapGestureRecognizer_Tapped (System.Object sender, System.EventArgs e) <0x1011716a0 + 0x001a7> in <646579df9aeb451e93df729803e76ff9#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.Views

KillTeam.iOS.Application.Main (System.String[] args) <0x100110c50 + 0x00023> in <3ad4270f59824bfc93f943be86ae3576#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.iOS

Reason

Foundation.MonoTouchException

Link to App Center

Fix Foundation.MonoTouchException in InGamePage.TapGestureRecognizer_Tapped (System.Object sender, System.EventArgs e)

Version 2.1.4(020104)

Stacktrace

KillTeam.Views.InGamePage.TapGestureRecognizer_Tapped (System.Object sender, System.EventArgs e) <0x10388d6a0 + 0x001a7> in <646579df9aeb451e93df729803e76ff9#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.Views

KillTeam.iOS.Application.Main (System.String[] args) <0x10282cc50 + 0x00023> in <3ad4270f59824bfc93f943be86ae3576#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.iOS

KillTeam.Views.InGamePage.TapGestureRecognizer_Tapped (System.Object sender, System.EventArgs e) <0x10388d6a0 + 0x001a7> in <646579df9aeb451e93df729803e76ff9#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.Views

KillTeam.iOS.Application.Main (System.String[] args) <0x10282cc50 + 0x00023> in <3ad4270f59824bfc93f943be86ae3576#bee5c411572f2a348bf3a5c1bd5f315b>:0;KillTeam.iOS

Reason

Foundation.MonoTouchException

Link to App Center

[BUG] The app freezes on Berzerker Champion Weapons choice page

To Reproduce
Steps to reproduce the behavior:

  1. Create an Heretic Astartes Team
  2. Add a Berzerker Champion to it
  3. Try to change this Berzerker's weapons set
  4. The app crashes

Expected behavior
You should see the actual weapons combinations available for this unit and be able to chose one.

Fix System.IO.IOException in Crashes.java line 970

Version 2.1.3(20103)

Stacktrace

KillTeam.Droid.SaveAndroid.Save (System.String fileName, System.String contentType, System.IO.MemoryStream stream) [0x00045] in <2a08354a896b482490ba7110efab8ab3>:0;KillTeam.Droid

KillTeam.Services.PdfGeneration.Generate (System.String equipeId, KillTeam.Models.PdfConfiguration config) [0x0116f] in <506946980303416f8c04572aca7a8aa7>:0;KillTeam.Services

KillTeam.Views.ChoixImpression.PDF () [0x00000] in <506946980303416f8c04572aca7a8aa7>:0;KillTeam.Views

Reason

System.IO.IOException

Link to App Center

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.