Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
LoJair
/
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
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
develop
User selector
All users
All time
Commit History
Commits on Jun 20, 2013
Merge pull request #637 from excilys/636_triggerAnnotatiosn
Show description for 3663dea
DayS
committed
3663dea
Copy full SHA for 3663dea
Add @FocusChanged and @CheckChanged in getSupportedAnnotationTypes()
DayS
committed
7041fee
Copy full SHA for 7041fee
Commits on Jun 18, 2013
Merge pull request #627 from yDelouis/504_genericType_itemClick
Show description for a07a843
DayS
committed
a07a843
Copy full SHA for a07a843
Commits on Jun 17, 2013
Add functional test
yDelouis
committed
aee786f
Copy full SHA for aee786f
Commits on Jun 16, 2013
Merge pull request #629 from yDelouis/628_runtimeExceptionDao
Show description for 85cec9a
DayS
committed
85cec9a
Copy full SHA for 85cec9a
Commits on Jun 12, 2013
Handle RuntimeExceptionDao in @OrmLiteDao
yDelouis
committed
2de8ad9
Copy full SHA for 2de8ad9
Fix wrong generated code
yDelouis
committed
aa593ba
Copy full SHA for aa593ba
Commits on Jun 10, 2013
Merge pull request #624 from rom1v/cancel_background_fix
Show description for 7717644
DayS
committed
7717644
Copy full SHA for 7717644
Serialized @Background task cancellation bugfix
Show description for 8d0c9f5
rom1v
committed
8d0c9f5
Copy full SHA for 8d0c9f5
Commits on Jun 9, 2013
Merge pull request #569 from rom1v/cancel_background
Show description for 77cbcea
DayS
committed
77cbcea
Copy full SHA for 77cbcea
Merge pull request #609 from adrianroos/develop
Show description for 2323d7a
DayS
committed
2323d7a
Copy full SHA for 2323d7a
Commits on Jun 5, 2013
Merge pull request #615 from excilys/614_WindowFeature
Show description for 215e062
JoanZapata
committed
215e062
Copy full SHA for 215e062
Mark @NoTitle as deprecated
DayS
committed
e8431a0
Copy full SHA for e8431a0
Add test
DayS
committed
00a0db5
Copy full SHA for 00a0db5
Handle new annotation WindowFeature. See issue #614
DayS
committed
cc78b4d
Copy full SHA for cc78b4d
Commits on May 27, 2013
Add option to specify package of R class. Issue #607.
adrianroos
committed
74fc886
Copy full SHA for 74fc886
Merge pull request #606 from excilys/py/org
Show description for 11b3e7c
JoanZapata
committed
11b3e7c
Copy full SHA for 11b3e7c
Updating developer infos
pyricau
committed
73b3b83
Copy full SHA for 73b3b83
Updated commiter information
JoanZapata
committed
5bd3c51
Copy full SHA for 5bd3c51
Merge pull request #602 from rockytriton/599_getRootUrl_Support
Show description for 14d5840
DayS
committed
14d5840
Copy full SHA for 14d5840
Commits on May 26, 2013
added getRootUrl to test project
rockytriton
committed
7f8afdf
Copy full SHA for 7f8afdf
Commits on May 24, 2013
added legal stuff
rockytriton
committed
4c15846
Copy full SHA for 4c15846
added new test class
rockytriton
committed
86d3f48
Copy full SHA for 86d3f48
added tests and fixed some other getRootUrl validation issues
rockytriton
committed
edf2dcd
Copy full SHA for edf2dcd
Merge pull request #597 from gebing/588_OrmLiteDao
DayS
committed
00bdf60
Copy full SHA for 00bdf60
getRootUrl support
rockytriton
committed
5527b98
Copy full SHA for 5527b98
Commits on May 22, 2013
Javadoc for @Background annotation
Show description for 4161c62
rom1v
committed
4161c62
Copy full SHA for 4161c62
Refactor delay -> remainingDelay
Show description for f3a5718
rom1v
committed
f3a5718
Copy full SHA for f3a5718
Refactor targetTime -> targetTimeMillis
Show description for 75b1516
rom1v
committed
75b1516
Copy full SHA for 75b1516
Remove useless comment
Show description for 33b3cf4
rom1v
committed
33b3cf4
Copy full SHA for 33b3cf4
Cast into a local variable before dereferencing
Show description for fddcc1b
rom1v
committed
fddcc1b
Copy full SHA for fddcc1b
Modify @OrmLite to use database helper to get dao, so generate code will look like:
Show description for 587e4a0
gebing
committed
587e4a0
Copy full SHA for 587e4a0
Commits on May 21, 2013
Comment bugfixes
rom1v
committed
aa2fe11
Copy full SHA for aa2fe11
Merge pull request #581 from excilys/536_PrefsDefaultRes
Show description for 60a82e7
JoanZapata
committed
60a82e7
Copy full SHA for 60a82e7
Merge pull request #567 from excilys/560_MenuItem
Show description for c55bbe5
JoanZapata
committed
c55bbe5
Copy full SHA for c55bbe5
Pagination
Previous
Next
You can’t perform that action at this time.