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

52 commits

Author SHA1 Message Date
Christophe Beyls
0a40c56c6e Don't clear the database when the downloaded file contains zero events.
Properly notify according to the number of events downloaded.
2014-10-31 19:25:18 +01:00
Christophe Beyls
e66c13af60 Make ListView inherit from Holo ListView style on Android 11+. 2014-05-26 01:29:52 +02:00
Christophe Beyls
153052461e Added purple-styled checkbox and fast scroll thumb in Holo theme. 2014-04-21 13:44:36 +02:00
Christophe Beyls
4cbe342699 Added xxxhdpi app icon 2014-04-04 23:11:56 +02:00
Christophe Beyls
b6e6ecf027 Replaced PagerSlidingTabStrip with a slightly improved version of
Android's example SlidingTabLayout.
2014-03-31 22:30:34 +02:00
Christophe Beyls
a5831bdff0 Fix: inverted two colors. 2014-02-23 20:27:56 +01:00
Christophe Beyls
ec21e72cf1 Updated campus map to the latest version 2014-02-23 19:59:11 +01:00
Christophe Beyls
cb9545230c Events in progress are now displayed with a contrasted background color
for the time column in TrackScheduleListFragment.
2014-02-23 19:54:11 +01:00
Christophe Beyls
f78b9576fc Added Android Beam support to allow sharing sessions using NFC, in all
activities showing sessions.
2014-02-22 19:09:29 +01:00
Christophe Beyls
f664fde64f Added Gradle Build script.
Ensure Lint checks pass for Gradle build.
2014-01-31 21:51:31 +01:00
Christophe Beyls
7010497ba5 Updated campus map to new version with paths and facilities. 2014-01-25 19:38:53 +01:00
Christophe Beyls
55cd420395 Improved notifications with an action button allowing to show the room
map image directly.
Event subtitle in notification BigText style is now shown in white,
before the speaker(s).
2014-01-25 19:28:59 +01:00
Christophe Beyls
24b8dc9e2e Display a star icon to the right of starred events in lists. 2014-01-24 01:17:14 +01:00
Christophe Beyls
f72fd5966f Load bookmark status asynchronously using a loader to ensure the UI
thread is not blocked when the database is updating. The loader is
notified of bookmarks status changes to deliver the new status
immediately.
2014-01-23 21:34:59 +01:00
Christophe Beyls
cd169b1680 Added purple-colored indeterminate horizontal progress bar style, in
addition to the determined style.
2014-01-22 23:52:39 +01:00
Christophe Beyls
08a0cb66ea Update to new room naming system 2014-01-22 00:52:53 +01:00
Christophe Beyls
a9f82d90c1 Updated legal info. 2014-01-21 03:35:40 +01:00
Christophe Beyls
4be572c336 Fixed problem during menu creation in TrackScheduleEventActivity in
Android 4.0.x
2014-01-21 03:26:22 +01:00
Christophe Beyls
61a336642a Improved text display in About dialog. 2014-01-18 21:07:38 +01:00
Christophe Beyls
2e5e417742 Handle events with no speakers (Issue reported by B. Leseul) 2014-01-18 20:51:21 +01:00
Christophe Beyls
c5c7f29002 Replaced legacy search with SearchView in ActionBar for API level 8+ 2014-01-18 00:56:53 +01:00
Christophe Beyls
3146302878 Added "Live" section to show upcoming and currently running events,
refreshed every minute.
In this section, EventsAdapter shows the event start time and end time
instead of its day and start time.
2014-01-14 02:02:56 +01:00
Christophe Beyls
962d15f0e3 Added about dialog. 2014-01-11 00:52:18 +01:00
Christophe Beyls
a9c9c40a46 Added room images. They can be shown by clicking on the room name in
EventDetailsFragment. (+500KB apk file size)
2014-01-10 01:38:49 +01:00
Christophe Beyls
09ef88bde0 Fixed settings animation resources 2014-01-09 00:59:12 +01:00
Christophe Beyls
d774557526 Added MultiChoiceModeListener on bookmarks list, to be able to delete
multiple bookmarks at once.
2014-01-08 23:51:57 +01:00
Christophe Beyls
7cefa9f541 Fix: scroll position lost because of textIsSelectable attribute on title 2014-01-08 22:28:39 +01:00
Christophe Beyls
aa88aad78e Added custom animation when opening settings menu.
Added settings icon and show it if there's room.
2014-01-08 00:26:10 +01:00
Christophe Beyls
2a2da59839 Added notifications system and settings screen.
+ Sorted strings
2014-01-07 02:52:01 +01:00
Christophe Beyls
78f4059aed FOSDEM theme implementation 2014-01-03 02:50:27 +01:00
Christophe Beyls
dd6f10a85a Fixed keypad navigation in event details fragment 2014-01-03 02:21:50 +01:00
Christophe Beyls
2918bb2970 Changed scale mode of the map image to fitCenter 2014-01-02 20:33:53 +01:00
Christophe Beyls
7e3679c165 Added "upcoming only" filter in bookmarks list. 2014-01-01 21:31:40 +01:00
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
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
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
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
0e5d2cec05 Added simple persons list. 2013-12-20 02:11:52 +01:00
Christophe Beyls
d0081e015b Added main menu in drawerLayout + code to switch between sections. 2013-12-20 01:01:47 +01:00