X-Git-Url: http://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Fdata%2FField.java;fp=tim%2Fprune%2Fdata%2FField.java;h=7b9d77925c1f39fbd4a1d842d63539245fe93b5b;hp=d020a7ebdd5789e080e1323dd2459a8796c851cc;hb=0a2480df5845e2d7190dfdec9b2653b1609e853d;hpb=2154b1969ac2995cca46546f217f53c066b0b749 diff --git a/tim/prune/data/Field.java b/tim/prune/data/Field.java index d020a7e..7b9d779 100644 --- a/tim/prune/data/Field.java +++ b/tim/prune/data/Field.java @@ -22,8 +22,9 @@ public class Field public static final Field SPEED = new Field("fieldname.speed", true); public static final Field VERTICAL_SPEED = new Field("fieldname.verticalspeed", true); + public static final Field MEDIA_FILENAME = new Field("fieldname.mediafilename", true); - // TODO: Field for photo filename, ability to load (from text) and save (to text) + // TODO: Ability to load media (from text) and save (to text) /** List of all the available fields */ private static final Field[] ALL_AVAILABLE_FIELDS = {