8d01869e37
Tweaked ForumListFragement to display reulsts from the database while
...
waiting for a sync to finish
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com >
2012-10-07 09:05:24 -04:00
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
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