Skip to content

Introduce the strategy pattern for progress operations. #29

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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Conversation

nagoya0
Copy link

@nagoya0 nagoya0 commented Sep 7, 2012

To make the behavior of a progress component customizable,
I made a slight modification to AbstractAjaxCallback.java and so on.

This change may help solve this issue (https://groups.google.com/forum/?fromgroups=#!topic/android-query/fl0EV9IFPw0).

I hope you like it.

@androidquery
Copy link
Owner

thx. will take a look.

sent from mobile
On Sep 8, 2012 1:51 AM, "Nagoya0" notifications@github.com wrote:

To make the behavior of a progress component customizable,
I made a slight modification to AbstractAjaxCallback.java and so on.

This change may help solve this issue (
https://groups.google.com/forum/?fromgroups=#!topic/android-query/fl0EV9IFPw0
).

I hope you like it.

You can merge this Pull Request by running:

git pull https://github.com/nagoya0/androidquery dev

Or view, comment on, or merge it at:

#29
Commit Summary

  • Introduce the strategy pattern for progress operations.

File Changes

  • M src/com/androidquery/callback/AbstractAjaxCallback.java (37)
  • A src/com/androidquery/callback/ProgressStrategy.java (156)
  • M src/com/androidquery/util/AQUtility.java (13)
  • D src/com/androidquery/util/Progress.java (258)

Patch Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants