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

137 commits

Author SHA1 Message Date
Christophe Beyls
454c5f62e1 Set notification color & category
(Lollipop specific)
2015-01-08 03:59:44 +01:00
Christophe Beyls
6461d9c464 Merge branch 'master' into material
Conflicts:
	app/build.gradle
	app/src/main/AndroidManifest.xml
2015-01-08 03:46:28 +01:00
Christophe Beyls
e96bdd6ad2 Updated manifest for hotfix release 1.1.1. 2015-01-08 03:26:58 +01:00
Christophe Beyls
d372480fa8 Added proper small notification icon
respecting the OS guidelines.
2015-01-08 03:16:30 +01:00
Christophe Beyls
70ee342fee Updated main app icon shadow
15px omnidirectional 90% black
2015-01-08 03:08:14 +01:00
Christophe Beyls
572d8bd8d4 List fragments now inherit from SmoothListFragment
for simpler code and more smoothness under Lollipop.
2015-01-07 02:54:01 +01:00
Christophe Beyls
a033f9be57 Use primary color instead of accent color for event details metadata background.
This area will need more tweaks before final release.
2015-01-07 02:49:54 +01:00
Christophe Beyls
c8ecbe1564 Fixed drawable padding in schedule item layout
(now 8dp like in event item layout)
2015-01-07 02:46:35 +01:00
Christophe Beyls
b534efd0ee Fixed UnderlinePageIndicator display.
Put it on top of the content to prevent displaying a thin white line at the bottom of the screen.
2015-01-07 00:41:19 +01:00
Christophe Beyls
043b75ce9d Downgrade to PhotoView 1.2.2 because 1.2.3 crashes when zooming out. 2015-01-07 00:33:25 +01:00
Christophe Beyls
28828062bd First batch of Material Design with complete new themes, styles and ActionBar drawables. 2015-01-06 01:39:50 +01:00
Christophe Beyls
bc689437ac Updated manifest for release 1.1.0 (latest stable release before design upgrade) 2014-12-22 19:34:14 +01:00
Christophe Beyls
6cb1e44c7a Improve SearchView auto close in MainActivity. 2014-12-22 19:31:55 +01:00
Christophe Beyls
36aa7f09da Small improvements following automatic code analysis 2014-12-20 18:01:24 +01:00
Christophe Beyls
e1168c48ce Migrate sources to Java 1.7 compatibility: use switch on Strings and diamond operators for improved readability/performance. 2014-12-20 17:33:19 +01:00
Christophe Beyls
7ec8d3c248 Enforce correct resource types with annotations. 2014-12-16 23:47:11 +01:00
Christophe Beyls
dfc5adb77c Improved .gitignore rules 2014-12-10 23:05:11 +01:00
Christophe Beyls
03ce6ac786 Migrated project structure to Android Studio 2014-12-10 22:46:27 +01:00
Christophe Beyls
b24229a442 Updating manifest file for release 1.0.8 2014-11-01 15:03:46 +01:00
Christophe Beyls
e2efc1affd Added a subtle drop shadow to the app icon. 2014-11-01 14:19:52 +01:00
Christophe Beyls
cffe261c14 Optimized notifications for wearables and Android 5. 2014-11-01 03:20:26 +01:00
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
11d96223a6 Migrate to android support r20 and build tools v20 2014-10-31 16:51:18 +01:00
Christophe Beyls
1907c575bf Purge outdated bookmarks after downloading the new database. 2014-05-27 00:13:30 +02:00
Christophe Beyls
b9a9882860 Removed obsolete @SuppressWarnings annotations in
UnderlinePageIndicator.
2014-05-26 01:30:48 +02: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
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