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

205 commits

Author SHA1 Message Date
Christophe Beyls
27ed59732d Reduced the right margin of dual pane tablet layout to 96dp. 2015-01-19 19:52:37 +01:00
Christophe Beyls
87421b90dd Disable compatibility Floating Action Button selector transition animation to avoid background crossfading issue. 2015-01-19 19:37:26 +01:00
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
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