mfyang / FamilyGem

Android app for genealogical trees

Home Page:https://www.familygem.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Family Gem

Create your own family tree

Family Gem is an app for Android designed to manage family trees. At the moment it's completely free and open source.

Features

With Family Gem you can:

  • Create a family tree from scratch, entering names, dates, places, various events, photos and sources.
  • Import an existing family tree through a GEDCOM file and modify it as you want.
  • Export the family tree you created (via GEDCOM again) to import in every other genealogy program.
  • Share a tree with your relatives, letting them improve it and receiving back the updates. Then you can choose whether accept them or not.

Minimum supported version is Android 4.4 KitKat (API 19), maximum is Android 12 S (API 31). The intent is that data structure respects as much as possible the latest version of GEDCOM standard: 5.5.1 and possibly also 5.5.5.
Family Gem is strongly based on the library Gedcom 5 Java by FamilySearch.

Limitations

The code provided in this repository should compile and build a working version of Family Gem, but with some limitations:

Missing Limitation
App signature You loose saved trees when you install over a signed version
Server account You can't share trees
GeoNames "demo" account Place names suggestions probably don't appear

The code (classes, variables, comments...) is almost all written in Italian (my native language), because I started just as a personal hobby project. Obviously everyone expects an English code: it's hard to change at this point but I'm trying to translate all to English.

Translation

The translation of Family Gem user interface is managed on Weblate. Contribution to translation in any language is really appreciated. You need a Weblate account to freely work there, but also without account you can make suggestions to already existing translations.

Translation status

Resources

Official website: www.familygem.app

You can find Family Gem on Google Play.

The APK file is available on:

Feedback

For questions, bugs, suggestions you can:

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

About

Family Gem is written in Java within Eclipse and Android Studio. Project started on beginning of 2018. Author is Michele Salvador, an Italian self-taught programmer and genealogy enthusiast.

About

Android app for genealogical trees

https://www.familygem.app

License:GNU General Public License v3.0


Languages

Language:Java 100.0%