Sternbach-Software

Results 120 comments of Sternbach-Software
trafficstars

> My full tree actually has 33k people. This is a very good reason to move to a full-fledged SQLite db (#67). Right now it uses JSON files.

> The logcat does include stack trace. We can't get Java stack trace, because Java is not crashing. Java gets force-terminated after OpenGLRenderer thread causes UNIX signal SIGABORT. The SIGABORT...

Can you post your gedcom here? 33k and 1000. Hope there is no privacy concern.

True, for automated testing. Though, I am not in the mood to write a test for that; testing on Android is complicated, and dramatically lengthens already long build times. If...

Android uses Gradle. This project uses fastlane for deployment, which supports running tests before deployment.

Whatever you make should probably use the GEDCOM libraries this project uses, so automated tests can be created without new dependencies, and to ensure consistency (that results from tests indicate...

Quite a piece of work! Thank you! Though, as I mentioned before, I would want it to be part of the automated test and build system, and that means the...

Also, importing the outputted GEDCOM into Gramps gave the following errors: ``` Error: family 'F0000' (input as @F00000@) father 'I0000' (input as 'I00000') does not refer back to the family....

@mefistotelis Kotlin is probably most similar to python. Based on your repos it doesn't look like you have much experience with Java, so I would recommend looking up some syntax...

I got an idea for how to easily write a test for importing big trees. We should determine a threshold for how long it should take to import a tree...