Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Material Design #1076

Merged
merged 75 commits into from
Aug 20, 2015
Merged
Changes from 1 commit
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
d474239
initial material design changes for the action bar
AndyScherzinger Jul 25, 2015
8f401a3
redone color changes for login screen
AndyScherzinger Jul 26, 2015
35b971d
further xxxhdpi cion work
AndyScherzinger Jul 26, 2015
53bbdfb
in case of open drawer close it onBackPressed
AndyScherzinger Jul 26, 2015
0c3e198
download fixing for #710
AndyScherzinger Jul 26, 2015
49b3acd
added indeterminate progress bar to show activity since this isn't su…
AndyScherzinger Jul 26, 2015
e72caeb
fine tuning icon work on login screen, making landscape visually en p…
AndyScherzinger Jul 26, 2015
0a3b4c8
progress bar drawable definitions (forgot to commit earlier)
AndyScherzinger Jul 26, 2015
77457f2
adding material icons to resolutions < xxhdpi
AndyScherzinger Jul 26, 2015
77c5ce7
removed unused lagacy code
AndyScherzinger Jul 26, 2015
dbe0ff5
Merge branch 'develop' of https://github.com/owncloud/android into ma…
AndyScherzinger Jul 26, 2015
b4c33b8
fix ant/eclipse based build with actual exploded aar for appcompat-v7
AndyScherzinger Jul 26, 2015
1939501
bump tests to android-22
AndyScherzinger Jul 26, 2015
9498385
Android-22 for target
AndyScherzinger Jul 26, 2015
5d6ca09
removed Android 16/19 to test drive
AndyScherzinger Jul 26, 2015
31160d2
Bump compile from 16-->22 in order to compile actual appcompat
AndyScherzinger Jul 26, 2015
4b9190b
npe fix for file upload on instance saving since actionbar in list mo…
AndyScherzinger Jul 26, 2015
172c3f5
colored background black for image download #710 as proposed by @janc…
AndyScherzinger Jul 26, 2015
ff2d55c
replaced hard coded background color with coresponding color-definition
AndyScherzinger Jul 27, 2015
8c03762
changing the leight_height in order to get the screen backround color…
AndyScherzinger Jul 27, 2015
687318e
changing the logo padding top/bottom according to #1076 comment by @j…
AndyScherzinger Jul 27, 2015
c49fbfb
adding a new accent color see #1076 comment by @jancborchardt
AndyScherzinger Jul 27, 2015
bfea14e
setting the username on the drawer header for startup and coming back…
AndyScherzinger Jul 27, 2015
5b6bde5
now works for initial opening and browsing down once
AndyScherzinger Jul 31, 2015
6235022
Merge branch 'develop' of https://github.com/owncloud/android into ma…
AndyScherzinger Aug 3, 2015
a51fcd3
Merge branch 'material_toolbar' of https://github.com/owncloud/androi…
AndyScherzinger Aug 3, 2015
3c78d4f
Merge branch 'develop' of https://github.com/owncloud/android into ma…
AndyScherzinger Aug 4, 2015
3e87ca1
Merge branch 'develop' of https://github.com/owncloud/android into ma…
AndyScherzinger Aug 4, 2015
f9a370e
extracted text colors for account setup to color.xml, see https://git…
AndyScherzinger Aug 4, 2015
10c5498
extracted text colors for account setup to color.xml, see https://git…
AndyScherzinger Aug 4, 2015
2636e07
Merge branch 'material_toolbar' of https://github.com/owncloud/androi…
AndyScherzinger Aug 4, 2015
a329d49
Fix for color reference in portrait https://github.com/owncloud/andro…
AndyScherzinger Aug 4, 2015
f7f468b
extracted color values for download fragment, see comments https://gi…
AndyScherzinger Aug 4, 2015
e36349f
fixing the progressbar corner glitch, bumping style of indeterminate …
AndyScherzinger Aug 4, 2015
b5f8c0b
changed alignment of drawer's content according to jan's suggestions
AndyScherzinger Aug 4, 2015
7c9c4a4
remove two-times init of the drawer
AndyScherzinger Aug 5, 2015
3956a50
fixed deprecated getDrawable call
AndyScherzinger Aug 5, 2015
f289998
removed unused listener (would only be useful in case of using toolba…
AndyScherzinger Aug 5, 2015
97b9932
changed color for hint text on login screens to 777
AndyScherzinger Aug 5, 2015
c2418d2
added missing progressbar
AndyScherzinger Aug 5, 2015
5ded9e8
aligned account name with menu items
AndyScherzinger Aug 5, 2015
b276b62
added bottom padding to logo, logo slightly bigger
AndyScherzinger Aug 5, 2015
270fea6
fix for the grid footer
AndyScherzinger Aug 5, 2015
1ce7d79
Move alert dialog to material variant and setting the correct accent …
AndyScherzinger Aug 6, 2015
a257935
Bugfix für Lollipop AlertDialog Bug (see styles), moved away from and…
AndyScherzinger Aug 6, 2015
9d9efd1
Merge branch 'develop' of https://github.com/owncloud/android into ma…
AndyScherzinger Aug 6, 2015
6b62271
added back translucent action bar for image preview
AndyScherzinger Aug 6, 2015
ddd0156
Optimized translucence for lollipop on image preview
AndyScherzinger Aug 6, 2015
4a4296a
Material Buttons (draft)
AndyScherzinger Aug 7, 2015
64ebb2c
Enforce to recalculate row height when measuring the footer to get it…
davivel Aug 10, 2015
275028a
Merge branch 'master' of https://github.com/owncloud/android into mat…
AndyScherzinger Aug 10, 2015
dde5e55
Merge branch 'material_toolbar' of https://github.com/owncloud/androi…
AndyScherzinger Aug 10, 2015
066190f
Update SETUP.md
AndyScherzinger Aug 11, 2015
5257af9
fixed username to be single line and ellipsized in case of lang names
AndyScherzinger Aug 12, 2015
c4d8c42
Merge branch 'material_toolbar' of https://github.com/owncloud/androi…
AndyScherzinger Aug 12, 2015
60e0f09
Fix for ssl popups padding, button style changed to borderless, fixed…
AndyScherzinger Aug 13, 2015
bac0fa5
move from deprecated ActionBarActivity to AppCompatActivity
AndyScherzinger Aug 13, 2015
92af92e
merged part of the fixes from material buttons branch to fix bugs rep…
AndyScherzinger Aug 14, 2015
71f68b4
fix for progressbars on pre lollipop and post ics for seekbar thumbs
AndyScherzinger Aug 14, 2015
66bae39
read cover art for audio file (works for mp3) and displays it in the …
AndyScherzinger Aug 14, 2015
80e7836
set back font weight on drawer list items
AndyScherzinger Aug 17, 2015
ba80646
Fix for 4.0 file action context menu (re-implement it via DialogFragm…
AndyScherzinger Aug 17, 2015
4ff231f
Java Doc added
AndyScherzinger Aug 17, 2015
3a82db4
Merge branch 'master' of https://github.com/owncloud/android into mat…
AndyScherzinger Aug 17, 2015
a393531
visual fix for Progress DialogFragment(s)
AndyScherzinger Aug 18, 2015
e79f92f
Conflict Dialog Fix
AndyScherzinger Aug 18, 2015
da89715
reverted back to light colored login
AndyScherzinger Aug 18, 2015
dbed656
fix for the progress bar on pre lollipop devices via manipulating win…
AndyScherzinger Aug 18, 2015
cbb0f87
Fix for long click menue for account management in preferences screen
AndyScherzinger Aug 18, 2015
2ce3e27
NPE Fix for setting the color on the IndeterminateProgressDialog
AndyScherzinger Aug 19, 2015
8b55e8b
prefixed variables with 'm'
AndyScherzinger Aug 20, 2015
8db8b07
NullCheck for drawer
AndyScherzinger Aug 20, 2015
a544a0c
correct copyright info
AndyScherzinger Aug 20, 2015
ee85bf9
fixed m-Prefixing
AndyScherzinger Aug 20, 2015
a46eb27
further m-prefixing
AndyScherzinger Aug 20, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Android-22 for target
  • Loading branch information
AndyScherzinger committed Jul 26, 2015
commit 94983855150554393f3268b194b02af0e72eb877
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@ language: android
android:
components:
- build-tools-22.0.1
- android-22
- android-19
- android-16
before_install: