@Override
 protected List<DataEntry> doInBackground() throws Exception {
   if (source == null) return Collections.EMPTY_LIST;
   return source.getEntries(DataEntryFilter.ALL);
 }