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 }}
dzwillpower
/
androidannotations
Public
forked from
androidannotations/androidannotations
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on May 21, 2013
Merge pull request #581 from excilys/536_PrefsDefaultRes
Show description for 60a82e7
JoanZapata
committed
60a82e7
View commit details
Copy full SHA for 60a82e7
View code at this point
Browse repository at this point
Merge pull request #567 from excilys/560_MenuItem
Show description for c55bbe5
JoanZapata
committed
c55bbe5
View commit details
Copy full SHA for c55bbe5
View code at this point
Browse repository at this point
Commits on May 18, 2013
Fixed NPE when converters are not defined in the @Rest annotation
mathieuboniface
committed
daf6102
View commit details
Copy full SHA for daf6102
View code at this point
Browse repository at this point
Commits on May 5, 2013
Add an annotation to load default value for preferences from Android's resources
DayS
committed
a17feaf
View commit details
Copy full SHA for a17feaf
View code at this point
Browse repository at this point
Commits on Apr 22, 2013
Add unit tests for processing errors with android MenuItem used in a SherlockActivity and vice-versa
DayS
committed
593901d
View commit details
Copy full SHA for 593901d
View code at this point
Browse repository at this point
Print an error if we annotate an android MenuItem in a SherlockActivity and vice-versa
DayS
committed
865e991
View commit details
Copy full SHA for 865e991
View code at this point
Browse repository at this point
Commits on Apr 21, 2013
Add a @OptionMenuItem annotation to inject MenuItem
DayS
committed
5e38b20
View commit details
Copy full SHA for 5e38b20
View code at this point
Browse repository at this point
Commits on Apr 19, 2013
Add commiter information about me
DayS
committed
10179a7
View commit details
Copy full SHA for 10179a7
View code at this point
Browse repository at this point
Merge pull request #537 from yDelouis/509_putParcelableArrayList
Show description for 3f1dec0
DayS
committed
3f1dec0
View commit details
Copy full SHA for 3f1dec0
View code at this point
Browse repository at this point
Commits on Apr 17, 2013
Cast beans which implements Serializable and Parcelable into Parcelable in putExtra
Yoann Delouis
committed
598aff3
View commit details
Copy full SHA for 598aff3
View code at this point
Browse repository at this point
Commits on Apr 13, 2013
Merge pull request #554 from erwan/prefKey
Show description for 3e9f414
mathieuboniface
committed
3e9f414
View commit details
Copy full SHA for 3e9f414
View code at this point
Browse repository at this point
Merge pull request #525 from yDelouis/332_DelayInBackground
Show description for a1f430a
mathieuboniface
committed
a1f430a
View commit details
Copy full SHA for a1f430a
View code at this point
Browse repository at this point
Added missing license headers
mathieuboniface
committed
b2b0fbd
View commit details
Copy full SHA for b2b0fbd
View code at this point
Browse repository at this point
Fixed last merge (see #459)
mathieuboniface
committed
7a83417
View commit details
Copy full SHA for 7a83417
View code at this point
Browse repository at this point
Merge branch '459_common_listener_processor2' into develop
Show description for f2af436
mathieuboniface
committed
f2af436
View commit details
Copy full SHA for f2af436
View code at this point
Browse repository at this point
Commits on Apr 11, 2013
Expose the shared pref key
erwan
committed
cc39a0a
View commit details
Copy full SHA for cc39a0a
View code at this point
Browse repository at this point
Commits on Mar 24, 2013
@InstanceState and @FragmentArg use putParcelableArrayList() instead of putSerializable() when possible
yDelouis
committed
0a28a28
View commit details
Copy full SHA for 0a28a28
View code at this point
Browse repository at this point
Commits on Mar 13, 2013
Change corePoolSize from 1 to 2 * Runtime.availableProcessors()
Yoann Delouis
committed
98c361a
View commit details
Copy full SHA for 98c361a
View code at this point
Browse repository at this point
Commits on Mar 11, 2013
Remove unused method
Yoann Delouis
committed
8fc6e05
View commit details
Copy full SHA for 8fc6e05
View code at this point
Browse repository at this point
Commits on Mar 6, 2013
Use ScheduledExecutorService instead of Handler
Yoann Delouis
committed
31adbd8
View commit details
Copy full SHA for 31adbd8
View code at this point
Browse repository at this point
Commits on Mar 5, 2013
Ignoring Otto annotations when used separately from AA annotated classes
pyricau
committed
26199a5
View commit details
Copy full SHA for 26199a5
View code at this point
Browse repository at this point
Otto integration: @Subscribe & @Produce methods are overriden to enable scanning of the subclass #272
pyricau
committed
e22ca8e
View commit details
Copy full SHA for e22ca8e
View code at this point
Browse repository at this point
Commits on Mar 4, 2013
Add delay in @Background
Yoann Delouis
committed
044017c
View commit details
Copy full SHA for 044017c
View code at this point
Browse repository at this point
Replacing annotation classes by there fully qualified name, to allow checking for annotations not available when packaging AA or even when compiling a project that uses AA
pyricau
committed
e096680
View commit details
Copy full SHA for e096680
View code at this point
Browse repository at this point
Setting the processor options for #521. Also updated a few header files
pyricau
committed
bd6f697
View commit details
Copy full SHA for bd6f697
View code at this point
Browse repository at this point
Commits on Mar 3, 2013
another fixing attempt
pyricau
committed
17e21f1
View commit details
Copy full SHA for 17e21f1
View code at this point
Browse repository at this point
removing unused import
pyricau
committed
f2233e0
View commit details
Copy full SHA for f2233e0
View code at this point
Browse repository at this point
trying to fix jenkins build again...
pyricau
committed
04790d7
View commit details
Copy full SHA for 04790d7
View code at this point
Browse repository at this point
fixing build
pyricau
committed
3ea6c5a
View commit details
Copy full SHA for 3ea6c5a
View code at this point
Browse repository at this point
Merge pull request #519 from excilys/331_View_Scopes
Show description for 2089432
pyricau
committed
2089432
View commit details
Copy full SHA for 2089432
View code at this point
Browse repository at this point
Merge pull request #476 from DDRBoxman/testfix
Show description for 66d5331
pyricau
committed
66d5331
View commit details
Copy full SHA for 66d5331
View code at this point
Browse repository at this point
Commits on Mar 2, 2013
Implementing view scopes (#331) by introducing a new "onViewChanged" abstract, with an event bus kind of structure.
Show description for b3c3efb
pyricau
committed
b3c3efb
View commit details
Copy full SHA for b3c3efb
View code at this point
Browse repository at this point
Adding eclipse formatting conf for api project
pyricau
committed
580552a
View commit details
Copy full SHA for 580552a
View code at this point
Browse repository at this point
Use a more sane comparitor in assertCompilationDiagnostingOn
DDRBoxman
committed
4d50e71
View commit details
Copy full SHA for 4d50e71
View code at this point
Browse repository at this point
Commits on Feb 28, 2013
@EApplication now stores the app instance as a static singleton, so that it can be retrieved from anywhere in the app. #228
pyricau
committed
c38c649
View commit details
Copy full SHA for c38c649
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.