code
stringlengths
3
1.18M
language
stringclasses
1 value
package com.anjho.pojo; import java.io.Serializable; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import javax.pe...
Java
package com.anjho.pojo; import java.io.Serializable; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.NamedQueries; import javax.persistence.NamedQuery; i...
Java
package com.anjho.pojo; import java.io.Serializable; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.NamedQueries; import javax.persistence.NamedQuery; i...
Java
package com.anjho.pojo; import java.io.Serializable; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import javax.persistence.NamedQueries; import javax.persistence.NamedQuery; import jav...
Java
package com.anjho.pojo; import java.io.Serializable; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; impo...
Java
package com.anjho.pojo; import java.io.Serializable; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import javax.persistence.NamedQueries; import ja...
Java
package com.anjho.pojo; import java.io.Serializable; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.OneToMany; import javax.persistence.Table; @Entity...
Java
package com.anjho.pojo; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.pers...
Java
package com.anjho.pojo; import java.io.Serializable; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.JoinColumn; im...
Java
package com.anjho.pojo; import java.io.Serializable; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.NamedQueries; import javax.persistence.NamedQuery; import javax.persistence.OneToMany; import javax.persistence.Table; @Entity @Tab...
Java
package com.anjho.pojo; import java.io.Serializable; import java.math.BigDecimal; import java.util.Date; import java.util.List; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; i...
Java
package com.anjho.exceptions; public class InvalidLoginException extends Exception { private static final long serialVersionUID = 815043682736128436L; public InvalidLoginException() { super(); } public InvalidLoginException(String message) { super(message); } public InvalidLoginException(Throwable cause)...
Java
package com.anjho.bean; import java.util.Date; import javax.faces.bean.ManagedBean; import javax.faces.bean.RequestScoped; import org.primefaces.model.chart.CartesianChartModel; import org.primefaces.model.chart.ChartSeries; @ManagedBean(name = "reportBean") @RequestScoped public class ReportBean extends GenericB...
Java
package com.anjho.bean; import java.math.BigDecimal; import java.util.Date; import java.util.List; import javax.faces.application.FacesMessage; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScoped; import javax.faces.context.FacesContext; import javax.faces.event.AjaxBehaviorEvent; imp...
Java
package com.anjho.bean; import java.io.Serializable; import java.util.ArrayList; import java.util.Date; import java.util.List; import javax.faces.application.FacesMessage; import javax.faces.bean.ManagedBean; import javax.faces.bean.SessionScoped; import javax.faces.context.FacesContext; import javax.faces.event.Ajax...
Java
package com.anjho.bean; import javax.faces.bean.ManagedBean; import javax.faces.bean.RequestScoped; @ManagedBean(name = "profileBean") @RequestScoped public class ProfileBean extends GenericBean { private static final long serialVersionUID = -2844364498965991863L; public ProfileBean() { super(); }...
Java
package com.anjho.bean; import java.sql.SQLException; import java.util.ArrayList; import java.util.Calendar; import java.util.List; import javax.faces.application.FacesMessage; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScoped; import javax.faces.context.FacesContext; import javax.fac...
Java
package com.anjho.bean; import java.io.Serializable; import javax.faces.application.FacesMessage; import javax.faces.bean.ManagedBean; import javax.faces.bean.SessionScoped; import javax.faces.context.FacesContext; import javax.servlet.http.HttpSession; import com.anjho.dao.DAOUser; import com.anjho.excep...
Java
package com.anjho.bean; import java.io.Serializable; import java.util.Map; import javax.faces.context.FacesContext; public abstract class GenericBean implements Serializable { private static final long serialVersionUID = 2941146782422586503L; protected Object getFromSession(String key) { Map<String, Object> s...
Java
package com.anjho.bean; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; import javax.faces.application.FacesMessage; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScoped; import javax.faces.context.FacesContext; import javax.faces.event.ActionEvent; import org.ecli...
Java
package com.anjho.bean; import java.io.Serializable; import java.util.ArrayList; import java.util.Date; import java.util.List; import javax.faces.application.FacesMessage; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScoped; import javax.faces.context.FacesContext; import javax.faces.event.AjaxBeh...
Java
package com.anjho.bean; import java.io.Serializable; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; import javax.faces.application.FacesMessage; import javax.faces.bean.ManagedBean; import javax.faces.bean.RequestScoped; import javax.faces.context.FacesContext; import java...
Java
package com.anjho.bean; import java.math.BigDecimal; import java.util.ArrayList; import java.util.Date; import java.util.List; import javax.faces.application.FacesMessage; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScoped; import javax.faces.context.FacesContext; import javax.persistence.NoResul...
Java
package com.anjho.bean; import java.util.ArrayList; import java.util.List; import javax.faces.bean.ManagedBean; import javax.faces.bean.ViewScoped; import javax.faces.event.AjaxBehaviorEvent; import javax.persistence.NoResultException; import com.anjho.dao.DAOAddress; import com.anjho.dao.DAOCity; import com.anjho.p...
Java
package com.anjho.bean; import java.io.Serializable; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; import javax.faces.application.FacesMessage; import javax.faces.bean.ManagedBean; import javax.faces.bean.RequestScoped; import javax.faces.context.FacesContext; import com.anjho.dao....
Java
package com.anjho.dao; import java.util.List; import javax.faces.application.FacesMessage; import javax.faces.component.UIComponent; import javax.faces.context.FacesContext; import javax.faces.convert.Converter; import javax.faces.convert.ConverterException; import javax.faces.convert.FacesConverter; import com.anjh...
Java
package com.anjho.dao; public class DAOSaleProducts extends DAOGeneric { private static final long serialVersionUID = -2072818636131249000L; public DAOSaleProducts(){ super(); } }
Java
package com.anjho.dao; public class DAOPage extends DAOGeneric { private static final long serialVersionUID = 9071953535030669298L; public DAOPage() { super(); } }
Java
package com.anjho.dao; import java.io.Serializable; import java.util.List; import javax.persistence.Query; import com.anjho.pojo.City; public class DAOCity extends DAOGeneric implements Serializable { private static final long serialVersionUID = 6522206391994327208L; public DAOCity() { super(); } @Suppres...
Java
package com.anjho.dao; import java.util.List; import com.anjho.pojo.Profile; public class DAOProfile extends DAOGeneric { private static final long serialVersionUID = -6797093276771933283L; public DAOProfile() { super(); } public Profile getProfileByProCode(int procode) throws Exception { ...
Java
package com.anjho.dao; import java.util.List; import com.anjho.pojo.Product; public class DAOProduct extends DAOGeneric { private static final long serialVersionUID = -2073101124124204476L; public DAOProduct() { super(); } @SuppressWarnings("unchecked") public List<Product> getProductList() ...
Java
package com.anjho.dao; import java.io.Serializable; import java.util.List; import javax.persistence.Query; import com.anjho.pojo.Address; public class DAOAddress extends DAOGeneric implements Serializable { private static final long serialVersionUID = 6522206391994327208L; public DAOAddress() { super(); } ...
Java
package com.anjho.dao; import java.io.Serializable; import java.util.List; import javax.persistence.NoResultException; import com.anjho.exceptions.InvalidLoginException; import com.anjho.pojo.User; public class DAOUser extends DAOGeneric implements Serializable { private static final long serialVersionUID = -4538...
Java
package com.anjho.dao; public class DAOSale extends DAOGeneric { private static final long serialVersionUID = 6083028868068378230L; public DAOSale(){ super(); } }
Java
package com.anjho.dao; import java.util.List; import javax.persistence.Query; import com.anjho.pojo.Distributor; public class DAODistributor extends DAOGeneric { private static final long serialVersionUID = -602976644471340449L; public DAODistributor() { super(); } @SuppressWarnings("unchecked") public L...
Java
package com.anjho.dao; import java.io.Serializable; import java.util.List; import com.anjho.pojo.Publisher; public class DAOPublisher extends DAOGeneric implements Serializable { private static final long serialVersionUID = 8615324497658512118L; public DAOPublisher() { super(); } @SuppressWarnings("uncheck...
Java
package com.anjho.dao; import java.io.Serializable; import java.util.List; import com.anjho.pojo.Genre; public class DAOGenre extends DAOGeneric implements Serializable { private static final long serialVersionUID = 3068785072737688771L; public DAOGenre() { super(); } @SuppressWarnings("unchecked") public...
Java
package com.anjho.dao; import java.util.List; import com.anjho.pojo.Client; import com.anjho.pojo.Reserve; public class DAOReserve extends DAOGeneric { private static final long serialVersionUID = 2585460796120735865L; public DAOReserve(){ super(); } @SuppressWarnings("unchecked") public List<Reserve> ge...
Java
package com.anjho.dao; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import javax.persistence.EntityManager; import javax.persistence.EntityManagerFactory; import javax.persistence.NoResultException; import javax.persistence.Persistence; import javax.persistence.Query; p...
Java
package com.anjho.utils; public class Security { /** * @param String password * @return String MD5password */ public static String getMD5(String password) { try { java.security.MessageDigest md = java.security.MessageDigest .getInstance("MD5"); md.update(password.getBytes()); byte[] hash = md...
Java
package com.anjho.utils; public class Constants { public static final String LOGGED_USER = "logged_user"; public static final String INDEX = "/index?faces-redirect=true"; public static final String LOGIN_PAGE = "/pages/login.jsf?faces-redirect=true"; }
Java
package com.anjian.taobao; import java.util.List; import java.util.logging.Logger; import com.anjian.Constants; import com.taobao.api.ApiException; import com.taobao.api.DefaultTaobaoClient; import com.taobao.api.TaobaoClient; import com.taobao.api.domain.ArticleUserSubscribe; import com.taobao.api.request....
Java
package com.anjian; import javax.naming.Context; import javax.naming.InitialContext; import javax.naming.NamingException; import javax.sql.DataSource; import java.sql.Connection; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.logging.Level; import java.u...
Java
package com.anjian.utils; import java.util.List; public class PagingResult<T> { private List<T> items; private long total; private PagingOption option; public void setItems(List<T> items) { this.items = items; } public List<T> getItems() { return items; } public void setOption(Paging...
Java
package com.anjian.utils; public class PagingOption { private int offset; private int limit = 50; public void setOffset(int offset) { this.offset = offset; } public int getOffset() { return offset; } public void setLimit(int limit) { this.limit = limit; } public int getLimit() ...
Java
package com.anjian; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Timestamp; import java.util.ArrayList; import java.util.List; import java.util.logging.Logger; import javax.naming.NamingException; import com.anjia...
Java
package com.anjian; public interface Constants { String APP_KEY = "12321428"; String SECRET = "d76dfdfdba8f979233cc356df6b25164"; String SANDBOX_SERCET = "sandbox8ca8b480ea0c0d0721aaaeb84"; String SANDBOX_API_URL = "http://gw.api.tbsandbox.com/router/rest"; String SANDBOX_SESSION_URL = "http://contain...
Java
package com.anjian.action; import java.util.List; import com.anjian.taobao.TaobaoProxy; import com.anjian.utils.PagingOption; import com.anjian.utils.PagingResult; import com.taobao.api.domain.Item; import com.taobao.api.response.ItemsInventoryGetResponse; import com.taobao.api.response.ItemsOnsaleGetRespons...
Java
package com.anjian.action; import java.util.List; import java.util.Map; import com.anjian.taobao.TaobaoProxy; import com.opensymphony.xwork2.ActionContext; import com.taobao.api.ApiException; import com.taobao.api.domain.SellerCat; import com.taobao.api.response.SellercatsListGetResponse; public class Ini...
Java
package com.anjian.action; import com.opensymphony.xwork2.ActionContext; public class StatusAction extends ActionBase{ public String execute() throws Exception { Boolean b = (Boolean)ActionContext.getContext().getSession().get(DONE); if (b != null && b) { return "done"; } return "scannin...
Java
package com.anjian.action; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.logging.Level; import java.util.logging.Logger; import com.anjian.taobao.TaobaoProxy; import com.anjian.utils.PagingResult; import com.opensymphony.xwork2.ActionContext; import com.taobao.api....
Java
package com.anjian.action; import java.util.Date; import java.util.Map; import java.util.logging.Logger; import org.apache.commons.lang.time.DateUtils; import com.opensymphony.xwork2.ActionContext; public class CheckIntervalAction extends ActionBase { static Logger _log = Logger.getLogger(CheckInterva...
Java
package com.anjian.action; import java.util.logging.Level; import com.anjian.taobao.TaobaoProxy; import com.taobao.api.ApiException; import com.taobao.api.domain.Item; import com.taobao.api.response.ItemUpdateResponse; public class DetectItemAction extends ActionBase { private int index; public St...
Java
package com.anjian.action; import java.util.ArrayList; import java.util.List; import java.util.Map; import java.util.logging.Level; import java.util.logging.Logger; import com.anjian.Constants; import com.anjian.utils.PagingResult; import com.opensymphony.xwork2.ActionContext; import com.opensymphony.xwork...
Java
package com.anjian.action; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.logging.Level; import java.util.logging.Logger; import org.apache.commons.lang.StringUtils; import com.anjian.model.Scope; import com.anji...
Java
package com.anjian; import java.io.IOException; import java.net.URLEncoder; import java.util.Map; import java.util.logging.Level; import java.util.logging.Logger; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import...
Java
package com.anjian.model; import java.util.Date; public class User{ private String nick; private Date lastLogin; private String userAgent; public void setNick(String nick) { this.nick = nick; } public String getNick() { return nick; } public void setLastLogin(Date lastLogin) { th...
Java
package com.anjian.model; import java.io.Serializable; public class Scope implements Serializable{ private String saleStatus; private String sellerCids; public void setSaleStatus(String saleStatus) { this.saleStatus = saleStatus; } public String getSaleStatus() { return saleStatus; } ...
Java
package com.anjian.model; public class Progress { private long total; private long progress; private String status; public void setTotal(long total) { this.total = total; } public long getTotal() { return total; } public void setProgress(long progress) { this.progress = progress; ...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the Lic...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of t...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of t...
Java
package com.dslr.dashboard; import java.io.File; import java.util.LinkedList; import android.content.Context; import android.content.Intent; import android.location.Location; import android.location.LocationListener; import android.location.LocationManager; import android.net.Uri; import android.os.Bundle; import and...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the Lic...
Java
// Copyright 2000 by David Brownell <dbrownell@users.sourceforge.net> // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the Lic...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of t...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the Lic...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the Lic...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of t...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of t...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the Lic...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the Lic...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the Lic...
Java
package com.dslr.dashboard; /** * @author Ashok Gelal * copyright: Ashok */ public class TimeSpan{ public static final long TicksPerMillisecond = 10000L; public static final long TicksPerSecond = 10000000L; public static final long TicksPerMinute = 600000000L; public static final long TicksPerHour ...
Java
// Copyright 2000 by David Brownell <dbrownell@users.sourceforge.net> // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the Lic...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the Lic...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the Lic...
Java
// Copyright 2000 by David Brownell <dbrownell@users.sourceforge.net> // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of t...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the Lic...
Java
package com.dslr.dashboard; import android.app.Activity; import android.content.SharedPreferences; import android.os.Bundle; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.GridLayout; import android.widget.TextView; public cl...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of t...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the Lic...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the Lic...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of t...
Java
/**************************************************************************** * Copyright 2010 kraigs.android@gmail.com * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the Lic...
Java
// Copyright 2000 by David Brownell <dbrownell@users.sourceforge.net> // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the Lic...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the Lic...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the Lic...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of t...
Java
package com.dslr.dashboard; import java.util.Hashtable; import android.util.Log; public class PtpStorageInfo { private static String TAG = "PtpStorageInfo"; public int storageId; public int storageType; public int filesystemType; public int accessCapability; public long maxCapacity; public lon...
Java
package com.dslr.dashboard; import java.util.ArrayList; import android.app.Dialog; import android.content.Context; import android.content.DialogInterface; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup.LayoutParams; import android.widget.AdapterView; import android.widget.B...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of t...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the Lic...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the Lic...
Java
/* <DslrDashboard - controling DSLR camera with Android phone/tablet> Copyright (C) <2012> <Zoltan Hubai> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the Lic...
Java