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

83 commits

Author SHA1 Message Date
Christophe Beyls
fbf3dfbb30 Added Floating Action Button in dual-pane layout of TrackScheduleActivity 2015-01-19 00:20:24 +01:00
Christophe Beyls
3a66da1ce1 Merge branch 'master' into material 2015-01-18 23:50:51 +01:00
Christophe Beyls
828b43677e Fix: Remove the EventDetailsFragment from the FragmentManager after switching from dual pane to single pane mode to prevent its ActionBar icons from showing up. 2015-01-18 23:50:16 +01:00
Christophe Beyls
3b89b76d7f New dual-pane tablet layout featuring extended height Toolbar and CardView. 2015-01-18 16:06:27 +01:00
Christophe Beyls
b8b8af6304 Fix: properly clear the links container view with the new layout in EventDetailsFragment. 2015-01-18 15:58:57 +01:00
Christophe Beyls
03f3fdb76a Merge branch 'master' into material 2015-01-18 13:42:18 +01:00
Christophe Beyls
7d1e5df598 Added support for direct search from Google Now 2015-01-18 13:41:30 +01:00
Christophe Beyls
d73c5c16cd New styles for headers and metadata in event details. 2015-01-15 00:09:32 +01:00
Christophe Beyls
264012b8e9 Removed unnecessary titles and use the same titles for TrackScheduleActivity and TrackScheduleEventActivity 2015-01-14 00:31:24 +01:00
Christophe Beyls
c9f53109eb - Make tabs in SlidingTabLayout focusable for keyboard input
- Use the Support Library's selectableItemBackground instead of the platform one to allow selectable backgrounds on API<14.
2015-01-14 00:10:13 +01:00
Christophe Beyls
49dd79a187 Added extended title Toolbar for PersonInfoActivity
+ Fixed toolbar elevation value.
2015-01-13 19:40:32 +01:00
Christophe Beyls
d00daadd78 Restored: emulate allCaps for API<14 in SlidingTabLayout 2015-01-11 02:35:53 +01:00
Christophe Beyls
a6007f6710 Make DialogTheme inherit from the new AppCompat dialog theme to simplify styles. 2015-01-11 01:08:59 +01:00
Christophe Beyls
aa34a30050 Fix: main progress now properly uses the Material style on Android 5. 2015-01-10 20:50:50 +01:00
Christophe Beyls
b6657e5754 New sliding tabs implementation for Material Design 2015-01-10 20:43:52 +01:00
Christophe Beyls
490bda0913 Use FOSDEM colors for dialogs and AlertDialogs under Material theme. 2015-01-08 19:51:46 +01:00
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
03ce6ac786 Migrated project structure to Android Studio 2014-12-10 22:46:27 +01:00