Dawn
Unofficial client for Reddit

This is an open-source fork of Dank for Reddit originally created by Saket Narayan.
As Dank did, Dawn puts the focus on user-generated content. The UI takes a back-seat so that you can enjoy photos posted by Reddit’s lovely users in their full glory. It is driven by gestures. Unlike taps, gestures enable faster navigation, are easier to build muscle memories for (because of their larger surface areas) and most important of all — they are downright enjoyable.
While going all-in on gestures, Dawn still ensures that they’re consistent. Vertical gestures are used for navigation. Horizontal gestures are used for actions like voting or scrolling through an Imgur album.
Further features include:
- Drag to dismiss screens
- Inline replies
- Live Markdown
- Undo
- GIFs
- Rich media notifications

NonFreeNet
: This application promotes or entirely depends a non-Free network service.
AppID: | me.thanel.dank |
Author: | Łukasz Rutkowski |
License: | Apache-2.0 |
Donation: | |
InRepoSince: | 2020-11-26 |
LastRepoUpdate: | 2021-01-31 |
LastAppUpdate: | 2021-01-31 |
LastVersion: | 0.12.2 |
Categories: | Internet |
Google Play: | Check if it's there |
Packages
Version 0.12.2 (2021-01-31)
Android Versions:
- Target: 11.0
- MinVer: 6.0
Permissions:
Features:
- None
70 Libraries detected:
Libraries:
- Android Support v4 (Development Framework) The Android Support Library is not actually a single library, but rather a collection of libraries that can roughly be divided into two groups: compatibility and component libraries. For details, please see Understanding the Android Support Library.
- Arch (Utility) helper for other arch dependencies, including JUnit test rules that can be used with LiveData.
- AppCompat (Utility) support newer Android features on older Android versions.
- Browser (Utility) display webpages in the user's default browser.
- Constraint Layout Library (Utility) library to reduce the number of nested views needed.
- Androidx Core (Utility) a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.
- Documentfile (UI Component) a library to view a file document.
- Exifinterface (Utility) a library to read and write image file EXIF tags.
- androidx.legacy (Utility) a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.
- Lifecycle (Utility) perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
- Loader (Utility) library to load data for your UI that survives configuration changes.
- Media (Utility) share media contents and controls with other apps.
- Palette (Utility) AndroidX library to extract representative color palettes from images.
- Print (Utility) a library to print photos, docs, and other graphics and images.
- Room (Utility) a persistence library that provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.
- Sqlite (Utility) library that contains abstract interfaces along with basic implementations which can be used to build your own libraries that access SQLite.
- Transition (UI Component) animates motion in the UI with starting and ending layouts.
- Vectordrawable (UI Component) AndroidX library to render vector graphics.
- Butter Knife (Utility) binds Android views and callbacks to fields and methods.
- DeepLinkDispatch (Utility) provides a declarative, annotation-based API to define application deep links.
- DeepLinkDispatch (Utility) a simple, annotation-based library for making deep link handling better on Android.
- GestureViews (Utility) ImageView and FrameLayout with gestures control and position animation.
- Glide (Utility) An image loading and caching library for Android focused on smooth scrolling
- svg android (Utility) SVG (Scalable Vector Graphics) library for Android.
- AndroidVideoCache (Utility) cache support for any video player with help of single line.
- ExoMedia (Utility) an Android ExoPlayer wrapper to simplify Audio and Video implementations.
- Rx Preferences (Utility) Reactive SharedPreferences for Android.
- Stetho (Utility) a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more.
- LazyThreeTenBp (Utility) lazy loading ZoneRuleProvider for ThreeTenBp.
- Material CircularProgressView (UI Component) Material style circular progress bar for Android
- Android-ExpandIcon (UI Component) customizable implementation of Google style up/down expand arrow.
- ExoPlayer (Utility) an extensible media player library for Android
- FlexboxLayout (Utility) a library project which brings the similar capabilities of CSS Flexible Box Layout Module to Android.
- Google Material Design (Utility) library to help with material design guidelines.
- Auto (Utility) a collection of source code generators for Java.
- Google Core Libraries for Java 6+ (Utility) a set of core libraries that includes new collection types (such as multimap and multiset), immutable collections, a graph library, functional types, an in-memory cache, and APIs/utilities for concurrency, I/O, hashing, primitives, reflection, string processing, and much more.
- Disk LRU Cache (Utility) Java implementation of a Disk-based LRU cache which specifically targets Android compatibility.
- RxBinding (Utility) RxJava binding APIs for Android's UI widgets.
- RxRelay (Utility) RxJava types that are both an Observable and a Consumer.
- Store (Utility) Library for Async Data Loading and Caching.
- AutoValue: Gson Extension (Utility) An extension for Google's AutoValue that creates a simple Gson TypeAdapterFactory for each AutoValue annotated object.
- Moshi JSON library (Utility) library to parse JSON into Java objects.
- OkHttp (Utility) OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- SQLBrite (Utility) lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations.
- RxPermissions (Utility) library that allows the usage of RxJava with the new Android M permission model.
- Traceur (Utility) enables easier debugging of RxJava2 exceptions, by appending the source of any asynchronous calls to the original exception.
- flexmark-java (Utility) CommonMark/Markdown Java parser with source level AST. CommonMark 0.28, emulation of: pegdown, kramdown, markdown.pl, MultiMarkdown.
- RunDo (Utility) adds Undo/Redo functionality to editable text fields in Android.
- Dagger (Utility) A fast dependency injector for Android and Java.
- ViewPump (Utility) installs a custom LayoutInflater via a ContextThemeWrapper and provides an API of pre/post-inflation interceptors.
- RxJava (Utility) RxJava (Reactive Extensions for the JVM) is a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
- Transparent text TextView (UI Component) library containing a TextView that renders its text as transparent, so that you can see through and underneath the text.
- JavaX Annotation API (Utility) common annotations for the JavaTM Platform API.
- JavaX Dependency Injection (Utility) specifies a means for obtaining objects in such a way as to maximize reusability, testability and maintainability compared to traditional approaches such as constructors, factories, and service locators (e.g., JNDI). This process, known as dependency injection, is beneficial to most nontrivial applications.
- Kotlin (Utility) The Kotlin Programming Language
- BetterLinkMovementMethod (Utility) a custom LinkMovementMethod for TextView that attempts to improve how clickable links are detected, highlighted and handled.
- JRAW (Utility) Java Reddit API Wrapper.
- OkHttp okio Framework (Utility) A modern I/O API for Java to make it much easier to access, store, and process your data.
- Apache Commons (Development Framework) an Apache project focused on all aspects of reusable Java components.
- commonmark-java (Utility) Java implementation of CommonMark, a specification of the Markdown format.
- IntelliJ IDEA (Utility) development helper: integration for the IntelliJ IDEA IDE.
- jsoup (Utility) a Java library for working with real-world HTML. It provides an API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods.
- autolink-java (Utility) ava library to extract links (URLs, email addresses) from plain text.
- Reactive Streams (Utility) provide a standard for asynchronous stream processing with non-blocking back pressure.
- Simple Logging Facade for Java (Utility) abstraction for various logging frameworks (e.g. java.util.logging, logback, log4j) allowing to plug in the desired logging framework at deployment time.
- ThreeTen backport project (Utility) Backport of functionality based on JSR-310 (Date and Time API) to Java SE 6 and 7.
- android-gif-drawable (Utility) Views and Drawable for displaying animated GIFs on Android.
- Retrofit (Utility) Type-safe HTTP client for Android and Java by Square, Inc.
- Markwon (Utility) library for rendering markdown as system-native Spannables.
- Timber (Utility) logger with a small, extensible API which provides utility on top of Android's normal Log class.
Payment Modules:
- None found logger with a small, extensible API which provides utility on top of Android's normal Log class.
Ads & Analytics:
- None found logger with a small, extensible API which provides utility on top of Android's normal Log class.
Download (10.4 M)
Version 0.12.1 (2021-01-30)
Android Versions:
- Target: 9.0
- MinVer: 6.0
Permissions:
Features:
- None
70 Libraries detected:
Libraries:
- Android Support v4 (Development Framework) The Android Support Library is not actually a single library, but rather a collection of libraries that can roughly be divided into two groups: compatibility and component libraries. For details, please see Understanding the Android Support Library.
- Arch (Utility) helper for other arch dependencies, including JUnit test rules that can be used with LiveData.
- AppCompat (Utility) support newer Android features on older Android versions.
- Browser (Utility) display webpages in the user's default browser.
- Constraint Layout Library (Utility) library to reduce the number of nested views needed.
- Androidx Core (Utility) a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.
- Documentfile (UI Component) a library to view a file document.
- Exifinterface (Utility) a library to read and write image file EXIF tags.
- androidx.legacy (Utility) a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.
- Lifecycle (Utility) perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
- Loader (Utility) library to load data for your UI that survives configuration changes.
- Media (Utility) share media contents and controls with other apps.
- Palette (Utility) AndroidX library to extract representative color palettes from images.
- Print (Utility) a library to print photos, docs, and other graphics and images.
- Room (Utility) a persistence library that provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.
- Sqlite (Utility) library that contains abstract interfaces along with basic implementations which can be used to build your own libraries that access SQLite.
- Transition (UI Component) animates motion in the UI with starting and ending layouts.
- Vectordrawable (UI Component) AndroidX library to render vector graphics.
- Butter Knife (Utility) binds Android views and callbacks to fields and methods.
- DeepLinkDispatch (Utility) provides a declarative, annotation-based API to define application deep links.
- DeepLinkDispatch (Utility) a simple, annotation-based library for making deep link handling better on Android.
- GestureViews (Utility) ImageView and FrameLayout with gestures control and position animation.
- Glide (Utility) An image loading and caching library for Android focused on smooth scrolling
- svg android (Utility) SVG (Scalable Vector Graphics) library for Android.
- AndroidVideoCache (Utility) cache support for any video player with help of single line.
- ExoMedia (Utility) an Android ExoPlayer wrapper to simplify Audio and Video implementations.
- Rx Preferences (Utility) Reactive SharedPreferences for Android.
- Stetho (Utility) a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more.
- LazyThreeTenBp (Utility) lazy loading ZoneRuleProvider for ThreeTenBp.
- Material CircularProgressView (UI Component) Material style circular progress bar for Android
- Android-ExpandIcon (UI Component) customizable implementation of Google style up/down expand arrow.
- ExoPlayer (Utility) an extensible media player library for Android
- FlexboxLayout (Utility) a library project which brings the similar capabilities of CSS Flexible Box Layout Module to Android.
- Google Material Design (Utility) library to help with material design guidelines.
- Auto (Utility) a collection of source code generators for Java.
- Google Core Libraries for Java 6+ (Utility) a set of core libraries that includes new collection types (such as multimap and multiset), immutable collections, a graph library, functional types, an in-memory cache, and APIs/utilities for concurrency, I/O, hashing, primitives, reflection, string processing, and much more.
- Disk LRU Cache (Utility) Java implementation of a Disk-based LRU cache which specifically targets Android compatibility.
- RxBinding (Utility) RxJava binding APIs for Android's UI widgets.
- RxRelay (Utility) RxJava types that are both an Observable and a Consumer.
- Store (Utility) Library for Async Data Loading and Caching.
- AutoValue: Gson Extension (Utility) An extension for Google's AutoValue that creates a simple Gson TypeAdapterFactory for each AutoValue annotated object.
- Moshi JSON library (Utility) library to parse JSON into Java objects.
- OkHttp (Utility) OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- SQLBrite (Utility) lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations.
- RxPermissions (Utility) library that allows the usage of RxJava with the new Android M permission model.
- Traceur (Utility) enables easier debugging of RxJava2 exceptions, by appending the source of any asynchronous calls to the original exception.
- flexmark-java (Utility) CommonMark/Markdown Java parser with source level AST. CommonMark 0.28, emulation of: pegdown, kramdown, markdown.pl, MultiMarkdown.
- RunDo (Utility) adds Undo/Redo functionality to editable text fields in Android.
- Dagger (Utility) A fast dependency injector for Android and Java.
- ViewPump (Utility) installs a custom LayoutInflater via a ContextThemeWrapper and provides an API of pre/post-inflation interceptors.
- RxJava (Utility) RxJava (Reactive Extensions for the JVM) is a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
- Transparent text TextView (UI Component) library containing a TextView that renders its text as transparent, so that you can see through and underneath the text.
- JavaX Annotation API (Utility) common annotations for the JavaTM Platform API.
- JavaX Dependency Injection (Utility) specifies a means for obtaining objects in such a way as to maximize reusability, testability and maintainability compared to traditional approaches such as constructors, factories, and service locators (e.g., JNDI). This process, known as dependency injection, is beneficial to most nontrivial applications.
- Kotlin (Utility) The Kotlin Programming Language
- BetterLinkMovementMethod (Utility) a custom LinkMovementMethod for TextView that attempts to improve how clickable links are detected, highlighted and handled.
- JRAW (Utility) Java Reddit API Wrapper.
- OkHttp okio Framework (Utility) A modern I/O API for Java to make it much easier to access, store, and process your data.
- Apache Commons (Development Framework) an Apache project focused on all aspects of reusable Java components.
- commonmark-java (Utility) Java implementation of CommonMark, a specification of the Markdown format.
- IntelliJ IDEA (Utility) development helper: integration for the IntelliJ IDEA IDE.
- jsoup (Utility) a Java library for working with real-world HTML. It provides an API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods.
- autolink-java (Utility) ava library to extract links (URLs, email addresses) from plain text.
- Reactive Streams (Utility) provide a standard for asynchronous stream processing with non-blocking back pressure.
- Simple Logging Facade for Java (Utility) abstraction for various logging frameworks (e.g. java.util.logging, logback, log4j) allowing to plug in the desired logging framework at deployment time.
- ThreeTen backport project (Utility) Backport of functionality based on JSR-310 (Date and Time API) to Java SE 6 and 7.
- android-gif-drawable (Utility) Views and Drawable for displaying animated GIFs on Android.
- Retrofit (Utility) Type-safe HTTP client for Android and Java by Square, Inc.
- Markwon (Utility) library for rendering markdown as system-native Spannables.
- Timber (Utility) logger with a small, extensible API which provides utility on top of Android's normal Log class.
Payment Modules:
- None found logger with a small, extensible API which provides utility on top of Android's normal Log class.
Ads & Analytics:
- None found logger with a small, extensible API which provides utility on top of Android's normal Log class.
Download (10.4 M)