Commit Graph

35 Commits

Author SHA1 Message Date
012ed61d7b Cleaned up code
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-10-07 09:01:16 -04:00
b96e16f9ab Started working on updating the UI after a database sync
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-10-07 09:00:48 -04:00
e7e59f9d1b Added time stamps to database.
This allows topics to be displayed to the user in the proper oder.
The order is descending dates

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-10-07 01:17:05 -04:00
42a34f5c5f Fixed topic and thread retrieval
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-10-07 00:15:08 -04:00
7ec5e1fa35 Cleaned up code
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-10-06 11:20:12 -04:00
0eac47a347 I can now display threads from the database
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-10-06 11:19:41 -04:00
73a9d679da I can now display topics from the database
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-10-06 11:13:41 -04:00
106a4626f6 I can now display forums from the database
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-10-06 11:02:20 -04:00
b732dbe28d Finished tweaking upserting of *_info tables
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-10-05 13:03:44 -04:00
55d3cca08e Fixed updating of forum_info, topic_info, and thread_info tables
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-10-05 12:49:52 -04:00
93dfb68e4f Updated database to use an easier to use format.
Added 3 more tables to store id's of forums, topics, and threads.
I also renamed existing tables to better describe their job.
the following tables are now used:
forums			stores ids of forums
topics			stores ids of topics, and parent forums
threads			stores ids of threads, and parent topics & forums
forum_info		stores key value pairs
topic_info		stores key value pairs
thread_info		stores key value pairs

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-10-05 12:14:32 -04:00
f06bd3e94c Finished new database structure
The database now uses 3 tables. forums, topics, and threads.

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-09-24 11:19:50 -04:00
4e0cd45852 Started working on second database design 2012-09-22 09:54:16 -04:00
7f3eb985f2 Implemented Initial database design.
probably going to scrap this design however.

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-09-22 01:56:07 -04:00
992ccab36d Created a simple forum sync
Finished creating a method that downloads and saves forums.

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-09-21 14:27:56 -04:00
a2d60f98b1 Started working on implementing a database for storing forum content.
This will enable off line viewing of the forum.

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-09-21 11:39:16 -04:00
adfb10a200 Cleaned up code
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-09-16 12:07:04 -04:00
2d80b371a6 Added a legal information that can be view by the user
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-09-16 11:55:49 -04:00
fc86aa6fa7 Performed a refactor and removed unneeded files
Renamed package to org.RickBarretet.osj.forum
refactored some layout names
removed unused layout files

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-09-14 12:18:13 -04:00
7497bc9bbf Updated comments and implemented basic log filtering
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-09-14 11:54:04 -04:00
e6a7798031 I can now display posts
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-09-14 10:34:53 -04:00
12f4f72729 Cleaned up topic content data model
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-09-13 12:29:35 -04:00
997af18b5c Started to update adapters to use new layouts
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-08-31 12:37:42 -04:00
e977c64abd Started to create layouts for different forum items
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-08-31 12:09:55 -04:00
e81c033c9f Added comments
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-08-31 12:09:35 -04:00
1ed3e1728b Implemented topics
Added a simple adapter and convince methods to display topics to the
user.

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-08-31 02:09:25 -04:00
1c8da79a6e Implemented sub forums.
When the user selects a category, the sub forums are now displayed to
them.

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-08-30 14:33:29 -04:00
1b5b54d5d9 Fixed Downloading of items, and two-plane layout for large devices
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-08-30 11:31:34 -04:00
35bd7d729e Started work on downloading and displaying forums.
As of this commit, I can officially download and display forums to the
user

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-08-30 11:19:35 -04:00
8d4840fce3 Added an other master detail flow activity for Forums
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-08-29 12:57:58 -04:00
2d5cbb0e8c Added server location to strings.xml
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-08-27 12:41:05 -04:00
8a6205cef0 Incorporated an XMLRPC Library
Original Source http://code.google.com/p/android-xmlrpc/

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-08-27 12:40:37 -04:00
6ead4f6750 Fixed the manifest
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-08-27 12:36:33 -04:00
2052700de0 Added Apache License
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-08-27 11:26:33 -04:00
fe3d348077 Initial Project Creation
The goal of this project is to create an intuitive forum
browsing application for the Ocean State Jeepsters
(http://www.oceanstatejeepsters.com/forum/)

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-08-27 11:03:40 -04:00