Family Gem is an app for Android designed to manage family trees. At the moment it's completely free and open source.
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 13 Tiramisu (API 33).
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.
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 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.
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.
Official website: www.familygem.app
You can find Family Gem on Google Play.
The APK file is available on:
- GitHub releases
- IzzyOnDroid (F-Droid repository)
- Uptodown
For questions, bugs, suggestions you can:
- Open an issue
- Start a conversation on the Family Gem Google group (Google account required)
- Directly email to the Family Gem Google group: [email protected] (no account required)
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.
Family Gem is written in Java within Eclipse and Android Studio.
Project started on beginning of 2018.
Author is Michele Salvador, an Italian programmer and genealogy enthusiast.