1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00
Commit graph

276 commits

Author SHA1 Message Date
Christophe Beyls
01256430e0 Implemented dual-pane display mode for TrackScheduleActivity. 2014-01-01 04:40:28 +01:00
Christophe Beyls
5e5485e058 Added big central indeterminate progressbar while loading cursor in
TrackScheduleEventActivity
2013-12-31 02:31:56 +01:00
Christophe Beyls
673385aad9 Add TrackScheduleEventActivity, a specialized activity to show events
related to the same track in a ViewPager (with an
UnderlinePageIndicator).
2013-12-31 01:42:54 +01:00
Christophe Beyls
401d696b6b Implemented details display on search suggestion click and global system
search support.
2013-12-30 22:40:17 +01:00
Christophe Beyls
0164b2e280 Added SearchResultListFragment in SearchResultActivity. 2013-12-30 02:36:05 +01:00
Christophe Beyls
777f118c47 Added add/remove bookmarks and bookmarks list 2013-12-30 01:47:01 +01:00
Christophe Beyls
17857bbf5d Added PersonInfoListFragment and activity
Fine-tuned dimensions and added more of them in dimens.xml
2013-12-30 00:01:56 +01:00
Christophe Beyls
650ed3c65c Added default styles for listview selection color and textView link
color
2013-12-29 17:13:25 +01:00
Christophe Beyls
d259d96d01 Added code to add event to the user's calendar 2013-12-29 16:33:28 +01:00
Christophe Beyls
3e455b96cc Added event sharing and code to retrieve the FOSDEM year from the
database.
2013-12-29 15:15:35 +01:00
Christophe Beyls
fada846d72 Updated fosdem purple colors & applied the colors to
PagerSlidingTabStrip
2013-12-29 04:05:47 +01:00
Christophe Beyls
c1204d8f17 Added EventDetailsFragment and Activity
Renamed AbstractAsyncTaskLoader to LocalCacheLoader
2013-12-29 03:43:14 +01:00
Christophe Beyls
f9747078f6 Added code to also bypass hostname verification in HttpUtils (required
for HTTPS redirects)
2013-12-28 02:17:26 +01:00
Christophe Beyls
eeff608ea7 Added TrackScheduleActivity and TrackScheduleFragment
Fixed EventsParser: cannot recycle the ArrayList of persons and links
because IterablePullParser uses 2 instances of Event simultaneously.
2013-12-28 01:46:23 +01:00
Christophe Beyls
f2e24e526f Added database update reminder dialog. 2013-12-27 18:47:34 +01:00
Christophe Beyls
795bee380e Added last updated date in the bottom of the main menu.
Made the menu slightly translucent.
Ensure the selected menu item is visible when changing orientation.
2013-12-27 15:48:54 +01:00
Christophe Beyls
2ce1521f8a Added code to allow any section fragment to be either added/removed or
attached/detached.
Tracks fragment is attached/detached by default.
2013-12-24 01:50:14 +01:00
Christophe Beyls
f2a207d033 Properly save and restore ViewPager state by setting the adapter after
the data is loaded
2013-12-24 01:47:22 +01:00
Christophe Beyls
be01ed867a Added Tracks list and included PagerSlidingTabStrip code as tab
indicator to select the day.
Added cache for Days list in DatabaseManager and send a broadcast when
the schedule has been downloaded.
2013-12-23 23:30:05 +01:00
Christophe Beyls
712ee2802b Implement fast scroll in persons list using AlphabetIndexer 2013-12-21 00:21:41 +01:00
Christophe Beyls
0e5d2cec05 Added simple persons list. 2013-12-20 02:11:52 +01:00
Christophe Beyls
f729bab73d Updated DB queries of methods returning a cursor to rename the rowid
column as '_id' for the CursorAdapter.
2013-12-20 02:10:37 +01:00
Christophe Beyls
ee138d34a3 Enabled Proguard 2013-12-20 02:09:02 +01:00
Christophe Beyls
d0081e015b Added main menu in drawerLayout + code to switch between sections. 2013-12-20 01:01:47 +01:00
Christophe Beyls
65faebd19e - Added MapFragment with zoomable map thanks to PhotoView.
- Added directions to ULB menu option in MapFragment.
2013-12-18 23:50:12 +01:00
Christophe Beyls
7ce173115a Initial commit: Network stack, schedule parser, database layer, search suggestion content provider. 2013-12-18 01:58:42 +01:00