Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
pdaga
/
androidannotations
Public
forked from
androidannotations/androidannotations
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
androidannotations
AndroidAnnotations
androidannotations
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on May 24, 2012
Adding test cases, handling the case where a MenuItem parameter is needs to be given to the method. Fixes #177.
pyricau
committed
51c0bf7
View commit details
Copy full SHA for 51c0bf7
View code at this point
Browse repository at this point
formatting, refactoring, and fixing a crash due to a NPE when Sherlock is not on the annotation processor classpath
pyricau
committed
63cabaa
View commit details
Copy full SHA for 63cabaa
View code at this point
Browse repository at this point
Merge branch 'develop' into 177_ActionBarSherlock
Show description for 4b7ee36
pyricau
committed
4b7ee36
View commit details
Copy full SHA for 4b7ee36
View code at this point
Browse repository at this point
Formatting
pyricau
committed
343aee3
View commit details
Copy full SHA for 343aee3
View code at this point
Browse repository at this point
Commits on May 15, 2012
create setRootUrl() method in generated code to change the root REST url
Show description for 82d0128
Nachiket Apte
committed
82d0128
View commit details
Copy full SHA for 82d0128
View code at this point
Browse repository at this point
Commits on May 11, 2012
Sharing the eclipse conf for AA developers
pyricau
committed
aac4fb2
View commit details
Copy full SHA for aac4fb2
View code at this point
Browse repository at this point
Commits on May 10, 2012
fixing some formatting problems
pyricau
committed
5cb05e4
View commit details
Copy full SHA for 5cb05e4
View code at this point
Browse repository at this point
Replacing onNewIntent() with setIntent(), and a few refactorings
pyricau
committed
4c06621
View commit details
Copy full SHA for 4c06621
View code at this point
Browse repository at this point
formatting
pyricau
committed
b324e7f
View commit details
Copy full SHA for b324e7f
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/develop' into 166_Extra_onNewIntent
pyricau
committed
f200097
View commit details
Copy full SHA for f200097
View code at this point
Browse repository at this point
formatting
pyricau
committed
ff1269d
View commit details
Copy full SHA for ff1269d
View code at this point
Browse repository at this point
a few changes
pyricau
committed
e559465
View commit details
Copy full SHA for e559465
View code at this point
Browse repository at this point
Commits on May 9, 2012
Added javadoc to @TextChange, @BeforeTextChange and @AfterTextChange annotations.
mathieuboniface
committed
0d5669d
View commit details
Copy full SHA for 0d5669d
View code at this point
Browse repository at this point
@TextChange, @BeforeTextChange and @AfterTextChange is unable to determine targeted view when no value is passed through annotation.
mathieuboniface
committed
5560323
View commit details
Copy full SHA for 5560323
View code at this point
Browse repository at this point
Better way to determine the annotated class name for the determination of SherlockActivity inheritance.
Eric Kok
committed
d903da3
View commit details
Copy full SHA for d903da3
View code at this point
Browse repository at this point
Ugly fix to get the annotated class name, not the annotation class itself.
Eric Kok
committed
7c02d5a
View commit details
Copy full SHA for 7c02d5a
View code at this point
Browse repository at this point
Commits on May 8, 2012
First implementation of @TextChange, @BeforeTextChange and @AfterTextChange annotations. (for more informations see #120)
mathieuboniface
committed
c4c781c
View commit details
Copy full SHA for c4c781c
View code at this point
Browse repository at this point
Commits on May 1, 2012
Fixed typo in Sherlock version of the MenuInflater class.
Eric Kok
committed
7e08479
View commit details
Copy full SHA for 7e08479
View code at this point
Browse repository at this point
Use AnnotationsHelper to find if the annotated class is indeed a subclass of a Sherlock activity.
Eric Kok
committed
0ff5c1f
View commit details
Copy full SHA for 0ff5c1f
View code at this point
Browse repository at this point
Refactored code by deleting MultipleResIdsBasedProcessor class, removing the inheritance link from *Processor and moving the code into IdAnnotationHelper. (see #180)
mathieuboniface
committed
7626fa0
View commit details
Copy full SHA for 7626fa0
View code at this point
Browse repository at this point
Commits on Apr 30, 2012
Refactored the way that AnnotationHelper is referenced by other classes. (see #179)
mathieuboniface
committed
c5f8081
View commit details
Copy full SHA for c5f8081
View code at this point
Browse repository at this point
Added ActionBarSherlock support by using the appropriate import statements and support method calls.
Eric Kok
committed
c8758ac
View commit details
Copy full SHA for c8758ac
View code at this point
Browse repository at this point
Commits on Apr 22, 2012
Fixed @Extra annotation so it works when new intents are invoked
Show description for 7309dc2
Brimstedt
committed
7309dc2
View commit details
Copy full SHA for 7309dc2
View code at this point
Browse repository at this point
Commits on Apr 12, 2012
Merge pull request #160 from excilys/156_NoClassDefFoundError
Show description for ba8f699
pyricau
committed
ba8f699
View commit details
Copy full SHA for ba8f699
View code at this point
Browse repository at this point
Replacing Throwable with NoClassDefFoundError, more specific
pyricau
committed
fc49530
View commit details
Copy full SHA for fc49530
View code at this point
Browse repository at this point
Commits on Apr 6, 2012
Catched Throwable instead of Exception.
Show description for 7cb6cde
mathieuboniface
committed
7cb6cde
View commit details
Copy full SHA for 7cb6cde
View code at this point
Browse repository at this point
Commits on Mar 30, 2012
Removing a reference to the android.os.Bundle in InstanceState processor. #152
pyricau
committed
a947a53
View commit details
Copy full SHA for a947a53
View code at this point
Browse repository at this point
Commits on Mar 26, 2012
[maven-release-plugin] prepare for next development iteration
pyricau
committed
1c71289
View commit details
Copy full SHA for 1c71289
View code at this point
Browse repository at this point
[maven-release-plugin] prepare release androidannotations-2.5
pyricau
committed
1742f31
View commit details
Copy full SHA for 1742f31
View code at this point
Browse repository at this point
Merge pull request #146 from excilys/76_Retain_configuration_change
Show description for 3d46318
pyricau
committed
3d46318
View commit details
Copy full SHA for 3d46318
View code at this point
Browse repository at this point
Merge pull request #151 from excilys/121_Parameters_Url_Variables
Show description for 1a45646
pyricau
committed
1a45646
View commit details
Copy full SHA for 1a45646
View code at this point
Browse repository at this point
Usage of @FromHtml in @EViewGroup now works, see #118
pyricau
committed
bbae669
View commit details
Copy full SHA for bbae669
View code at this point
Browse repository at this point
Commits on Mar 25, 2012
Adding a compile time error if @Rest interface is not a top level type #26
pyricau
committed
8ddbdf6
View commit details
Copy full SHA for 8ddbdf6
View code at this point
Browse repository at this point
Merge branch 'develop' into 76_Retain_configuration_change
pyricau
committed
8046ec1
View commit details
Copy full SHA for 8046ec1
View code at this point
Browse repository at this point
Merge pull request #143 from excilys/113_InstanceState_Generics
Show description for f933765
pyricau
committed
f933765
View commit details
Copy full SHA for f933765
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.