Earlier this year
-
-
-
-
r47
(Do not display actions if their intent cannot be executed by...) committed by aleksander.kmetec
- Do not display actions if their intent cannot be executed by the system. This fixes the problem with
actions which would just display an error after being selected.
Do not display actions if their intent cannot be executed by the system. This fixes the problem with
actions which would just display an error after being selected.
-
r46
(removed some unneeded generics) committed by aleksander.kmetec
- removed some unneeded generics
removed some unneeded generics
-
r45
(Rewrote some string reading functions using Scanner) committed by aleksander.kmetec
- Rewrote some string reading functions using Scanner
Rewrote some string reading functions using Scanner
-
r44
(More cleanups and comments) committed by aleksander.kmetec
- More cleanups and comments
More cleanups and comments
-
r43
(- Removed unneeded arguments for Reader.readRawByteArray() a...) committed by aleksander.kmetec
- - Removed unneeded arguments for Reader.readRawByteArray() and Reader.readRemoteByteArray().
- Reader.readRawByteArray() and Reader.readRemoteByteArray() now return null on failure.
- Added comments
- Removed unneeded arguments for Reader.readRawByteArray() and Reader.readRemoteByteArray().
- Reader.readRawByteArray() and Reader.readRemoteByteArray() now return null on failure.
- Added comments
-
r42
(minor cleanup: removed unused imports) committed by aleksander.kmetec
- minor cleanup: removed unused imports
minor cleanup: removed unused imports
-
r41
(Replaced separate ImageView instances on lists with compound...) committed by aleksander.kmetec
- Replaced separate ImageView instances on lists with compound drawables
Replaced separate ImageView instances on lists with compound drawables
-
r40
(Implemented view recycling on lists) committed by aleksander.kmetec
- Implemented view recycling on lists
Implemented view recycling on lists
-
r39
(A short error message is now shown when an intent fails to l...) committed by aleksander.kmetec
- A short error message is now shown when an intent fails to launch (previously, Mosembro would just
crash)
A short error message is now shown when an intent fails to launch (previously, Mosembro would just
crash)
-
-
r38
(Increased minimum width of go to and search dialogs.) committed by aleksander.kmetec
- Increased minimum width of go to and search dialogs.
Increased minimum width of go to and search dialogs.
-
-
-
r36
(SDK 1.5 compatibility fixes:
- webview now uses builtin zoom...) committed by aleksander.kmetec
- SDK 1.5 compatibility fixes:
- webview now uses builtin zoom controls
- moved code for installing action scripts out of download listener which doesn't get triggered by
.js files anymore
SDK 1.5 compatibility fixes:
- webview now uses builtin zoom controls
- moved code for installing action scripts out of download listener which doesn't get triggered by
.js files anymore
-
-
-
-
-
r32
(Added caching of scripts so they are not re-read from the da...) committed by aleksander.kmetec
- Added caching of scripts so they are not re-read from the datatbase every time a page is loaded.
Also performed some refactoring.
Added caching of scripts so they are not re-read from the datatbase every time a page is loaded.
Also performed some refactoring.
-
r31
(Imported demo page and demo installable scripts into SVN) committed by aleksander.kmetec
- Imported demo page and demo installable scripts into SVN
Imported demo page and demo installable scripts into SVN
-
r30
(Created a dir for demo page and scripts) committed by aleksander.kmetec
- Created a dir for demo page and scripts
Created a dir for demo page and scripts
-
r29
(Actions can now inject javascript into the page & run it whe...) committed by aleksander.kmetec
- Actions can now inject javascript into the page & run it when they are clicked.
Actions can now inject javascript into the page & run it when they are clicked.
-
r28
(All calls from JS to Mosembro now require scripts to pass al...) committed by aleksander.kmetec
- All calls from JS to Mosembro now require scripts to pass along a secret key, otherwise they are
ignored. This should prevent random scripts from calling methods of registered JS interfaces.
All calls from JS to Mosembro now require scripts to pass along a secret key, otherwise they are
ignored. This should prevent random scripts from calling methods of registered JS interfaces.
-
r27
(JS function action.process() now also gets the matched DOM n...) committed by aleksander.kmetec
- JS function action.process() now also gets the matched DOM node passed to it. Moved action id to a
separate field. Cleaned up action code.
JS function action.process() now also gets the matched DOM node passed to it. Moved action id to a
separate field. Cleaned up action code.
-
r26
(Added a dialog for managing installed actions; added icon bi...) committed by aleksander.kmetec
- Added a dialog for managing installed actions; added icon bitmap cache; removed some redundant
method arguments
Added a dialog for managing installed actions; added icon bitmap cache; removed some redundant
method arguments
-
r25
(Added support for user-installable actions) committed by aleksander.kmetec
- Added support for user-installable actions
Added support for user-installable actions
-
r24
(Added parser for script files and detection of installable s...) committed by aleksander.kmetec
- Added parser for script files and detection of installable scripts
Added parser for script files and detection of installable scripts
-
-
r22
(Externalized some strings) committed by aleksander.kmetec
- Externalized some strings
Externalized some strings
-
r21
(Added support for storing action icons in the database along...) committed by aleksander.kmetec
- Added support for storing action icons in the database along with action JS code.
Added support for storing action icons in the database along with action JS code.
-
r20
(Created basic infrastructure for user installable actions. A...) committed by aleksander.kmetec
- Created basic infrastructure for user installable actions. Actions are now stored in a database.
Created basic infrastructure for user installable actions. Actions are now stored in a database.
-
-
-
r18
(UI tweaks: added some padding to dialogs and removed unneede...) committed by aleksander.kmetec
- UI tweaks: added some padding to dialogs and removed unneeded title bars
UI tweaks: added some padding to dialogs and removed unneeded title bars
-
r17
(Added support for copying an address to clipboard) committed by aleksander.kmetec
- Added support for copying an address to clipboard
Added support for copying an address to clipboard
-
-
-
r15
(Bugfix: wrong actions were sometimes triggered (actions were...) committed by aleksander.kmetec
- Bugfix: wrong actions were sometimes triggered (actions were always taken from the group which was
attached to the first microformat on page)
Bugfix: wrong actions were sometimes triggered (actions were always taken from the group which was
attached to the first microformat on page)
-
r14
(Updated version information) committed by aleksander.kmetec
- Updated version information
Updated version information
-
-
r13
(Removed some code which was written back when parts of code ...) committed by aleksander.kmetec
- Removed some code which was written back when parts of code were running in a separate thread
Removed some code which was written back when parts of code were running in a separate thread
-
r12
(Bugfix: each reload of a page would add new actions to the m...) committed by aleksander.kmetec
- Bugfix: each reload of a page would add new actions to the menu without removing existing actions
first
Bugfix: each reload of a page would add new actions to the menu without removing existing actions
first
-
r11
(Implemented multi action smart links) committed by aleksander.kmetec
- Implemented multi action smart links
Implemented multi action smart links
-
r10
(Added bay area trip planner script) committed by aleksander.kmetec
- Added bay area trip planner script
Added bay area trip planner script
-
-
r8
(Added TFL journey planner script) committed by aleksander.kmetec
- Added TFL journey planner script
Added TFL journey planner script
-
r7
(Bugfixes: fixed site search and title bar icons which stoppe...) committed by aleksander.kmetec
- Bugfixes: fixed site search and title bar icons which stopped working after last week's code
reorganization
Bugfixes: fixed site search and title bar icons which stopped working after last week's code
reorganization
|