proletarius101
2530487483
Migrate CardView to MaterialCardView
2021-05-18 10:53:17 +00:00
proletarius101
755588202f
feat: rebase app themes to material themes
2021-04-12 16:36:17 +00:00
proletarius101
528eecb63c
Extensively use appcompat
2021-04-07 14:02:48 +00:00
Hans-Christoph Steiner
4caab6a135
rename WhatsNew* to Latest* to match source string name
2021-02-08 13:16:04 +01:00
proletarius101
fbbf78dcf8
fix: crashing in the search activity
2021-02-07 20:01:18 +01:00
Marcus Hoffmann
18592150c1
perform androidX migration through android studio
...
Project compiles and works fine after this.
2020-07-14 14:10:21 +02:00
Michael Pöhn
a4c3df6c24
Anti-Feature icons
2020-06-25 20:39:00 +00:00
Michael Pöhn
e42718b11f
display summary text on app details activity
2019-12-08 03:37:13 +01:00
Conny Duck
3adfb65c69
Improve Buttons
2019-02-26 16:02:30 +00:00
Hans-Christoph Steiner
551b577bca
Merge branch 'badge' into 'master'
...
use new design for other badge instances
See merge request fdroid/fdroidclient!754
2018-12-12 20:17:47 +00:00
dkanada
568ef56247
fix merge issues and tweak the header layouts a bit more
2018-12-09 16:37:18 +09:00
dkanada
24a4da9d89
some layout modifications to Updates and AppDetails headers
2018-12-09 16:28:45 +09:00
Jan-Christoph Borchardt
09a7ec3fd3
Change inconsistent 'Upgrade' to 'Update'
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-12-06 18:01:08 +00:00
Jan-Christoph Borchardt
5f660501e3
Change technical 'Run' to more understandable 'Open'
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-12-06 18:01:08 +00:00
hotlittlewhitedog
f579eecfb3
uninstall-button
2017-10-20 19:44:14 +02:00
Peter Serwylo
fc2093a9a6
Merge branch 'animation-fixes' into 'master'
...
Animation fixes
See merge request !566
2017-09-05 02:18:30 +00:00
ByteHamster
8bfecc89fb
Animation fixes
...
- Icon transition is no longer jumping in first frame (caused by different padding)
- Icon is no longer cropped at start of transition (caused by missing changeImageTransform)
- Toolbar icons are no longer animated. Introduced in !561 by changing the icons programmatically
2017-08-29 16:07:13 +02:00
Chirayu Desai
6b1bb92282
Fix anti feature warning drawable in dark mode
2017-08-28 10:40:26 +05:30
Steffan Byrne
63cad0d754
Made app_details2_header text selectable. This addresses #1032 .
2017-06-05 22:07:40 -04:00
Hans-Christoph Steiner
c5f5eb6a05
Merge branch 'transitions' into 'master'
...
Fixed shared element transitions
See merge request !524
2017-05-29 18:55:48 +00:00
ByteHamster
ecf0b88c65
Fixed shared element transitions
2017-05-29 18:02:31 +02:00
Felix Ableitner
05b4a55c0a
Use proper way to set text all caps on old api
2017-05-26 11:32:29 +09:00
Peter Serwylo
4b70d81e5c
Make install/uninstall/run/upgrade buttons not overlap last updated text
...
Instead of showing them below the icon, it now puts the icon + name +
author + last updated into a single layout which can grow if the app
name or author wraps to a second line. The buttons are now below this
additional layout.
2017-04-26 08:28:25 +10:00
Peter Serwylo
e2c82d2943
Accessibility tweaks in app details.
...
* Correctly read out "Cancel download"
* Allow users to hear download progress correctly.
2017-04-26 08:28:24 +10:00
Chirayu Desai
9f50bef04f
More dark more fixes
...
Fixes some leftover items missed in the previous major update.
* Donate view in AppDetails
* What's new view in AppDetails
* The search view
2017-04-21 01:39:39 +05:30
Peter Serwylo
17ad6167a3
Fix broken padding in AppDetails2 on older devices.
...
Right + Left in addition to End + Start for support on older devices.
2017-04-17 17:31:32 +10:00
Peter Serwylo
a9b2ac9388
Don't clip the shadows underneath app details buttons.
...
Minor UI quirk, it was cutting off the drop shadow for these buttons.
2017-04-17 17:31:32 +10:00
Peter Serwylo
3c1b66dcd1
Let buttons go all the way to the left, not just to the icon.
...
On languages with longer translations, there is not enough space to fit
the relevant translations on a single line of the button.
Fixes #937 .
2017-04-17 17:31:32 +10:00
Hans-Christoph Steiner
8cb277e90d
AppDetails2: add missing paddingEnd to match paddingRight
2017-04-14 01:09:33 +02:00
Chirayu Desai
c2685bf14e
Fixes for dark mode, needed after the UX Overhaul
...
* Replace hardcoded color values with references to style.xml,
which in turn has different values for light and dark theme.
* Force reload the activity to get the theme applied.
TODO:
* Swap uses it's own theme, need to figure out a way to
handle that. Currently the main Nearby screen which you get
to from the bottom navigation is ok, but anything after
that is light / custom themed.
2017-04-13 19:34:18 +05:30
Peter Serwylo
d4584083af
Refactor button styles for clearer distinction between large/small.
...
Small ones are used in the "Updates" screen, whereas large are used
elsewhere (e.g. in the app details, but also the "Start swap" screen).
2017-03-26 10:49:56 +11:00
Peter Serwylo
31fdcba945
Remove xmlns from inner element
2017-03-23 09:42:46 +01:00
mvp76
c059b83f2b
Fix merge conflict
2017-03-23 09:37:33 +01:00
mvp76
622a1245dc
Move "what's new" from its own section to the header section
...
Also, add some styling and placeholder text (randomly set or not set)
2017-03-23 09:32:58 +01:00
mvp76
2d27ba4086
Display anti-features
...
Issue #878 .
2017-03-23 09:32:58 +01:00
mvp76
0689a39735
Add last updated under the title and author
...
Also, added styles for the title and the last updated text.
2017-03-23 09:32:58 +01:00
mvp76
d457a5ca0a
Drop the "Summary" from the main header, and instead just go straight to the description
2017-03-23 09:29:50 +01:00
Peter Serwylo
c275fae9b7
Switch to rounded buttons.
2017-03-22 08:55:26 +11:00
mvp76
d02ea05865
Add the download/install progress bar
2016-11-21 17:01:03 +01:00
mvp76
7469a1cdab
Some layout and color fixes
2016-11-18 15:39:53 +01:00
mvp76
3eb2a5eb96
Added the links section, cleanup some code
2016-11-18 15:39:53 +01:00
mvp76
34450569b3
Initial work on details view
2016-11-18 15:39:53 +01:00