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

158 commits

Author SHA1 Message Date
Christophe Beyls
831539359d Fix: properly reuse the startup fragment in MainActivity after is has
been detached by setting its tag.
2014-03-31 03:43:11 +02:00
Christophe Beyls
e1e3db0ae4 Allow the app to be installed on external storage. 2014-03-13 02:31:27 +01:00
Christophe Beyls
bf14ff0d99 Fixed ListView padding in PersonInfoListFragment, by also overriding
setClipToPadding and setScrollBarStyle.
2014-02-28 19:52:56 +01:00
Christophe Beyls
f544a7d281 Updating manifest for release 1.0.7 2014-02-23 20:28:40 +01:00
Christophe Beyls
a5831bdff0 Fix: inverted two colors. 2014-02-23 20:27:56 +01:00
Christophe Beyls
cd4fa88557 Preparing manifest for release 1.0.6 2014-02-23 19:59:31 +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
b6bc0ba77b Made date format final in Day 2014-02-23 16:03:10 +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
86e69f2856 Scroll to the source event in TrackScheduleListFragment when navigating
up from EventDetailsActivity. Also select the source event by default in
dual-pane mode.
2014-02-21 00:08:02 +01:00
Christophe Beyls
6a4d86a42f Fixed search view gaining focus when going back to SearchResultActivity
in pre-ICS ActionBar.
2014-02-17 01:59:17 +01:00
Christophe Beyls
e21b4de047 Updated build instructions for Gradle 2014-01-31 22:15:41 +01:00
Christophe Beyls
c6da6228b4 Use DateUtils.withBelgiumTimeZone utility method in Day.java too 2014-01-31 21:53:58 +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
f60d833a4b Updated manifest for release 1.0.5 2014-01-25 19:40:11 +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
151a94864b Check start time and end time existence when creating the intent to add
an event to the system calendar.
2014-01-25 16:57:29 +01:00
Christophe Beyls
6ff746dd53 Make parser date format non-static to avoid cross-thread issues
(even if only one parser is effectively working at the same time with
the current code)
2014-01-25 16:38:21 +01:00
Christophe Beyls
a25b8e432f Display both start and end time in events list (including bookmarks),
along with a shorter representation of the day name.
2014-01-25 16:31:18 +01:00
Christophe Beyls
70badc34c8 Update manifest for release 1.0.4 2014-01-24 02:04:07 +01:00
Christophe Beyls
b6c5159069 Use BigText-styled notifications to show a bit more information in
expanded state.
2014-01-24 02:02:25 +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
4db8552e48 Converted forgotten integer reference to Event id to long. 2014-01-23 23:37:15 +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
e1a7107bdb Fix: properly restore the ViewPager position when
TrackScheduleEventActivity is restored.
2014-01-23 20:53:19 +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
0fec3b51b4 Merge branch 'master' of git@github.com:cbeyls/fosdem-companion-android.git 2014-01-22 01:17:00 +01:00
Christophe Beyls
dd271c11a9 Updating manifest for release 1.0.3 2014-01-22 01:10:27 +01:00
Christophe Beyls
334f299525 Only broadcast the event id and start time instead of the full event
when adding a bookmark.
2014-01-22 01:02:12 +01:00
Christophe Beyls
08a0cb66ea Update to new room naming system 2014-01-22 00:52:53 +01:00
Christophe Beyls
79a82edf5b updated legal info in README 2014-01-21 03:38:38 +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
3aa100a2fc Replaced share ActionProvider with simple chooser Intent to ensure
compatibility with 4.0.3 and make more room for the bookmark icon.
2014-01-21 01:58:40 +01:00
Christophe Beyls
919994e0ab Fragments option menus: keep a reference to MenuItems to change their
state directly instead of recreating the whole menu (works fine with
ActionBarCompat)
2014-01-19 01:17:37 +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
d2decf9d22 Merge branch 'master' of git@github.com:cbeyls/fosdem-companion-android.git 2014-01-18 00:57:58 +01:00
Christophe Beyls
b36e3eab3e Updated manifest for release 1.0.2 2014-01-18 00:57:39 +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
f4aa2a7df7 Ensure menu data is loaded before calling setHasOptionsMenu() 2014-01-17 22:08:50 +01:00
Christophe Beyls
975c870883 Improved bookmark status refresh in EventDetailsFragment 2014-01-17 22:05:53 +01:00
Christophe Beyls
e2584ccf52 Fixed crash when creating the options menu on some Android versions:
menu was created before the event was loaded. (Reported by Simon
Debaeke)
2014-01-17 21:45:08 +01:00
Christophe Beyls
bcbfa317aa Update README.md 2014-01-15 01:27:22 +01:00
Christophe Beyls
599e4c31da Update README.md 2014-01-15 01:22:04 +01:00
Christophe Beyls
50167e311e Create README.md 2014-01-15 00:13:22 +01:00
Christophe Beyls
5052b355c2 Add licence 2014-01-14 22:20:30 +01:00
Christophe Beyls
3f53775da3 Changed build target to API 19 (KitKat) 2014-01-14 22:07:56 +01:00