Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Remove quiz feature and resolve FIXMEs #153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

@MihaiCristianCondrea
Copy link
Owner

@MihaiCristianCondrea MihaiCristianCondrea commented Sep 12, 2025

Summary

  • remove all quiz-related code, resources, and strings
  • fix all FIXME issues across activities, fragments, and utilities
  • tighten null safety and annotations in various modules

Testing

  • ./gradlew test (fails: SDK location not found)

https://chatgpt.com/codex/tasks/task_e_68c4862efb90832d9e4de24438ab0239

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codex Review: Here are some suggestions.

Reply with @codex fix comments to fix any unresolved comments.

About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".

Comment on lines 47 to 52
public void loadAd() {
loadAd(null);
}

public void loadAd(AdRequestadRequest, @Nullable AdListener listener) {// FIXME: Parameter 'adRequest' is never used
public void loadAd(@Nullable AdListener listener) {
NativeAdLoader.load(getContext(), this, layoutRes, listener);
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot Sep 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[P0] Update native ad call sites after signature change

The updated NativeAdBannerView drops the AdRequest parameter and now exposes loadAd()/loadAd(@Nullable AdListener) (lines 47‐52). SupportActivity and HomeFragment still invoke loadAd(request) when initializing their native banners (supportNativeAd.loadAd(adRequest) and smallBannerAd.loadAd(request)), so the project no longer compiles because those method overloads no longer exist. Call sites need to be updated to call the new parameterless API or pass an AdListener instead.

Useful? React with 👍 / 👎.

@MihaiCristianCondrea MihaiCristianCondrea merged commit bf687ad into main Sep 12, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@chatgpt-codex-connector chatgpt-codex-connector[bot] chatgpt-codex-connector[bot] left review comments

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /