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

483 commits

Author SHA1 Message Date
Christophe Beyls
3100bce74c Dynamic toolbar elevation in MainActivity
depending on the current section.
2016-01-01 22:45:47 +01:00
Christophe Beyls
040d8a070a New app icon, more material-ish 2016-01-01 22:27:57 +01:00
Christophe Beyls
719e387d91 Added a fix for crashes while zooming in PhotoView inside a DrawerLayout. 2016-01-01 21:43:57 +01:00
Christophe Beyls
06b2c82242 Fixed "DB last updated" date format 2016-01-01 21:18:20 +01:00
Christophe Beyls
14f38d5e6e Updated Navigation Drawer in MainActivity to comply with latest material design guidelines. 2016-01-01 21:16:18 +01:00
Christophe Beyls
24b6364a96 Fixed time formatting to properly use the device's current Locale. 2015-12-27 19:30:43 +01:00
Christophe Beyls
ae7ef84396 Implemented backport version of simple_list_item_2 for Material Design
and removed custom secondary text color on older Android versions
2015-12-27 19:07:44 +01:00
Christophe Beyls
9ffa61f70b Migrate to AppCompat 23.1.1
Removed legacy hacks
Material dialogs on older versions
2015-12-27 01:28:59 +01:00
Christophe Beyls
63bd76f5ed Improved ListView styling by using built-in attribute listChoiceBackgroundIndicator 2015-12-26 17:45:30 +01:00
Christophe Beyls
f31af2f492 Moved all build config values to build.gradle 2015-12-25 16:52:12 +01:00
Christophe Beyls
d5b0b833dd Regression fix: main menu background not properly applied to the entire menu zone. 2015-12-25 16:39:28 +01:00
Christophe Beyls
54f6a6945e Set alarms at the exact time instead of having them batched and delayed on Kitkat and above. 2015-12-25 16:21:08 +01:00
Christophe Beyls
29d923a1cd Updated Floating Action Button style to the official guidelines. 2015-06-26 17:32:03 +02:00
Christophe Beyls
b6cc5513db Replaced the ListView main menu with a ScrollView and an AdapterLinearLayout.
It makes the layout simpler and fixes focus issues in keypad navigation mode.
2015-06-24 16:43:22 +02:00
Christophe Beyls
0c2ddc73e0 Moved launcher icon to mipmap resource folders for better scaling on modern devices. 2015-06-08 18:11:01 +02:00
Christophe Beyls
aa1a4f0148 Upgrade Gradle Android plugin 2015-05-30 23:58:34 +02:00
Christophe Beyls
56fea42162 Workaround to support "If-Modified-Since" conditional HTTP requests on web servers supporting GZIP compression, also enabling GZIP compression support on Android 2.1 and 2.2. 2015-05-30 23:51:29 +02:00
Christophe Beyls
b1d823d245 Misc. small cleanups 2015-04-02 02:29:59 +02:00
Christophe Beyls
c54b339dc2 Update Gradle plugin to 1.1 2015-03-08 00:36:41 +01:00
Christophe Beyls
90d73831c6 Added Http cache awareness
to skip updating the database when the remote file has not changed.
2015-02-05 23:49:31 +01:00
Christophe Beyls
6f48640a13 Removed restriction to only use Google Maps for directions if installed, allowing to use third-party apps or a browser. 2015-02-05 00:32:43 +01:00
Christophe Beyls
74f1a7e2b3 Added warning message instead of crash when no compatible calendar app is found. 2015-02-04 23:37:51 +01:00
Christophe Beyls
7f8a8aa5cb Improve readability of up navigation code in EventDetailsActivity and add missing flags in the Manifest file for it. 2015-02-04 23:30:13 +01:00
Christophe Beyls
45b162246c Updated campus map to 2015 edition. 2015-02-04 00:32:44 +01:00
Christophe Beyls
1a8e48b46a Update manifest file for next hotfix release. 2015-01-19 23:41:44 +01:00
Christophe Beyls
cef5f95ad1 Move "Settings" and "About" from options menu to main menu footer. 2015-01-19 23:40:55 +01:00
Christophe Beyls
b25326e845 Tweak track_schedule layout in tablet landscape mode to increase card elevation and compensate for the compatibility padding. 2015-01-19 22:57:38 +01:00
Christophe Beyls
89bdf37ee0 Use slightly darker separator line color 2015-01-19 21:00:03 +01:00
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