Ceres Releases¶
Ceres seamlessly masters languages and locales, empowering developers to integrate multilingual capabilities into their applications with ease.
API Reference¶
dev.teogor.ceres
dev.teogor.ceres:backup
dev.teogor.ceres:core
dev.teogor.ceres:data
dev.teogor.ceres:firebase
dev.teogor.ceres:framework
dev.teogor.ceres:monetisation
dev.teogor.ceres:navigation
dev.teogor.ceres:screen
dev.teogor.ceres:ui
Release¶
Latest Update | Stable Release | Beta Release | Alpha Release |
---|---|---|---|
November 23, 2023 | - | - | 1.0.0-alpha04 |
Declaring dependencies¶
To add a dependency on Ceres, you must add the Maven repository to your project. Read Maven's repository for more information.
Add the dependencies for the artifacts you need in the build.gradle
file for your app or module:
dependencies {
val ceres_version = "1.0.0-alpha04"
implementation("dev.teogor.ceres:core-common:$ceres_version")
implementation("dev.teogor.ceres:ui-designsystem:$ceres_version")
// or using bom
implementation(platform("dev.teogor.ceres:bom:$ceres_version"))
implementation("dev.teogor.ceres:core-common")
implementation("dev.teogor.ceres:ui-designsystem")
}
dependencies {
def ceres_version = "1.0.0-alpha04"
implementation("dev.teogor.ceres:core-common:${ceres_version}")
implementation("dev.teogor.ceres:ui-designsystem:${ceres_version}")
// or using bom
implementation(platform("dev.teogor.ceres:bom:${ceres_version}")) {
// Specify the artifact to resolve and re-export the dependencies from the platform BOM
implementation("dev.teogor.ceres:core-common")
implementation("dev.teogor.ceres:ui-designsystem")
}
}
Feedback¶
Your feedback helps make Ceres better. We want to know if you discover new issues or have ideas for improving this library. Before creating a new issue, please take a look at the existing ones in this library. You can add your vote to an existing issue by clicking the star button.
Version 1.0.0¶
Version 1.0.0-alpha04¶
November 23, 2023
dev.teogor.ceres:ceres-*:1.0.0-alpha04
is released. Version 1.0.0-alpha04 contains these commits.
Enhancement
- Add Language Schema Support for Supported Languages (#174) by @teogor
- Incorporate Querent Plugin into Ceres (#173) by @teogor
- Flexible Configuration and Dependency Version Checking (#172) by @teogor
- Enhance About Components and Singleton Functions in About Module (#170) by @teogor
- Analytics Integration for Enhanced Event Tracking (#168) by @teogor
- Improved Resources Handling (#167) by @teogor
- Enhancements for Network Monitoring (#166) by @teogor
- Comprehensive Native Ad Enhancements in Compose (#165) by @teogor
- Enhance AdRequestOptions Extension Functions (#161) by @teogor
- Enhance Color Utilities and Customization (#158) by @teogor
Bug Fixes
- Ad Caching and Loading Enhancements (#163) by @teogor
- Full-Screen Layout Background Color Override (#157) by @teogor
- Namespace Conflict Issue (#156) by @teogor
Others
Version 1.0.0-alpha03¶
October 3, 2023
dev.teogor.ceres:ceres-*:1.0.0-alpha03
is released. Version 1.0.0-alpha03 contains these commits.
Enhancement
- Allow users to specify a custom Ceres Framework version in aboutCeresFramework (#148) by @teogor
- Add Lifecycle Observation Utilities for Activity, Application, and Composable Components (#146) by @teogor
- Creation of core-common module and addition of KeepScreenOnKt and ContextUtilsKt functions (#144) by @teogor
- Improved Logging and Expiration Handling for App Open Ads (#139) by @teogor
- Added Privacy Navigation and Screen (#138) by @teogor
- CompositionLocal Configuration with compositionProviders (#137) by @teogor
- Add NavigationItem class for Representing Navigation Items (#134) by @teogor
- Add Onboarding Screen for Improved User Experience (#131) by @teogor
- Implement Monetisation Ads Control Module (#130) by @teogor
- Icon Extension Functions for Simplified Icon Handling (#129) by @teogor
- Enhance Compose Modifier with Conditional Application (#127) by @teogor
Bug Fixes
- Update AdMob SDK Initialization Based on Consent Status (#142) by @teogor
- Fixed App Open Ad Display on App Resume (#136) by @teogor
- Bottom Navigation Bar Title Handling in TopLevelDestination (#133) by @teogor
- Consent Form Display Control and AtomicBoolean Usage (#132) by @teogor
- Full-Screen Layout Status Bar Padding Issue (#128) by @teogor
Others
Version 1.0.0-alpha02¶
October 3, 2023
dev.teogor.ceres:ceres-*:1.0.0-alpha02
is released. Version 1.0.0-alpha02 contains these commits.
Enhancement
- Documentation Generation for BOM 1.0.0alpha-02 (#117) by @teogor
- Migrate Utilities and Integrate Ceres Core Foundation Composition Provider (#115) by @teogor
- About Ceres Framework UI and GitHub Link (#112) by @teogor
- Update Android SDK and Introduce Core Library Desugaring Control (#110) by @teogor
Bug Fixes
- Remove 'about-libraries' Plugin Configuration (#111) by @teogor
- Optional Status Bar Padding in FullScreenLayoutBase (#109) by @teogor
Others
Version 1.0.0-alpha01¶
September 28, 2023
dev.teogor.ceres:ceres-*:1.0.0-alpha01
is released. Version 1.0.0-alpha01 contains these commits.
Initial Release 🎊