Changeset 133
- Timestamp:
- 02/09/09 17:52:49 (10 months ago)
- Location:
- trunk
- Files:
-
- 2 added
- 65 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/ActivityConstants.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/ModelBootstrap.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/RapidAndroidApplication.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/activity/AddField.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 /** 2 20 * -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/activity/ChartData.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.activity; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/activity/Dashboard.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 /** 2 20 * -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/activity/DateRange.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.activity; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/activity/FileBrowser.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.activity; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/activity/FormCreator.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 /** 2 20 * -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/activity/FormReviewer.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 /** 2 20 * -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/activity/chart/ChartBroker.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.activity.chart; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/activity/chart/JSONGraphData.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.activity.chart; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/activity/chart/form/FormDataBroker.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.activity.chart.form; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/activity/chart/message/MessageDataBroker.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.activity.chart.message; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/activity/chart/monitor/MonitorDataBroker.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.activity.chart.monitor; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/content/RapidSmsContentProvider.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.content; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/content/translation/MessageTranslator.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.content.translation; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/content/translation/ModelTranslator.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.content.translation; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/content/translation/ParsedDataTranslator.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.content.translation; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/data/RapidSmsDBConstants.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.data; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/data/SmsDbHelper.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.data; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/data/controller/DashboardDataLayer.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.data.controller; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/data/controller/MessageDataReporter.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.data.controller; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/data/controller/ParsedDataReporter.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.data.controller; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/receiver/SmsParseReceiver.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 /** 2 20 * -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/receiver/SmsReceiver.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 /** 2 20 * -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/receiver/SmsReplyReceiver.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.receiver; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/view/ParsedMessageView.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.view; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/view/SimpleFieldView.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.view; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/view/SingleGridRowView.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.view; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/view/SingleRowHeaderView.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.view; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/view/SummaryCursorView.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.view; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/view/adapter/FieldViewAdapter.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.view.adapter; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/view/adapter/FormDataGridCursorAdapter.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.view.adapter; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/view/adapter/InefficientParsedMessageViewAdapter.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 /** 2 20 * -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/view/adapter/MessageCursorAdapter.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.view.adapter; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/view/adapter/MonitorCursorAdapter.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.view.adapter; 2 20 -
trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/view/adapter/SummaryCursorAdapter.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.view.adapter; 2 20 -
trunk/rapidandroid/org.rapidandroid/unittests/org/rapidandroid/tests/AndroidRegexTests.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.tests; 2 3 /**4 *5 */6 20 7 21 import java.util.HashMap; -
trunk/rapidandroid/org.rapidandroid/unittests/org/rapidandroid/tests/ContentBootstrapTests.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 /** 2 20 * @author Daniel Myung [email protected] -
trunk/rapidandroid/org.rapidandroid/unittests/org/rapidandroid/tests/ContentProviderTests.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 /** 2 20 * -
trunk/rapidandroid/org.rapidandroid/unittests/org/rapidandroid/tests/DashboardTest.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 /** 2 20 * -
trunk/rapidandroid/org.rapidandroid/unittests/org/rapidandroid/tests/MessageCorpusTests.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.tests; 2 20 -
trunk/rapidandroid/org.rapidandroid/unittests/org/rapidandroid/tests/MessageParsingTests.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidandroid.tests; 2 20 -
trunk/rapidandroid/org.rapidandroid/unittests/org/rapidandroid/tests/StandaloneTests.java
r132 r133 1 /* 2 * rapidandroid - SMS gateway for the android platform 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 /** 2 20 * -
trunk/rapidjava/org.rapidsms.java/src/org/rapidsms/java/core/Constants.java
r132 r133 1 /* 2 * rapidsdms-java - Java libraries for RapidSMS 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 19 1 20 package org.rapidsms.java.core; 2 21 -
trunk/rapidjava/org.rapidsms.java/src/org/rapidsms/java/core/model/Field.java
r132 r133 1 /** 2 * 1 /* 2 * rapidsdms-java - Java libraries for RapidSMS 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 3 18 */ 19 20 4 21 package org.rapidsms.java.core.model; 5 22 -
trunk/rapidjava/org.rapidsms.java/src/org/rapidsms/java/core/model/Form.java
r132 r133 1 /* 2 * rapidsdms-java - Java libraries for RapidSMS 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 /** 2 20 * -
trunk/rapidjava/org.rapidsms.java/src/org/rapidsms/java/core/model/Message.java
r132 r133 1 /* 2 * rapidsdms-java - Java libraries for RapidSMS 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidsms.java.core.model; 2 20 -
trunk/rapidjava/org.rapidsms.java/src/org/rapidsms/java/core/model/Monitor.java
r132 r133 1 /* 2 * rapidsdms-java - Java libraries for RapidSMS 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidsms.java.core.model; 2 20 -
trunk/rapidjava/org.rapidsms.java/src/org/rapidsms/java/core/model/SimpleFieldType.java
r132 r133 1 /* 2 * rapidsdms-java - Java libraries for RapidSMS 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 /** 2 20 * -
trunk/rapidjava/org.rapidsms.java/src/org/rapidsms/java/core/parser/IMessageParser.java
r132 r133 1 /* 2 * rapidsdms-java - Java libraries for RapidSMS 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 /** 2 20 * -
trunk/rapidjava/org.rapidsms.java/src/org/rapidsms/java/core/parser/IParseResult.java
r132 r133 1 /* 2 * rapidsdms-java - Java libraries for RapidSMS 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 /** 2 20 * @author Daniel Myung [email protected] -
trunk/rapidjava/org.rapidsms.java/src/org/rapidsms/java/core/parser/SimpleParseResult.java
r132 r133 1 /* 2 * rapidsdms-java - Java libraries for RapidSMS 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 /** 2 20 * -
trunk/rapidjava/org.rapidsms.java/src/org/rapidsms/java/core/parser/SimpleRegexParser.java
r132 r133 1 /* 2 * rapidsdms-java - Java libraries for RapidSMS 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 /** 2 20 * -
trunk/rapidjava/org.rapidsms.java/src/org/rapidsms/java/core/parser/interpreter/BooleanInterpreter.java
r132 r133 1 /* 2 * rapidsdms-java - Java libraries for RapidSMS 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidsms.java.core.parser.interpreter; 2 20 -
trunk/rapidjava/org.rapidsms.java/src/org/rapidsms/java/core/parser/interpreter/FloatInterpreter.java
r132 r133 1 /* 2 * rapidsdms-java - Java libraries for RapidSMS 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 /** 2 20 * @author Daniel Myung [email protected] -
trunk/rapidjava/org.rapidsms.java/src/org/rapidsms/java/core/parser/interpreter/IParseInterpreter.java
r132 r133 1 /* 2 * rapidsdms-java - Java libraries for RapidSMS 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 /** 2 20 * @author Daniel Myung [email protected] -
trunk/rapidjava/org.rapidsms.java/src/org/rapidsms/java/core/parser/interpreter/IntegerInterpreter.java
r132 r133 1 /* 2 * rapidsdms-java - Java libraries for RapidSMS 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidsms.java.core.parser.interpreter; 2 20 -
trunk/rapidjava/org.rapidsms.java/src/org/rapidsms/java/core/parser/interpreter/StringInterpreter.java
r132 r133 1 /* 2 * rapidsdms-java - Java libraries for RapidSMS 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidsms.java.core.parser.interpreter; 2 20 -
trunk/rapidjava/org.rapidsms.java/src/org/rapidsms/java/core/parser/service/InterpreterFactory.java
r132 r133 1 /* 2 * rapidsdms-java - Java libraries for RapidSMS 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 /** 2 20 * @author Daniel Myung [email protected] -
trunk/rapidjava/org.rapidsms.java/src/org/rapidsms/java/core/parser/service/ParsingService.java
r132 r133 1 /* 2 * rapidsdms-java - Java libraries for RapidSMS 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidsms.java.core.parser.service; 2 20 -
trunk/rapidjava/org.rapidsms.java/src/org/rapidsms/java/core/parser/token/ITokenParser.java
r132 r133 1 /* 2 * rapidsdms-java - Java libraries for RapidSMS 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidsms.java.core.parser.token; 2 20 -
trunk/rapidjava/org.rapidsms.java/unittests/org/rapidsms/java/test/DateTimeTests.java
r132 r133 1 /* 2 * rapidsdms-java - Java libraries for RapidSMS 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 package org.rapidsms.java.test; 2 20 -
trunk/rapidjava/org.rapidsms.java/unittests/org/rapidsms/java/test/JavaParsingTests.java
r132 r133 1 /* 2 * rapidsdms-java - Java libraries for RapidSMS 3 * Copyright (C) 2009 Dimagi Inc., UNICEF 4 * 5 * This program is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation, either version 3 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * 18 */ 1 19 /** 2 20 *