~tomdroid-maintainers/tomdroid/main

« back to all changes in this revision

Viewing changes to src/org/tomdroid/sync/sd/NoteHandler.java

  • Committer: Olivier Bilodeau
  • Date: 2010-10-08 03:27:28 UTC
  • mfrom: (185.1.56 sync-ui)
  • Revision ID: olivier@bottomlesspit.org-20101008032728-yq5q48wngtkp2h1u
Oversimplifying things: One way note sync and improved UI

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * http://www.launchpad.net/tomdroid
5
5
 * 
6
6
 * Copyright 2008, 2009, 2010 Olivier Bilodeau <olivier@bottomlesspit.org>
 
7
 * Copyright 2009, Benoit Garret <benoit.garret_launchpad@gadz.org>
7
8
 * 
8
9
 * This file is part of Tomdroid.
9
10
 * 
20
21
 * You should have received a copy of the GNU General Public License
21
22
 * along with Tomdroid.  If not, see <http://www.gnu.org/licenses/>.
22
23
 */
23
 
package org.tomdroid.xml;
 
24
package org.tomdroid.sync.sd;
24
25
 
25
26
import org.tomdroid.Note;
26
27
import org.xml.sax.Attributes;