Skip to content

Releases: PureWriter/about-page

v2.5.2

25 Aug 08:08
Compare
Choose a tag to compare

2.5.1

28 Apr 11:57
Compare
Choose a tag to compare
  • about_page_navigationBarColor is always dark when Android version is less than 27 a07b9aa
  • Update dependencies d150b61

2.5.0

08 Nov 08:05
Compare
Choose a tag to compare
  • Support Edge-to-edge
  • Move about_page_header_height from AppBarLayout to CollapsingToolbarLayout
  • Remove deprecated extension module

2.4.0

25 Nov 15:31
Compare
Choose a tag to compare
  • descendantFocusability="beforeDescendants"
  • Make the Card text to be selectable
  • Fix setHeaderBackground methods visibility
  • Open setContentView() and add layoutRes()

2.3.1

07 Sep 03:55
Compare
Choose a tag to compare
  • Fix consumer proguard-rules for the new group

2.3.0

07 Sep 03:22
Compare
Choose a tag to compare
  • Migrate to MultiType 4.0.0
  • Migrate to new group com.drakeet.about

v2.2.0

20 Oct 02:27
Compare
Choose a tag to compare
  • Migrate to AndroidX

v2.0.2

23 Oct 13:24
Compare
Choose a tag to compare
  • Fixed drawable-v21/about_page_card2 to about_page_card
  • Added OnContributorClickedListener (#14)
  • Fixed market_chooser background for night mode

v2.0.0

20 Oct 02:35
Compare
Choose a tag to compare

about-page

  • Updated multitype to v3.3.3
  • Updated support libraries to v26.1.0
  • Added a new item type Recommended
  • Added OnRecommendedClickedListener

  • Changed card style from padding card to non-padding card
  • Added support for Android DayNight theme
  • Added DividerItemDecoration for inner and deprecated Line
  • Added stableIds for items and renamed getters of AbsAboutActivity
  • Added horizontal padding for the slogan
  • Materialized about_page_card_text_color
  • Updated about_page_background to #212121

about-page-extension

We provide a new module extension, contains two classes RecommendedLoader and RecommendedLoaderDelegate. Use them, only need a line of code can load asynchronously our host Android Links data.
If you use RecommendedLoaderDelegate, you can get automatically cancel the unfinished network request at the end of the Activity lifecycle.

RecommendedLoaderDelegate.attach(this, index);
// or
// RecommendedLoader.getInstance().loadInto(this, index);

Screenshots

v1.4.1

02 Oct 08:14
Compare
Choose a tag to compare

Changed Card.content to be CharSequence