arkon
526e029ebb
Update some themes
2020-06-13 15:34:55 -04:00
arkon
e9d3b75e2b
Tweak history card design
2020-05-23 11:33:23 -04:00
MCAxiaz
46b01c6134
fix regular font family name ( #3154 )
2020-05-11 08:31:32 -04:00
arkon
d86d861e4b
MaterialFastScroll updates
2020-05-07 22:40:23 -04:00
arkon
3b45fcdb21
Use borderless buttons everywhere for consistency
2020-05-07 22:24:30 -04:00
arkon
fe803a4588
Add bottom padding to library for ActionToolbar
2020-04-26 20:04:05 -04:00
arkon
4da760d614
Simplify outlined button style name
2020-04-25 12:02:14 -04:00
arkon
b6f1c516e2
Fix extended fab height, make text bolder ( fixes #2900 )
2020-04-22 09:07:40 -04:00
arkon
01dd46c5ed
Remove unused widget styles and animations
2020-04-19 12:23:37 -04:00
arkon
11e10f6eff
Replace some old color attribute usages
2020-04-19 12:02:08 -04:00
arkon
29e453c201
Minor style tweaks
2020-04-18 19:05:19 -04:00
arkon
fd733e819d
More consistent card radii
2020-04-18 14:18:51 -04:00
arkon
bcde4337ac
Replace colorPrimaryDark with colorPrimaryVariant
2020-04-17 18:32:27 -04:00
arkon
fae763dbb0
Manga info action buttons
2020-04-16 22:16:15 -04:00
arkon
a1e7592bd8
Rename catalogue classes/layouts -> source
2020-04-12 12:21:47 -04:00
arkon
135e55fe27
Fix switch style in reader settings sheet ( fixes #2784 )
2020-04-11 11:29:55 -04:00
arkon
4f5e52fdd4
Move search filter sheet actions to the top
2020-04-10 15:15:31 -04:00
arkon
df625a998f
Use colorSecondary for text field cursor ( fixes #2853 )
2020-04-10 10:43:39 -04:00
arkon
9c44cae5b8
Tweak dark theme snackbar ( closes #2699 )
2020-04-05 13:55:42 -04:00
arkon
912629c2dc
Replace TagGroup library with Material chips
2020-03-29 14:11:13 -04:00
arkon
3f4140900d
Tweak button styles
2020-03-22 18:43:16 -04:00
arkon
3e5a48e5e4
Use actual dialog title for tracker login dialogs
2020-03-15 17:31:36 -04:00
arkon
3f88a67865
Fix webview close button tinting
2020-03-15 16:52:27 -04:00
arkon
1ebcafb25d
Fix focused text input stroke color ( fixes #2703 )
2020-03-15 12:58:48 -04:00
arkon
9deaff9181
Dark snackbar in dark themes ( fixes #2699 )
2020-03-12 20:12:48 -04:00
arkon
b9ea6e8d96
Fix common toolbar popup menu text color ( fixes #2695 )
2020-03-12 19:14:43 -04:00
arkon
f91f9c4862
Remove letter spacing from buttons ( fixes #2696 )
2020-03-12 18:58:21 -04:00
arkon
7d0ea614da
Migrate to MaterialComponents themes
2020-03-11 22:59:37 -04:00
arkon
11544fe8ef
Migrate to bottom navigation
2020-02-25 22:31:54 -05:00
arkon
a746d4cc3a
Tweak initial tracker card appearance
2020-01-24 12:18:55 -05:00
arkon
578bab5fdd
Use black background for AMOLED theme cards, dialogs ( #2422 )
2020-01-20 21:34:47 -05:00
arkon
07caea8b4e
Clean up splash screen code
2020-01-09 18:29:36 -05:00
markelgaston
141b7ac554
Added a app loading splash Screen ( #2185 )
...
* Added a app loading splash Screen. Just a theme that plays on start up before loading the actual app theme
* Added a app loading splash Screen. Just a theme that plays on start up before loading the actual app theme
* Update splash_background.xml
2020-01-09 18:09:52 -05:00
arkon
e411f54236
Remove up/down animation for FAB, add list padding ( #2456 )
2020-01-08 21:33:10 -05:00
arkon
0d5099f230
Drop support for Android 4.x ( #2440 )
...
* Bump minSdkVersion
* Remove Android 4.x specific logic
* Consolidate res assets
* Add note about minimum Android version to README
* Restore incorrectly removed method, remove unneeded Lollipop TargetApi annotations
2020-01-07 18:46:31 -05:00
Eugene
2bb903088e
Tweak FAB sizing method ( fixes #2398 )
...
Ref: https://stackoverflow.com/questions/56945314/floating-action-button-fab-icon-size-problems-after-migrating-to-sdk-28
2019-12-27 20:53:04 -05:00
Bram van de Kerkhof
9b40d10352
Improved AMOLED theme. Added Button style for borderless buttons. ( #1009 )
...
* Improved AMOLED theme. Added Button style for borderless buttons. Some UI improvements.
* Deleted unused drawables from app.
2017-09-29 08:34:13 +02:00
Bram van de Kerkhof
54c8b3ef29
Global Search ( #849 )
...
* Global Search
* Cards are now independent of design by use of recycler.
* Added local
* Some attribute fixes + moved onclick to controller.
* Lots of improvements to code
* Reversed some stuff. Thanks API 16
* Code fixes
* Performance improvements
* Moved adapter creation to constructor
* Small changes
* Removed sources settings from settings menu. Added OnChangeListener in catalogue. Made setting icon visible if room.
* bug fix
* Code review part uno
* Code review part uno-2
* Single recycler approach
* Add last source used
* Fix scroll state and some layout issues
* Fix wrong item binding
* Use data class for items
* Calculate item position and count while binding
* Fix background color with slices
* Reuse slices. Fix card background. Flatten constraint layout
* Fix global_search scroll issue
* Store last state with global search
* Minor changes
* Remove catalogue toolbar spinner. Persist catalogue across process restarts
* Save view state of recycler views. Set toolbar title with current query
2017-09-23 13:11:39 +02:00
Bram van de Kerkhof
062788f222
Fixed tracking cardview + readded AMOLED theme. ( #798 )
...
* Fixed cardview margin for sources
* Added AMOLED again
* changed padding to margin
2017-05-16 10:18:46 +02:00
Bram van de Kerkhof
2118434823
Initial AMOLED theme + some CardView fixes ( #787 )
...
* Initial AMOLED theme + some CardView fixes
* small fix
2017-05-07 12:36:25 +02:00
len
e542a8d8e2
Fix tab gravity
2016-12-20 16:54:56 +01:00
Bram van de Kerkhof
8be67a4431
Custom color filter for reader ( #434 )
...
* [WIP] Custom color filter for reader
* Improvements
* temp image to prevent build error
* Shift all the bits
* Some improvements. Removed DiscreteSeekBar
* Improvements
* API 16 + fixes
* Reduced lag. Fixed brightness value being reset to 0
* Small fixes
2016-09-21 21:26:08 +02:00
Bram van de Kerkhof
1f8126e2af
Use cardBackgroundColor instead of android:Background ( #339 )
2016-06-07 20:59:43 +02:00
Bram van de Kerkhof
86db7497e9
Small card fixes ( #338 )
2016-06-07 20:36:40 +02:00
Bram van de Kerkhof
172305fc6a
Wrong card background fix + bump gradle version ( #337 )
2016-06-07 20:14:36 +02:00
Bram van de Kerkhof
7ba898f701
Added recently read tab ( #316 )
2016-06-06 15:26:56 +02:00
len
0fe350af9a
Minor classes restructuration and optimize imports
2016-05-27 13:21:21 +02:00
Bram van de Kerkhof
26f4f53ec2
Fixed spinner + improved ripple ( #310 )
2016-05-25 00:09:24 +02:00
NoodleMage
575eaee1d2
UI tweaks
2016-05-19 16:29:25 +02:00
len
b84635ffec
Fix last commit
2016-04-10 20:14:35 +02:00